summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* 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
* Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner2009-07-23
* Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests forReid Kleckner2009-07-23
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-23
* MDStringDevang Patel2009-07-23
* Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner2009-07-23
* Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel2009-07-23
* Make the JIT code emitter properly retry and ask for more memory when it runsReid Kleckner2009-07-23
* Parameterize the BumpPtrAllocator over a slab allocator. It defaults to usingReid Kleckner2009-07-23
* Support writing a StringRef to a raw_ostream directly.Daniel Dunbar2009-07-22
* cast signed APInt constructor params to uint64_t to suppress signedness warningRyan Flynn2009-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
* Fix ConstantRange::unionWith. Also make it work a little hard in some cases toNick Lewycky2009-07-19
* Replace intersectWith with maximalIntersectWith. The latter guarantees thatNick Lewycky2009-07-18
* Unbreak unittests build.Daniel Dunbar2009-07-18
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-18