summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* Correct for recent assert change.Bill Wendling2009-08-21
* Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9.Erick Tryzelaar2009-08-21
* Allow '+' to appear in APInt strings, and add more unit tests.Erick Tryzelaar2009-08-21
* Add support for including '+' in APFloat strings, more asserts,Erick Tryzelaar2009-08-20
* Fix two APFloat bugs in converting hexadecimal constants.Daniel Dunbar2009-08-20
* Fixed header comment.Misha Brukman2009-08-20
* Add min and max tests.Daniel Dunbar2009-08-19
* Remove SmallString::append_*int* unit tests.Benjamin Kramer2009-08-19
* Add SmallVector::{capacity,set_size}.Daniel Dunbar2009-08-19
* Improve Triple to recognize the OS in i386-mingw32.Daniel Dunbar2009-08-18
* Fix pasto in StringRef::count(char)Daniel Dunbar2009-08-18
* Add StringRef::count({char,StringRef})Daniel Dunbar2009-08-18
* Wrap unit test death tests in GTEST_HAS_DEATH_TESTErick Tryzelaar2009-08-17
* Change APFloatTest from using ASSERTs to EXPECTsErick Tryzelaar2009-08-17
* Modify APFloat to take a StringRef instead of a c string.Erick Tryzelaar2009-08-16
* Add failure tests to APInt unit test.Erick Tryzelaar2009-08-16
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef.Daniel Dunbar2009-08-13
* Fix unit test on FreeBSD. We need to make sure there is enough space to save ...Benjamin Kramer2009-08-12
* StringRef: Add find(char) and find(StringRef).Daniel Dunbar2009-08-11
* To catch bugs like the one fixed inJeffrey Yasskin2009-08-07
* Update unit test.Owen Anderson2009-08-05
* Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's oldJeffrey Yasskin2009-08-04
* Remove now empty unit test directory.Benjamin Kramer2009-08-01
* daniel says it's fine to nuke this.Chris Lattner2009-08-01
* update for new apiChris Lattner2009-08-01
* Fix unit tests.Owen Anderson2009-07-31
* Update unittest for LLVM API change.Benjamin Kramer2009-07-31
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Adjust unit test for the MCSection changes.Benjamin Kramer2009-07-31
* Move more code back to 2.5 APIs.Owen Anderson2009-07-30
* Twine: Use raw_ostream::write_hex, remove unused itohexstr method.Daniel Dunbar2009-07-30
* fix a unitialized pointer in NamedMDNode (and reenable unittest)Benjamin Kramer2009-07-30
* Twine: Provide [u]int{32,64} conversions via implicit constructors instead ofDaniel Dunbar2009-07-30
* Disable the NamedMDNodeTest, it is failing everywhere.Daniel Dunbar2009-07-30
* Add NamedMDNode test.Devang Patel2009-07-30
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Update unittest for LLVM API change.Benjamin Kramer2009-07-29
* 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
* fix unittestBenjamin Kramer2009-07-28
* Remove trailing slashes from include paths. Some versions of mingw don't like...Benjamin Kramer2009-07-27
* 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
* Added a test and fixed a bug in BumpPtrAllocator relating to large alignmentReid Kleckner2009-07-25
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-25
* Add a missing ilist_node.h #include to SparseBitVector, and add a very shortJeffrey Yasskin2009-07-25
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-24
* Add Twine ADT.Daniel Dunbar2009-07-24
* Fixing unittests on 32-bit Darwin, using 0x...ULL instead of 0x...U .Reid Kleckner2009-07-23