aboutsummaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* split raw_os_ostream out to its own header and implementation file. ThisChris Lattner2009-08-242-2/+2
* Unbreak unit tests.Daniel Dunbar2009-08-242-0/+14
* Fix off-by-one in llvm::Format::print.Daniel Dunbar2009-08-231-0/+27
* convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since Chris Lattner2009-08-231-128/+129
* upgrade for removed functions.Chris Lattner2009-08-231-11/+16
* Correct for recent assert change.Bill Wendling2009-08-211-1/+1
* Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9.Erick Tryzelaar2009-08-211-0/+82
* Allow '+' to appear in APInt strings, and add more unit tests.Erick Tryzelaar2009-08-211-8/+72
* Add support for including '+' in APFloat strings, more asserts,Erick Tryzelaar2009-08-201-51/+450
* Fix two APFloat bugs in converting hexadecimal constants.Daniel Dunbar2009-08-201-0/+2
* Fixed header comment.Misha Brukman2009-08-201-1/+1
* Add min and max tests.Daniel Dunbar2009-08-191-0/+8
* Remove SmallString::append_*int* unit tests.Benjamin Kramer2009-08-191-16/+0
* Add SmallVector::{capacity,set_size}.Daniel Dunbar2009-08-191-0/+18
* Improve Triple to recognize the OS in i386-mingw32.Daniel Dunbar2009-08-181-0/+12
* Fix pasto in StringRef::count(char)Daniel Dunbar2009-08-181-0/+1
* Add StringRef::count({char,StringRef})Daniel Dunbar2009-08-181-0/+7
* Wrap unit test death tests in GTEST_HAS_DEATH_TESTErick Tryzelaar2009-08-172-5/+9
* Change APFloatTest from using ASSERTs to EXPECTsErick Tryzelaar2009-08-171-67/+67
* Modify APFloat to take a StringRef instead of a c string.Erick Tryzelaar2009-08-161-0/+106
* Add failure tests to APInt unit test.Erick Tryzelaar2009-08-161-0/+11
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-139-104/+109
* Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef.Daniel Dunbar2009-08-131-6/+6
* Fix unit test on FreeBSD. We need to make sure there is enough space to save ...Benjamin Kramer2009-08-121-1/+1
* StringRef: Add find(char) and find(StringRef).Daniel Dunbar2009-08-111-0/+7
* To catch bugs like the one fixed inJeffrey Yasskin2009-08-071-0/+7
* Update unit test.Owen Anderson2009-08-051-5/+5
* Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's oldJeffrey Yasskin2009-08-042-4/+95
* Remove now empty unit test directory.Benjamin Kramer2009-08-012-16/+1
* daniel says it's fine to nuke this.Chris Lattner2009-08-011-101/+0
* update for new apiChris Lattner2009-08-011-4/+4
* Fix unit tests.Owen Anderson2009-07-311-14/+16
* Update unittest for LLVM API change.Benjamin Kramer2009-07-312-4/+4
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-311-1/+1
* Adjust unit test for the MCSection changes.Benjamin Kramer2009-07-311-4/+5
* Move more code back to 2.5 APIs.Owen Anderson2009-07-301-1/+1
* Twine: Use raw_ostream::write_hex, remove unused itohexstr method.Daniel Dunbar2009-07-301-2/+1
* fix a unitialized pointer in NamedMDNode (and reenable unittest)Benjamin Kramer2009-07-301-3/+0
* Twine: Provide [u]int{32,64} conversions via implicit constructors instead ofDaniel Dunbar2009-07-301-6/+7
* Disable the NamedMDNodeTest, it is failing everywhere.Daniel Dunbar2009-07-301-0/+3
* Add NamedMDNode test.Devang Patel2009-07-301-0/+22
* Move types back to the 2.5 API.Owen Anderson2009-07-292-4/+3
* Update unittest for LLVM API change.Benjamin Kramer2009-07-291-18/+18
* fix unittest on platforms with unsigned chars (e.g. linux-ppc)Benjamin Kramer2009-07-291-1/+1
* Twines: Support numeric conversion directly (uitostr, etc).Daniel Dunbar2009-07-291-0/+12
* fix unittestBenjamin Kramer2009-07-281-1/+1
* Remove trailing slashes from include paths. Some versions of mingw don't like...Benjamin Kramer2009-07-271-1/+1
* Update Triple to use StringRef/Twine based APIs.Daniel Dunbar2009-07-261-36/+36
* Add StringRef::{slice, split}, two convenient string operations which are simpleDaniel Dunbar2009-07-261-0/+15
* Added a test and fixed a bug in BumpPtrAllocator relating to large alignmentReid Kleckner2009-07-251-0/+48