Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in...
[oota-llvm.git] / unittests / Support / ConstantRangeTest.cpp
2011-06-22 Nick LewyckyFix the implementation of ConstantRange::sub(ConstantRa...
2010-12-07 Jay FoadPR5207: Change APInt methods trunc(), sext(), zext...
2010-09-28 Nick LewyckyMake ConstantRange::makeICmpRegion handle all the edge...
2010-09-06 Nick LewyckyAdd a new isSignWrappedSet() method to ConstantRange.
2010-08-11 Nick LewyckyClean up ConstantRange a bit:
2010-08-07 Owen AndersonAdd an inverse() method to ConstantRange.
2009-09-06 Daniel DunbarSimplify, now that gtest supports raw_ostream directly.
2009-09-05 Nick LewyckyNow that googletest can print ConstantRange, use EXPECT...
2009-09-05 Jeffrey YasskinTeach googletest to use raw_ostream instead of just...
2009-08-24 Chris Lattnersplit raw_os_ostream out to its own header and implemen...
2009-08-24 Daniel DunbarUnbreak unit tests.
2009-08-23 Chris Lattnerconvert all the constant range EXPECT_EQ tests to use...
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-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 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-09 Dan GohmanRevert the part of 75177 that split ConstantRange into...
2009-07-09 Dan GohmanAdd a ConstantSignedRange class, which does for signed...