summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
...
* 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
* Don't use a void return type with a function that returns a value.Dan Gohman2009-07-11
* Fix unit tests.Owen Anderson2009-07-10
* Revert the part of 75177 that split ConstantRange into two classes, andDan Gohman2009-07-09
* Add a ConstantSignedRange class, which does for signed integersDan Gohman2009-07-09
* Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin2009-07-08
* Drop "constant" from Devang Patel2009-07-08
* Update SLotTracker to handle MDNode slots.Devang Patel2009-07-08
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Fix unit tests for LLVMContext+Module.Owen Anderson2009-07-01
* Reapply 74494, this time removing the conflicting definition of operator<<Dan Gohman2009-06-30
* Revert my intentional breakage.Daniel Dunbar2009-06-30
* Intentionally break a unittest to test my buildbot gtest command.Daniel Dunbar2009-06-30
* Fix order of arguments to EXPECT_EQDaniel Dunbar2009-06-29
* Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly...Torok Edwin2009-06-29
* Add a JITEventListener interface that gets called back when a new function isJeffrey Yasskin2009-06-25
* Sketch streamer support for .align, .org functionality.Daniel Dunbar2009-06-24
* We decided to not worry about Atoms for now, it should be straightforward toDaniel Dunbar2009-06-24
* MCStreamer: Test printing values.Daniel Dunbar2009-06-24
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-24