summaryrefslogtreecommitdiff
path: root/include/llvm/Support/ConstantRange.h
Commit message (Expand)AuthorAge
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* Add explicit keywords.Dan Gohman2008-02-20
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Clarify the language. Pointed out by Duncan Sands.Nick Lewycky2007-07-14
* Add alternate ConstantRange intersection algorithm.Nick Lewycky2007-07-14
* Add signExtend to ConstantRange, to complement zeroExtend and truncate.Nick Lewycky2007-04-07
* Add getter methods for the extremes of a ConstantRange.Nick Lewycky2007-03-10
* Remove the "isSigned" parameters from ConstantRange. It turns out theyReid Spencer2007-03-01
* Move ConstantRange class to lib/Support from lib/Analysis and make itsReid Spencer2007-02-28
* For PR1205:Reid Spencer2007-02-28
* For PR1205:Reid Spencer2007-02-28
* For PR1205:Reid Spencer2007-02-28
* Fix comments to match names of functions.Nick Lewycky2007-02-11
* For PR1043:Zhou Sheng2007-01-11
* For PR950:Reid Spencer2006-12-23
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling2006-11-28
* Remove trailing whitespaceMisha Brukman2005-04-21
* Changes For Bug 352Reid Spencer2004-09-01
* Add some new methodsChris Lattner2004-03-30
* Relax the interface a bitChris Lattner2004-03-29
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Implement operator== and != for rangesChris Lattner2002-09-03
* Add printing support to ConstantRange classChris Lattner2002-09-02
* Initial implementation of ConstantRange supportChris Lattner2002-09-01