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