aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/ConstantRange.h
AgeCommit message (Expand)Author
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
2002-09-02Add printing support to ConstantRange classChris Lattner
2002-09-01Initial implementation of ConstantRange supportChris Lattner