aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/ConstantRange.h
Commit message (Expand)AuthorAgeFilesLines
* Add signExtend to ConstantRange, to complement zeroExtend and truncate.Nick Lewycky2007-04-071-0/+6
* Add getter methods for the extremes of a ConstantRange.Nick Lewycky2007-03-101-0/+20
* Remove the "isSigned" parameters from ConstantRange. It turns out theyReid Spencer2007-03-011-7/+5
* Move ConstantRange class to lib/Support from lib/Analysis and make itsReid Spencer2007-02-281-15/+7
* For PR1205:Reid Spencer2007-02-281-6/+9
* For PR1205:Reid Spencer2007-02-281-9/+5
* For PR1205:Reid Spencer2007-02-281-4/+10
* Fix comments to match names of functions.Nick Lewycky2007-02-111-7/+7
* For PR1043:Zhou Sheng2007-01-111-6/+5
* For PR950:Reid Spencer2006-12-231-8/+18
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-3/+1
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-1/+1
* Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling2006-11-281-0/+4
* Remove trailing whitespaceMisha Brukman2005-04-211-8/+8
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Add some new methodsChris Lattner2004-03-301-0/+25
* Relax the interface a bitChris Lattner2004-03-291-5/+5
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Implement operator== and != for rangesChris Lattner2002-09-031-0/+9
* Add printing support to ConstantRange classChris Lattner2002-09-021-0/+14
* Initial implementation of ConstantRange supportChris Lattner2002-09-011-0/+97