aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ADT
Commit message (Expand)AuthorAgeFilesLines
* Add Twine ADT.Daniel Dunbar2009-07-241-0/+63
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-231-10/+13
* Support writing a StringRef to a raw_ostream directly.Daniel Dunbar2009-07-221-0/+6
* Add StringRef::{substr, startswith}.Daniel Dunbar2009-07-211-0/+12
* Add StringRef class, with fixes.Daniel Dunbar2009-07-211-0/+59
* unbreak unit-tests on gcc-4.4.Torok Edwin2009-07-211-0/+1
* Add SmallString unit test.Daniel Dunbar2009-07-161-0/+64
* Clarify a FIXME.Daniel Dunbar2009-07-121-4/+5
* Reapply 74494, this time removing the conflicting definition of operator<<Dan Gohman2009-06-301-13/+0
* Revert my intentional breakage.Daniel Dunbar2009-06-301-2/+0
* Intentionally break a unittest to test my buildbot gtest command.Daniel Dunbar2009-06-301-0/+2
* Reversed order of args in EXPECT_EQ() macros to be in the correct order:Misha Brukman2009-06-091-70/+70
* Prevent looping when DenseSet is abused.Stuart Hastings2009-05-011-0/+30
* Fix PR4040: APInt's string constructor is too strictChris Lattner2009-04-251-0/+9
* Use the testcase from PR2791.Owen Anderson2009-04-231-3/+3
* * Fixed calls to APInt ctor to work for negative values on Darwin/x86Misha Brukman2009-04-081-6/+6
* Add llvm::Triple class for abstracting access to target triples.Daniel Dunbar2009-04-011-0/+137
* Converted a1.ll to unittests.Misha Brukman2009-03-241-4/+83
* Renamed unittest files to have a consistent {Tt}est suffix.Misha Brukman2009-03-191-0/+0
* Fix comment.Bill Wendling2009-02-091-1/+1
* 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
* 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
* Original patch by Talin.Misha Brukman2009-01-012-0/+182