aboutsummaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* Add StringRef::compare_numeric and use it to sort TableGen register records.Jakob Stoklund Olesen2010-05-261-0/+11
* Fix const ilist_node::get{Prev,Next}Node() to actually compile. Picky, picky.Daniel Dunbar2010-05-131-0/+5
* ADT: Add ilist_node::get{Prev,Next}Node, which return the adjacent node or null.Daniel Dunbar2010-05-121-0/+39
* Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp,Dan Gohman2010-04-302-3/+16
* SmallBitVector: Rework find_first/find_next and tweak test to test them (at l...Benjamin Kramer2010-04-301-2/+3
* Implement a read/write operator[] for SmallBitVector with a proxy class.Benjamin Kramer2010-04-301-0/+8
* silence some unused-value warnings.Chris Lattner2010-04-181-4/+4
* introduce a new CallGraphSCC class, and pass it aroundChris Lattner2010-04-161-1/+1
* Update unittest for allocator laziness.Benjamin Kramer2010-04-131-4/+4
* update unit test for api change.Chris Lattner2010-04-051-3/+1
* Fix SmallVector's insert to handle non-random-access iterators.Dan Gohman2010-03-261-0/+6
* another oneGabor Greif2010-03-181-1/+1
* Make this test more lenient; with SmallVector now using actuallyDan Gohman2010-03-181-1/+1
* feedback from NickGabor Greif2010-03-171-1/+2
* Fix death tests in -Asserts builds.Jeffrey Yasskin2010-03-173-0/+6
* more BranchInst testsGabor Greif2010-03-161-0/+15
* add BranchInst testsGabor Greif2010-03-161-0/+71
* appease valgrind testersGabor Greif2010-03-161-0/+4
* add single return testsGabor Greif2010-03-161-0/+11
* fix PR6589Gabor Greif2010-03-161-3/+3
* begin humbly with a repro of PR6589Gabor Greif2010-03-161-0/+26
* Teach this test not to leak. Also, clean up all the cast<BinaryOperator> cruft.Nick Lewycky2010-03-131-36/+89
* Remove the last memory leak from the VMCore unit tests.Jeffrey Yasskin2010-03-131-2/+2
* Remove a memory leak from MetadataTest.Jeffrey Yasskin2010-03-131-2/+2
* Remove a memory leak from VerifierTest.Jeffrey Yasskin2010-03-131-3/+4
* Consolidate GoogleTest make options and duplicate them to its own makefile.Chandler Carruth2010-03-091-8/+10
* Stop leaking MDStrings.Jeffrey Yasskin2010-03-041-11/+18
* Fix PR6360. It's easy for a stub's address to escape to user code, so we can'tJeffrey Yasskin2010-03-041-0/+23
* Fix PR5291, in which a SmallPtrSet iterator was held across an insertion intoJeffrey Yasskin2010-03-041-0/+27
* Spelling fixes.Dan Gohman2010-03-011-1/+1
* Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-widthJohn McCall2010-02-281-0/+29
* Make APFloat's string-parsing routines a bit safer against very large exponents.John McCall2010-02-261-0/+7
* Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin2010-02-251-1/+10
* Roll back r96959 again.Jeffrey Yasskin2010-02-231-12/+1
* Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin2010-02-231-1/+12
* Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin2010-02-181-5/+1
* Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin2010-02-181-1/+5
* Add Regex::sub, for doing regular expression substitution with backreferences.Daniel Dunbar2010-02-171-0/+29
* Teach the verifier to check the condition on a branch and ensure that it hasNick Lewycky2010-02-151-0/+44
* Fix (harmless) memory leak found by memcheck.Jeffrey Yasskin2010-02-111-0/+1
* Fix some of the memcheck errors found in the JIT unittests.Jeffrey Yasskin2010-02-111-4/+6
* Make it possible to create multiple JIT instances at the same time, by removingJeffrey Yasskin2010-02-111-0/+164
* Silence GCC warnings.Benjamin Kramer2010-02-102-12/+12
* Implement operators |=, &=, and ^= for SmallBitVector, and remove theDan Gohman2010-02-102-0/+79
* Disable unittests/ADT/BitVectorTest on PPC Darwin.Dale Johannesen2010-02-092-0/+10
* Add support for TypeBuilder<const/volatile void*, false>.Jeffrey Yasskin2010-02-091-1/+8
* Make APInt::countLeadingZerosSlowCase() treat the contents of padding bitsJohn McCall2010-02-031-0/+2
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-272-23/+52
* Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn'tJeffrey Yasskin2010-01-264-22/+5
* Revert 94484. Re-disable unittests that need RTTI.Bob Wilson2010-01-264-5/+22