aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/ConstantRange.h
Commit message (Expand)AuthorAgeFilesLines
* 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