Expose creating constant ints and floats from strings in llvm-c.
[oota-llvm.git] / unittests / Support /
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-12 Benjamin KramerFix unit test on FreeBSD. We need to make sure there...
2009-08-07 Jeffrey YasskinTo catch bugs like the one fixed in
2009-08-05 Owen AndersonUpdate unit test.
2009-07-31 Benjamin KramerUpdate unittest for LLVM API change.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-25 Reid KlecknerAdded a test and fixed a bug in BumpPtrAllocator relati...
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-23 Reid KlecknerRe-committing changes from r76825 to BumpPtrAllocator...
2009-07-23 Reid KlecknerReverting r76825 and r76828, since they caused clang...
2009-07-23 Reid KlecknerParameterize the BumpPtrAllocator over a slab allocator...
2009-07-22 Ryan Flynncast signed APInt constructor params to uint64_t to...
2009-07-19 Nick LewyckyFix ConstantRange::unionWith. Also make it work a littl...
2009-07-18 Nick LewyckyReplace intersectWith with maximalIntersectWith. The...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-13 Nick LewyckyFix an error in ConstantRange::getSignedMax on wrapped...
2009-07-13 Nick Lewycky'i8 full-range' sign extended to i16 should equal ...
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-13 Nick LewyckyMultiply was very wrong for wrapped ranges. This suppli...
2009-07-13 Nick LewyckyFix a bug summing two full sets. The overflow checking...
2009-07-12 Nick LewyckyImplement udiv for ConstantRanges.
2009-07-12 Nick LewyckyThis is not overly conservative.
2009-07-12 Nick LewyckyImplement ConstantRange::multiply based on the code...
2009-07-11 Nick LewyckyFix handling of max and full set.
2009-07-11 Nick LewyckyBreak the world's largest unit test down a few logical...
2009-07-10 Owen AndersonFix unit tests.
2009-07-09 Dan GohmanRevert the part of 75177 that split ConstantRange into...
2009-07-09 Dan GohmanAdd a ConstantSignedRange class, which does for signed...
2009-05-18 Daniel DunbarFix a compile warning.
2009-05-02 Dan GohmanApply Jeffrey Yasskin's CallbackVH patch, with minor...
2009-04-27 Jeffrey YasskinAdd tests for WeakVH and AssertingVH. These pointed...
2009-04-25 Chris LattnerAdd a new TypeBuilder helper class, which eases making...
2009-04-01 Bill WendlingMake the constants fit.
2009-04-01 Misha BrukmanAdded tests for math utility functions; fixed another...
2009-03-19 Misha BrukmanRenamed unittest files to have a consistent {Tt}est...
2009-03-17 Daniel DunbarMinimal raw_ostream unit tests