summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/ConstantRange.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Finegrainify namespacificationChris Lattner2003-12-141-4/+1
| | | | llvm-svn: 10464
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
| | | | llvm-svn: 9903
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
| | | | | | Header files will be on the way. llvm-svn: 9298
* Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner2003-07-231-4/+1
| | | | | | whether the constant is signed or unsigned, then casting llvm-svn: 7252
* Minor bug fix.Chris Lattner2002-09-031-2/+2
| | | | llvm-svn: 3577
* Fix bugsChris Lattner2002-09-021-14/+21
| | | | llvm-svn: 3569
* Add printing support to ConstantRange classChris Lattner2002-09-021-0/+12
| | | | llvm-svn: 3565
* Initial implementation of ConstantRange supportChris Lattner2002-09-011-0/+227
llvm-svn: 3563
OpenPOWER on IntegriCloud