aboutsummaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks onceNick Lewycky2009-07-131-0/+4
* 'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127).Nick Lewycky2009-07-131-1/+1
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-132-7/+12
* Multiply was very wrong for wrapped ranges. This supplies a half-fix that willNick Lewycky2009-07-131-0/+5
* Fix a bug summing two full sets. The overflow checking doesn't handle sets asNick Lewycky2009-07-131-0/+1
* Clarify a FIXME.Daniel Dunbar2009-07-121-4/+5
* Implement udiv for ConstantRanges.Nick Lewycky2009-07-121-13/+9
* This is not overly conservative.Nick Lewycky2009-07-121-1/+0
* Implement ConstantRange::multiply based on the code in LoopVR.Nick Lewycky2009-07-121-10/+6
* Fix handling of max and full set.Nick Lewycky2009-07-111-7/+8
* Break the world's largest unit test down a few logical lines. No semanticNick Lewycky2009-07-111-23/+65
* Don't use a void return type with a function that returns a value.Dan Gohman2009-07-111-1/+2
* Fix unit tests.Owen Anderson2009-07-102-91/+92
* Revert the part of 75177 that split ConstantRange into two classes, andDan Gohman2009-07-091-298/+21
* Add a ConstantSignedRange class, which does for signed integersDan Gohman2009-07-091-0/+582
* Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin2009-07-081-0/+126
* Drop "constant" from Devang Patel2009-07-081-4/+4
* Update SLotTracker to handle MDNode slots.Devang Patel2009-07-081-4/+4
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-012-4/+4
* Fix unit tests for LLVMContext+Module.Owen Anderson2009-07-012-4/+6
* Reapply 74494, this time removing the conflicting definition of operator<<Dan Gohman2009-06-301-13/+0
* Revert my intentional breakage.Daniel Dunbar2009-06-301-2/+0
* Intentionally break a unittest to test my buildbot gtest command.Daniel Dunbar2009-06-301-0/+2
* Fix order of arguments to EXPECT_EQDaniel Dunbar2009-06-291-11/+8
* Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly...Torok Edwin2009-06-292-1/+527
* Add a JITEventListener interface that gets called back when a new function isJeffrey Yasskin2009-06-254-1/+276
* Sketch streamer support for .align, .org functionality.Daniel Dunbar2009-06-241-0/+28
* We decided to not worry about Atoms for now, it should be straightforward toDaniel Dunbar2009-06-241-4/+2
* MCStreamer: Test printing values.Daniel Dunbar2009-06-241-0/+25
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-243-1/+68
* Reversed order of args in EXPECT_EQ() macros to be in the correct order:Misha Brukman2009-06-091-70/+70
* Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky2009-05-301-5/+7
* Fix a compile warning.Daniel Dunbar2009-05-181-1/+1
* Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky2009-05-101-9/+49
* Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from meDan Gohman2009-05-021-0/+136
* Prevent looping when DenseSet is abused.Stuart Hastings2009-05-011-0/+30
* Add tests for WeakVH and AssertingVH. These pointed out that the overloads forJeffrey Yasskin2009-04-271-0/+181
* Add a new TypeBuilder helper class, which eases making LLVM IR types.Chris Lattner2009-04-251-0/+233
* Fix PR4040: APInt's string constructor is too strictChris Lattner2009-04-251-0/+9
* "I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1,Chris Lattner2009-04-241-0/+14
* Use the testcase from PR2791.Owen Anderson2009-04-231-3/+3
* Fix pointer casting problem.Nick Lewycky2009-04-091-1/+2
* Fixed compiler warning.Misha Brukman2009-04-091-1/+1
* * Fixed calls to APInt ctor to work for negative values on Darwin/x86Misha Brukman2009-04-081-6/+6
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-041-0/+96
* Make the constants fit.Bill Wendling2009-04-011-5/+5
* Add llvm::Triple class for abstracting access to target triples.Daniel Dunbar2009-04-011-0/+137
* Added tests for math utility functions; fixed another test's header comment.Misha Brukman2009-04-012-1/+105
* include Makefile.common before using $(BuildMode) to get its definitionMisha Brukman2009-04-011-3/+2
* Converted a1.ll to unittests.Misha Brukman2009-03-244-5/+197