summaryrefslogtreecommitdiff
path: root/unittests/ADT
Commit message (Expand)AuthorAge
* Twine: Use raw_ostream::write_hex, remove unused itohexstr method.Daniel Dunbar2009-07-30
* Twine: Provide [u]int{32,64} conversions via implicit constructors instead ofDaniel Dunbar2009-07-30
* fix unittest on platforms with unsigned chars (e.g. linux-ppc)Benjamin Kramer2009-07-29
* Twines: Support numeric conversion directly (uitostr, etc).Daniel Dunbar2009-07-29
* Update Triple to use StringRef/Twine based APIs.Daniel Dunbar2009-07-26
* Add StringRef::{slice, split}, two convenient string operations which are simpleDaniel Dunbar2009-07-26
* Add a missing ilist_node.h #include to SparseBitVector, and add a very shortJeffrey Yasskin2009-07-25
* Add Twine ADT.Daniel Dunbar2009-07-24
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-23
* Support writing a StringRef to a raw_ostream directly.Daniel Dunbar2009-07-22
* Add StringRef::{substr, startswith}.Daniel Dunbar2009-07-21
* Add StringRef class, with fixes.Daniel Dunbar2009-07-21
* unbreak unit-tests on gcc-4.4.Torok Edwin2009-07-21
* Add SmallString unit test.Daniel Dunbar2009-07-16
* Clarify a FIXME.Daniel Dunbar2009-07-12
* Reapply 74494, this time removing the conflicting definition of operator<<Dan Gohman2009-06-30
* Revert my intentional breakage.Daniel Dunbar2009-06-30
* Intentionally break a unittest to test my buildbot gtest command.Daniel Dunbar2009-06-30
* Reversed order of args in EXPECT_EQ() macros to be in the correct order:Misha Brukman2009-06-09
* Prevent looping when DenseSet is abused.Stuart Hastings2009-05-01
* Fix PR4040: APInt's string constructor is too strictChris Lattner2009-04-25
* Use the testcase from PR2791.Owen Anderson2009-04-23
* * Fixed calls to APInt ctor to work for negative values on Darwin/x86Misha Brukman2009-04-08
* Add llvm::Triple class for abstracting access to target triples.Daniel Dunbar2009-04-01
* Converted a1.ll to unittests.Misha Brukman2009-03-24
* Renamed unittest files to have a consistent {Tt}est suffix.Misha Brukman2009-03-19
* Fix comment.Bill Wendling2009-02-09
* 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
* 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
* Original patch by Talin.Misha Brukman2009-01-01