2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
blob | commitdiff | raw |
2012-07-23 |
Nuno Lopes | make ConstantRange::zeroExtend() optimal |
blob | commitdiff | raw | diff to current |
2012-07-19 |
Nuno Lopes | reimplement truncate() to make it optimal. |
blob | commitdiff | raw | diff to current |
2012-07-17 |
Nuno Lopes | simplify getSetSize() per Duncan's comments |
blob | commitdiff | raw | diff to current |
2012-07-16 |
Nuno Lopes | teach ConstantRange that zero times X is always zero |
blob | commitdiff | raw | diff to current |
2012-07-16 |
Nuno Lopes | make ConstantRange::getSetSize() properly compute the... |
blob | commitdiff | raw | diff to current |
2012-06-28 |
Nuno Lopes | add ConstantRange::difference (to perform set differenc... |
blob | commitdiff | raw | diff to current |
2012-06-28 |
Nuno Lopes | fix a off-by-one bug in intersectWith(), and add a... |
blob | commitdiff | raw | diff to current |
2012-05-18 |
Nuno Lopes | fix corner case in ConstantRange::intersectWith(). |
blob | commitdiff | raw | diff to current |
2012-02-07 |
Craig Topper | Convert assert(0) to llvm_unreachable |
blob | commitdiff | raw | diff to current |
2012-01-03 |
Nick Lewycky | Conform to the style guide; remove 'else' after 'return... |
blob | commitdiff | raw | diff to current |
2011-11-24 |
Benjamin Kramer | Make ConstantRange::truncate a bit more efficient. |
blob | commitdiff | raw | diff to current |
2011-09-21 |
Richard Trieu | Change: |
blob | commitdiff | raw | diff to current |
2011-07-27 |
Frits van Bommel | Trim includes. |
blob | commitdiff | raw | diff to current |
2011-06-22 |
Nick Lewycky | Fix the implementation of ConstantRange::sub(ConstantRa... |
blob | commitdiff | raw | diff to current |
2010-12-07 |
Jay Foad | PR5207: Change APInt methods trunc(), sext(), zext... |
blob | commitdiff | raw | diff to current |
2010-09-28 |
Nick Lewycky | Make ConstantRange::makeICmpRegion handle all the edge... |
blob | commitdiff | raw | diff to current |
2010-09-07 |
Nick Lewycky | Add completely hokey binary-and and binary-or operation... |
blob | commitdiff | raw | diff to current |
2010-09-06 |
Nick Lewycky | Add a new isSignWrappedSet() method to ConstantRange. |
blob | commitdiff | raw | diff to current |
2010-08-11 |
Nick Lewycky | Clean up ConstantRange a bit: |
blob | commitdiff | raw | diff to current |
2010-08-07 |
Owen Anderson | Remove layering violation. |
blob | commitdiff | raw | diff to current |
2010-08-07 |
Owen Anderson | Add an inverse() method to ConstantRange. |
blob | commitdiff | raw | diff to current |
2010-08-07 |
Owen Anderson | Add a convenience constructor. |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Dan Gohman | Fix a typo that several people pointed out. Also, addre... |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Dan Gohman | Add a comment about a missed opportunity. |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Dan Gohman | Print empty and full sets specially. |
blob | commitdiff | raw | diff to current |
2010-01-05 |
David Greene | Change errs() to dbgs(). |
blob | commitdiff | raw | diff to current |
2009-11-12 |
Nuno Lopes | fix crash in my previous patch |
blob | commitdiff | raw | diff to current |
2009-11-12 |
Nuno Lopes | implement shl, ashr, and lshr methods. shl is not fully... |
blob | commitdiff | raw | diff to current |
2009-11-09 |
Nuno Lopes | add zextOrTrunc and sextOrTrunc methods, that are simil... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | Change Pass::print to take a raw ostream instead of... |
blob | commitdiff | raw | diff to current |
2009-07-19 |
Nick Lewycky | Fix ConstantRange::unionWith. Also make it work a littl... |
blob | commitdiff | raw | diff to current |
2009-07-18 |
Nick Lewycky | Replace intersectWith with maximalIntersectWith. The... |
blob | commitdiff | raw | diff to current |
2009-07-13 |
Nick Lewycky | Fix an error in ConstantRange::getSignedMax on wrapped... |
blob | commitdiff | raw | diff to current |
2009-07-13 |
Nick Lewycky | 'i8 full-range' sign extended to i16 should equal ... |
blob | commitdiff | raw | diff to current |
2009-07-13 |
Nick Lewycky | Multiply was very wrong for wrapped ranges. This suppli... |
blob | commitdiff | raw | diff to current |
2009-07-13 |
Nick Lewycky | Fix a bug summing two full sets. The overflow checking... |
blob | commitdiff | raw | diff to current |
2009-07-12 |
Nick Lewycky | Implement udiv for ConstantRanges. |
blob | commitdiff | raw | diff to current |
2009-07-12 |
Nick Lewycky | Implement ConstantRange::multiply based on the code... |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Nick Lewycky | Fix handling of max and full set. |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Nick Lewycky | Clarify and simplify. |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Nick Lewycky | Move a method that creates constant ranges relative... |
blob | commitdiff | raw | diff to current |
2009-07-09 |
Dan Gohman | Revert the part of 75177 that split ConstantRange into... |
blob | commitdiff | raw | diff to current |
2009-07-09 |
Dan Gohman | Add a ConstantSignedRange class, which does for signed... |
blob | commitdiff | raw | diff to current |
2008-08-23 |
Chris Lattner | Switch the asmprinter (.ll) and all the stuff it requir... |
blob | commitdiff | raw | diff to current |
2008-08-17 |
Chris Lattner | Rework the routines that convert AP[S]Int into a string... |
blob | commitdiff | raw | diff to current |
2008-05-27 |
Dan Gohman | Tidy up whitespace in ConstantRange::print output. |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
blob | commitdiff | raw | diff to current |
2007-07-14 |
Nick Lewycky | Clarify the language. Pointed out by Duncan Sands. |
blob | commitdiff | raw | diff to current |
2007-07-14 |
Nick Lewycky | Add alternate ConstantRange intersection algorithm. |
blob | commitdiff | raw | diff to current |
2007-06-09 |
Nick Lewycky | Fix edge case. |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Zhou Sheng | Using APInt more efficiently. |
blob | commitdiff | raw | diff to current |
2007-04-13 |
Zhou Sheng | Make the apint construction more effective. |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Nick Lewycky | Add signExtend to ConstantRange, to complement zeroExte... |
blob | commitdiff | raw | diff to current |
2007-04-01 |
Nick Lewycky | Implement union of wrapped sets. |
blob | commitdiff | raw | diff to current |
2007-03-10 |
Nick Lewycky | Add getter methods for the extremes of a ConstantRange. |
blob | commitdiff | raw | diff to current |
2007-03-02 |
Nick Lewycky | Implement unionWith. |
blob | commitdiff | raw | diff to current |
2007-03-01 |
Reid Spencer | Remove the "isSigned" parameters from ConstantRange... |
blob | commitdiff | raw | diff to current |
2007-02-28 |
Reid Spencer | Move ConstantRange class to lib/Support from lib/Analys... |
blob | commitdiff | raw | diff to current |
2007-02-28 |
Reid Spencer | For PR1205: |
blob | commitdiff | raw | diff to current |
2007-02-28 |
Reid Spencer | For PR1205: |
blob | commitdiff | raw | diff to current |
2007-02-28 |
Reid Spencer | For PR1205: |
blob | commitdiff | raw | diff to current |
2007-02-11 |
Nick Lewycky | Fix comments to match names of functions. |
blob | commitdiff | raw | diff to current |
2007-01-19 |
Reid Spencer | For PR1043: |
blob | commitdiff | raw | diff to current |
2007-01-15 |
Chris Lattner | rename Type::isIntegral to Type::isInteger, eliminating... |
blob | commitdiff | raw | diff to current |
2007-01-15 |
Chris Lattner | Update code to eliminate calls to isInteger, calling... |
blob | commitdiff | raw | diff to current |
2007-01-15 |
Chris Lattner | Fix correlated exprs regressions |
blob | commitdiff | raw | diff to current |
2007-01-12 |
Chris Lattner | remove unneeded special cases |
blob | commitdiff | raw | diff to current |
2007-01-12 |
Reid Spencer | Implement review feedback for the ConstantBool->Constan... |
blob | commitdiff | raw | diff to current |
2007-01-11 |
Reid Spencer | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. |
blob | commitdiff | raw | diff to current |
2007-01-11 |
Zhou Sheng | For PR1043: |
blob | commitdiff | raw | diff to current |
2007-01-08 |
Reid Spencer | Fix a bug in an assert that would never trigger. |
blob | commitdiff | raw | diff to current |
2007-01-08 |
Reid Spencer | Convert uses of getPrimitiveSize that should be getPrim... |
blob | commitdiff | raw | diff to current |
2006-12-23 |
Reid Spencer | For PR950: |
blob | commitdiff | raw | diff to current |
2006-12-12 |
Reid Spencer | Replace inferred getCast(V,Ty) calls with more strict... |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Bill Wendling | Changed llvm_ostream et all to OStream. llvm_cerr,... |
blob | commitdiff | raw | diff to current |
2006-12-06 |
Reid Spencer | Adjust to new ConstantIntegral interface for Max/Min... |
blob | commitdiff | raw | diff to current |
2006-12-04 |
Reid Spencer | Change inferred casts to explicit casts. |
blob | commitdiff | raw | diff to current |
2006-11-29 |
Bill Wendling | WTF? These weird newlines got in there... |
blob | commitdiff | raw | diff to current |
2006-11-28 |
Bill Wendling | Removed some of the iostream #includes. Moved towards... |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Reid Spencer | For PR950: |
blob | commitdiff | raw | diff to current |
2006-09-28 |
Chris Lattner | Simplify some code |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2004-07-15 |
Chris Lattner | Bug fixes for PR341 |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Reid Spencer | Add #include <iostream> since Value.h does not #include... |
blob | commitdiff | raw | diff to current |
2004-03-30 |
Chris Lattner | Add some new methods |
blob | commitdiff | raw | diff to current |
2004-03-29 |
Chris Lattner | Adjust to new itf |
blob | commitdiff | raw | diff to current |
2004-01-12 |
Chris Lattner | Remove use of ConstantHandling itf |
blob | commitdiff | raw | diff to current |
2003-12-14 |
Chris Lattner | Finegrainify namespacification |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
blob | commitdiff | raw | diff to current |
2003-10-20 |
John Criswell | Added LLVM project notice to the top of every C++ sourc... |
blob | commitdiff | raw | diff to current |
2003-07-23 |
Chris Lattner | Simplify code by using ConstantInt::getRawValue instead... |
blob | commitdiff | raw | diff to current |
2002-09-03 |
Chris Lattner | Minor bug fix. |
blob | commitdiff | raw | diff to current |
2002-09-02 |
Chris Lattner | Fix bugs |
blob | commitdiff | raw | diff to current |
2002-09-02 |
Chris Lattner | Add printing support to ConstantRange class |
blob | commitdiff | raw | diff to current |
2002-09-01 |
Chris Lattner | Initial implementation of ConstantRange support |
blob | commitdiff | raw | diff to current |
|