summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)AuthorFilesLines
2010-01-05NamedMDNode is a collection MDNodes.Devang Patel1-1/+1
2010-01-05Add a SmallBitVector class, which mimics BitVector but uses onlyDan Gohman2-0/+280
2009-12-31Silence compiler warning.Benjamin Kramer1-1/+1
2009-12-31Document the edit-distance algorithm used in StringRef, switch it overDouglas Gregor1-0/+5
2009-12-31don't unittest mdnode printing, we have disassembler tests for this.Chris Lattner1-18/+1
2009-12-31rename "elements" of metadata to "operands". "Elements" areChris Lattner1-6/+6
2009-12-24Implement support for converting to string at "natural precision", and fix someJohn McCall1-1/+3
2009-12-24Move the two definitions of operator<< into namespace llvm, so theyDouglas Gregor1-1/+4
2009-12-24Define the new operator<< for sets into namespace std, so thatDouglas Gregor1-0/+4
2009-12-24Add accessors for the largest-magnitude, smallest-magnitude, andJohn McCall1-0/+20
2009-12-23Disable JITTest.FunctionIsRecompiledAndRelinked on ARM where it's notJeffrey Yasskin1-0/+4
2009-12-22Partially revert r91626. Materializing extra functions to determine whetherJeffrey Yasskin2-7/+97
2009-12-22Fix a crash in JIT::recompileAndRelinkFunction(). It doesn't pass the MCIJeffrey Yasskin1-0/+31
2009-12-21Change StringRef::startswith and StringRef::endswith to versions which are aEli Friedman1-0/+8
2009-12-18Catch more cases of a pointer being marked garbage twice. This helps whenRafael Espindola1-0/+29
2009-12-17Don't codegen available_externally functions. Fixes http://llvm.org/PR5735.Jeffrey Yasskin1-0/+29
2009-12-17This fixes a memory leak in OpaqueType found by Google's internal heapchecker.Jeffrey Yasskin1-0/+31
2009-12-13Reinstate r91208 to fix available_externally linkage for globals, withJeffrey Yasskin2-0/+28
2009-12-12Revert r91208. Something on Linux prevents the JIT from looking up a symbolJeffrey Yasskin1-25/+0
2009-12-12Fix available_externally linkage for globals. It's probably still notJeffrey Yasskin1-0/+25
2009-12-03Add an implementation of the delta debugging algorithm.Daniel Dunbar1-0/+96
2009-11-24Oops. Re-disable JITTest.NoStubs on ARM and PPC since they still use stubs toJeffrey Yasskin1-0/+5
2009-11-23* Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin1-3/+34
2009-11-19Only run this mutex test if threading is enabled. ThisDuncan Sands1-0/+3
2009-11-19Reenable Split2 StringRef test with Apple gcc.Benjamin Kramer1-6/+0
2009-11-17"XFAIL" the Split2 StringReft test with Apple gcc, which miscompiles it.Daniel Dunbar1-0/+6
2009-11-16Revert the test from r88984. It relies on being able to mmap 16GB ofJeffrey Yasskin1-151/+6
2009-11-16Make X86-64 in the Large model always emit 64-bit calls.Jeffrey Yasskin1-6/+151
2009-11-14This test doesn't work on arm either.Benjamin Kramer1-3/+1
2009-11-13Disable the JITTest.NoStubs test for Darwin PPC. It apparently doesn't implementBill Wendling1-0/+4
2009-11-13Distinguish "a," from "a". The first one splits into "a" + "" and the second ...Rafael Espindola1-0/+5
2009-11-13Switch to smallvector. Also fix issue with using unsigend for MaxSplit.Rafael Espindola1-2/+3
2009-11-13Add a new split method to StringRef that puts the substrings in a vector.Rafael Espindola1-0/+75
2009-11-12Use stubs when we have them, otherwise use code we already have,Eric Christopher1-0/+41
2009-11-11Fix JITTest.ModuleDeletion in -Asserts mode (which turns off JITEmitDebugInfoJeffrey Yasskin1-1/+7
2009-11-11Add From arguments to StringRef search functions, and tweak doxyments.Daniel Dunbar1-0/+10
2009-11-10Fix DenseMap iterator constness.Jeffrey Yasskin1-0/+12
2009-11-09Remove dlsym stubs, with Nate Begeman's permission.Jeffrey Yasskin1-3/+0
2009-10-28Fix the ModuleDeletion test on PPC and ARM.Jeffrey Yasskin1-0/+1
2009-10-27Revert the API changes from r85295 to make it easier for people to buildJeffrey Yasskin1-3/+3
2009-10-27Factor out redundancy from clone() implementations.Devang Patel1-28/+28
2009-10-27Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin1-3/+3
2009-10-27Type.h doesn't need to #include LLVMContext.hChris Lattner5-1/+5
2009-10-27Automatically do the equivalent of freeMachineCodeForFunction(F) when F isJeffrey Yasskin2-9/+162
2009-10-26Remove / use flags that are now set in the Makefile.config.Julien Lerouge1-1/+1
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth1-1/+1
2009-10-23Fix http://llvm.org/PR4822: allow module deletion after a function has beenJeffrey Yasskin2-3/+30
2009-10-23Fix stylistic and documentation problems in ValueMap found by Nick Lewycky andJeffrey Yasskin1-3/+3
2009-10-22Try r84890 again (adding ValueMap<>), now that I've tested the compile onJeffrey Yasskin1-0/+291
2009-10-22Revert r84890, which broke the linux build.Jeffrey Yasskin1-291/+0