summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)AuthorFilesLines
2010-06-08ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on to...Daniel Dunbar1-0/+122
2010-06-03Disable pthread support in googletest if llvm was configured without threads.Benjamin Kramer1-0/+5
2010-06-03Turns out gtest still prefers the system <tr1/tuple> over it's ownBenjamin Kramer1-0/+3
2010-06-02Update Readme and Makefiles for the new gtest.Benjamin Kramer1-4/+0
2010-05-26Add StringRef::compare_numeric and use it to sort TableGen register records.Jakob Stoklund Olesen1-0/+11
2010-05-13Fix const ilist_node::get{Prev,Next}Node() to actually compile. Picky, picky.Daniel Dunbar1-0/+5
2010-05-12ADT: Add ilist_node::get{Prev,Next}Node, which return the adjacent node or null.Daniel Dunbar1-0/+39
2010-04-30Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp,Dan Gohman2-3/+16
2010-04-30SmallBitVector: Rework find_first/find_next and tweak test to test them (at l...Benjamin Kramer1-2/+3
2010-04-30Implement a read/write operator[] for SmallBitVector with a proxy class.Benjamin Kramer1-0/+8
2010-04-18silence some unused-value warnings.Chris Lattner1-4/+4
2010-04-16introduce a new CallGraphSCC class, and pass it aroundChris Lattner1-1/+1
2010-04-13Update unittest for allocator laziness.Benjamin Kramer1-4/+4
2010-04-05update unit test for api change.Chris Lattner1-3/+1
2010-03-26Fix SmallVector's insert to handle non-random-access iterators.Dan Gohman1-0/+6
2010-03-18another oneGabor Greif1-1/+1
2010-03-18Make this test more lenient; with SmallVector now using actuallyDan Gohman1-1/+1
2010-03-17feedback from NickGabor Greif1-1/+2
2010-03-17Fix death tests in -Asserts builds.Jeffrey Yasskin3-0/+6
2010-03-16more BranchInst testsGabor Greif1-0/+15
2010-03-16add BranchInst testsGabor Greif1-0/+71
2010-03-16appease valgrind testersGabor Greif1-0/+4
2010-03-16add single return testsGabor Greif1-0/+11
2010-03-16fix PR6589Gabor Greif1-3/+3
2010-03-16begin humbly with a repro of PR6589Gabor Greif1-0/+26
2010-03-13Teach this test not to leak. Also, clean up all the cast<BinaryOperator> cruft.Nick Lewycky1-36/+89
2010-03-13Remove the last memory leak from the VMCore unit tests.Jeffrey Yasskin1-2/+2
2010-03-13Remove a memory leak from MetadataTest.Jeffrey Yasskin1-2/+2
2010-03-13Remove a memory leak from VerifierTest.Jeffrey Yasskin1-3/+4
2010-03-09Consolidate GoogleTest make options and duplicate them to its own makefile.Chandler Carruth1-8/+10
2010-03-04Stop leaking MDStrings.Jeffrey Yasskin1-11/+18
2010-03-04Fix PR6360. It's easy for a stub's address to escape to user code, so we can'tJeffrey Yasskin1-0/+23
2010-03-04Fix PR5291, in which a SmallPtrSet iterator was held across an insertion intoJeffrey Yasskin1-0/+27
2010-03-01Spelling fixes.Dan Gohman1-1/+1
2010-02-28Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-widthJohn McCall1-0/+29
2010-02-26Make APFloat's string-parsing routines a bit safer against very large exponents.John McCall1-0/+7
2010-02-25Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin1-1/+10
2010-02-23Roll back r96959 again.Jeffrey Yasskin1-12/+1
2010-02-23Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin1-1/+12
2010-02-18Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin1-5/+1
2010-02-18Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin1-1/+5
2010-02-17Add Regex::sub, for doing regular expression substitution with backreferences.Daniel Dunbar1-0/+29
2010-02-15Teach the verifier to check the condition on a branch and ensure that it hasNick Lewycky1-0/+44
2010-02-11Fix (harmless) memory leak found by memcheck.Jeffrey Yasskin1-0/+1
2010-02-11Fix some of the memcheck errors found in the JIT unittests.Jeffrey Yasskin1-4/+6
2010-02-11Make it possible to create multiple JIT instances at the same time, by removingJeffrey Yasskin1-0/+164
2010-02-10Silence GCC warnings.Benjamin Kramer2-12/+12
2010-02-10Implement operators |=, &=, and ^= for SmallBitVector, and remove theDan Gohman2-0/+79
2010-02-09Disable unittests/ADT/BitVectorTest on PPC Darwin.Dale Johannesen2-0/+10
2010-02-09Add support for TypeBuilder<const/volatile void*, false>.Jeffrey Yasskin1-1/+8