summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* 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
* Add SmallString unit test.Daniel Dunbar2009-07-16
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* Port this unittest to use LLVMContext.Dan Gohman2009-07-14
* Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks onceNick Lewycky2009-07-13
* 'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127).Nick Lewycky2009-07-13
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* Multiply was very wrong for wrapped ranges. This supplies a half-fix that willNick Lewycky2009-07-13
* Fix a bug summing two full sets. The overflow checking doesn't handle sets asNick Lewycky2009-07-13
* Clarify a FIXME.Daniel Dunbar2009-07-12
* Implement udiv for ConstantRanges.Nick Lewycky2009-07-12
* This is not overly conservative.Nick Lewycky2009-07-12
* Implement ConstantRange::multiply based on the code in LoopVR.Nick Lewycky2009-07-12
* Fix handling of max and full set.Nick Lewycky2009-07-11
* Break the world's largest unit test down a few logical lines. No semanticNick Lewycky2009-07-11