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