Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Finegrainify namespacification | Chris Lattner | 2003-12-14 | 1 | -4/+1 | |
| | | | | llvm-svn: 10464 | |||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 | |
| | | | | llvm-svn: 9903 | |||||
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 | |
| | | | | | | Header files will be on the way. llvm-svn: 9298 | |||||
* | Simplify code by using ConstantInt::getRawValue instead of checking to see | Chris Lattner | 2003-07-23 | 1 | -4/+1 | |
| | | | | | | whether the constant is signed or unsigned, then casting llvm-svn: 7252 | |||||
* | Minor bug fix. | Chris Lattner | 2002-09-03 | 1 | -2/+2 | |
| | | | | llvm-svn: 3577 | |||||
* | Fix bugs | Chris Lattner | 2002-09-02 | 1 | -14/+21 | |
| | | | | llvm-svn: 3569 | |||||
* | Add printing support to ConstantRange class | Chris Lattner | 2002-09-02 | 1 | -0/+12 | |
| | | | | llvm-svn: 3565 | |||||
* | Initial implementation of ConstantRange support | Chris Lattner | 2002-09-01 | 1 | -0/+227 | |
llvm-svn: 3563 |