aboutsummaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* APInt's countLeadingOnes() was broken for negative i128 values,Torok Edwin2009-01-271-2/+77
* Port this test from dejagnu to unit testing.Nick Lewycky2009-01-191-0/+25
* Fix naming of file.Bill Wendling2009-01-111-1/+1
* Adding unittests for SmallVector. Test by Talin.Bill Wendling2009-01-101-0/+383
* Some generic clean-ups. Also make the StringMapEntryInitializer specializatio...Bill Wendling2009-01-081-45/+44
* * Don't explicitly cast "0" to "void*". This doesn't work well with specializedBill Wendling2009-01-081-3/+17
* 80-column violation fix.Bill Wendling2009-01-081-1/+1
* * Added unittests for StringMapMisha Brukman2009-01-081-0/+189
* Minor cleanup for unittest:Misha Brukman2009-01-071-3/+3
* Modify the unittests Makefiles so that they don't rebuild parts of LLVM just toBill Wendling2009-01-041-1/+2
* improve test and address Misha's commentsNuno Lopes2009-01-031-43/+34
* Reassign the buffer to the pointer so that we don't overwrite memory.Bill Wendling2009-01-021-0/+2
* fist short at a new unit test for ImmutableSets. no bugs found, though :PNuno Lopes2009-01-021-0/+208
* make 'make clean' remove test binaries as wellNuno Lopes2009-01-021-0/+3
* Original patch by Talin.Misha Brukman2009-01-015-0/+253