Age | Commit message (Expand) | Author |
2013-01-10 | Fix include guards so they exactly match file names. | Jakub Staszak |
2012-06-28 | add ConstantRange::difference (to perform set difference/relative complement) | Nuno Lopes |
2010-12-17 | improve switch formation to handle small range | Chris Lattner |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-17 | Fix ScalarEvolution's range memoization to avoid using a | Dan Gohman |
2010-11-17 | Memoize results from ScalarEvolution's getUnsignedRange and getSignedRange. | Dan Gohman |
2010-09-07 | Add completely hokey binary-and and binary-or operations to ConstantRange and | Nick Lewycky |
2010-09-06 | Add a new isSignWrappedSet() method to ConstantRange. | Nick Lewycky |
2010-08-11 | Clean up ConstantRange a bit: | Nick Lewycky |
2010-08-07 | Remove layering violation. | Owen Anderson |
2010-08-07 | Add an inverse() method to ConstantRange. | Owen Anderson |
2010-08-07 | Delete this explicit assignment operator; it's equivalent to | Dan Gohman |
2010-08-07 | Add a convenience constructor. | Owen Anderson |
2010-08-05 | Give ConstantRange an operator= | Owen Anderson |
2009-11-12 | implement shl, ashr, and lshr methods. shl is not fully implemented as it is ... | Nuno Lopes |
2009-11-09 | add zextOrTrunc and sextOrTrunc methods, that are similar to the ones in APInt | Nuno Lopes |
2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
2009-08-23 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner |
2009-07-18 | Replace intersectWith with maximalIntersectWith. The latter guarantees that | Nick Lewycky |
2009-07-12 | Make this clearer for the mathematically inclined. Thanks to Duncan Sands for | Nick Lewycky |
2009-07-11 | Clarify and simplify. | Nick Lewycky |
2009-07-11 | Move a method that creates constant ranges relative to another constant range | Nick Lewycky |
2009-07-09 | Revert the part of 75177 that split ConstantRange into two classes, and | Dan Gohman |
2009-07-09 | Add a ConstantSignedRange class, which does for signed integers | Dan Gohman |
2009-02-20 | Removed trailing whitespace. | Misha Brukman |
2008-08-23 | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner |
2008-02-20 | Add explicit keywords. | Dan Gohman |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-07-14 | Clarify the language. Pointed out by Duncan Sands. | Nick Lewycky |
2007-07-14 | Add alternate ConstantRange intersection algorithm. | Nick Lewycky |
2007-04-07 | Add signExtend to ConstantRange, to complement zeroExtend and truncate. | Nick Lewycky |
2007-03-10 | Add getter methods for the extremes of a ConstantRange. | Nick Lewycky |
2007-03-01 | Remove the "isSigned" parameters from ConstantRange. It turns out they | Reid Spencer |
2007-02-28 | Move ConstantRange class to lib/Support from lib/Analysis and make its | Reid Spencer |
2007-02-28 | For PR1205: | Reid Spencer |
2007-02-28 | For PR1205: | Reid Spencer |
2007-02-28 | For PR1205: | Reid Spencer |
2007-02-11 | Fix comments to match names of functions. | Nick Lewycky |
2007-01-11 | For PR1043: | Zhou Sheng |
2006-12-23 | For PR950: | Reid Spencer |
2006-12-17 | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-11-28 | Added a temporary hack to get the llvm-streams to work for future checkins. | Bill Wendling |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-03-30 | Add some new methods | Chris Lattner |
2004-03-29 | Relax the interface a bit | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
2002-09-03 | Implement operator== and != for ranges | Chris Lattner |