aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2009-02-26Remove libtool.Nick Lewycky
2009-02-09Fix comment.Bill Wendling
2009-01-27APInt's countLeadingOnes() was broken for negative i128 values,Torok Edwin
2009-01-19Port this test from dejagnu to unit testing.Nick Lewycky
2009-01-11Fix naming of file.Bill Wendling
2009-01-10Adding unittests for SmallVector. Test by Talin.Bill Wendling
2009-01-08Some generic clean-ups. Also make the StringMapEntryInitializer specializatio...Bill Wendling
2009-01-08* Don't explicitly cast "0" to "void*". This doesn't work well with specializedBill Wendling
2009-01-0880-column violation fix.Bill Wendling
2009-01-08* Added unittests for StringMapMisha Brukman
2009-01-07Minor cleanup for unittest:Misha Brukman
2009-01-04Modify the unittests Makefiles so that they don't rebuild parts of LLVM just toBill Wendling
2009-01-03improve test and address Misha's commentsNuno Lopes
2009-01-02Reassign the buffer to the pointer so that we don't overwrite memory.Bill Wendling
2009-01-02fist short at a new unit test for ImmutableSets. no bugs found, though :PNuno Lopes
2009-01-02make 'make clean' remove test binaries as wellNuno Lopes
2009-01-01Original patch by Talin.Misha Brukman