aboutsummaryrefslogtreecommitdiff
path: root/unittests/ADT
AgeCommit message (Expand)Author
2009-09-18Fix a few more conversion warnings on 4.0Daniel Dunbar
2009-09-17Another try at fixing compile warnings on 4.0Daniel Dunbar
2009-09-16Add StringRef::{rfind, rsplit}Daniel Dunbar
2009-09-14Attempt to fix some 4.0.0 build warnings.Daniel Dunbar
2009-09-06Simplify, now that gtest supports raw_ostream directly.Daniel Dunbar
2009-09-03Add test for PR4873, which works for me.Daniel Dunbar
2009-08-24split raw_os_ostream out to its own header and implementation file. ThisChris Lattner
2009-08-24Unbreak unit tests.Daniel Dunbar
2009-08-21Correct for recent assert change.Bill Wendling
2009-08-21Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9.Erick Tryzelaar
2009-08-21Allow '+' to appear in APInt strings, and add more unit tests.Erick Tryzelaar
2009-08-20Add support for including '+' in APFloat strings, more asserts,Erick Tryzelaar
2009-08-20Fix two APFloat bugs in converting hexadecimal constants.Daniel Dunbar
2009-08-19Remove SmallString::append_*int* unit tests.Benjamin Kramer
2009-08-19Add SmallVector::{capacity,set_size}.Daniel Dunbar
2009-08-18Improve Triple to recognize the OS in i386-mingw32.Daniel Dunbar
2009-08-18Fix pasto in StringRef::count(char)Daniel Dunbar
2009-08-18Add StringRef::count({char,StringRef})Daniel Dunbar
2009-08-17Wrap unit test death tests in GTEST_HAS_DEATH_TESTErick Tryzelaar
2009-08-17Change APFloatTest from using ASSERTs to EXPECTsErick Tryzelaar
2009-08-16Modify APFloat to take a StringRef instead of a c string.Erick Tryzelaar
2009-08-16Add failure tests to APInt unit test.Erick Tryzelaar
2009-08-13Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef.Daniel Dunbar
2009-08-11StringRef: Add find(char) and find(StringRef).Daniel Dunbar
2009-07-30Twine: Use raw_ostream::write_hex, remove unused itohexstr method.Daniel Dunbar
2009-07-30Twine: Provide [u]int{32,64} conversions via implicit constructors instead ofDaniel Dunbar
2009-07-29fix unittest on platforms with unsigned chars (e.g. linux-ppc)Benjamin Kramer
2009-07-29Twines: Support numeric conversion directly (uitostr, etc).Daniel Dunbar
2009-07-26Update Triple to use StringRef/Twine based APIs.Daniel Dunbar
2009-07-26Add StringRef::{slice, split}, two convenient string operations which are simpleDaniel Dunbar
2009-07-25Add a missing ilist_node.h #include to SparseBitVector, and add a very shortJeffrey Yasskin
2009-07-24Add Twine ADT.Daniel Dunbar
2009-07-23Convert StringMap to using StringRef for its APIs.Daniel Dunbar
2009-07-22Support writing a StringRef to a raw_ostream directly.Daniel Dunbar
2009-07-21Add StringRef::{substr, startswith}.Daniel Dunbar
2009-07-21Add StringRef class, with fixes.Daniel Dunbar
2009-07-21unbreak unit-tests on gcc-4.4.Torok Edwin
2009-07-16Add SmallString unit test.Daniel Dunbar
2009-07-12Clarify a FIXME.Daniel Dunbar
2009-06-30Reapply 74494, this time removing the conflicting definition of operator<<Dan Gohman
2009-06-30Revert my intentional breakage.Daniel Dunbar
2009-06-30Intentionally break a unittest to test my buildbot gtest command.Daniel Dunbar
2009-06-09Reversed order of args in EXPECT_EQ() macros to be in the correct order:Misha Brukman
2009-05-01Prevent looping when DenseSet is abused.Stuart Hastings
2009-04-25Fix PR4040: APInt's string constructor is too strictChris Lattner
2009-04-23Use the testcase from PR2791.Owen Anderson
2009-04-08* Fixed calls to APInt ctor to work for negative values on Darwin/x86Misha Brukman
2009-04-01Add llvm::Triple class for abstracting access to target triples.Daniel Dunbar
2009-03-24Converted a1.ll to unittests.Misha Brukman
2009-03-19Renamed unittest files to have a consistent {Tt}est suffix.Misha Brukman