Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug fixes for PR341 | Chris Lattner | 2004-07-15 | 1 | -1/+1 |
* | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 1 | -0/+2 |
* | Add some new methods | Chris Lattner | 2004-03-30 | 1 | -15/+87 |
* | Adjust to new itf | Chris Lattner | 2004-03-29 | 1 | -2/+2 |
* | Remove use of ConstantHandling itf | Chris Lattner | 2004-01-12 | 1 | -24/+31 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-14 | 1 | -4/+1 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Simplify code by using ConstantInt::getRawValue instead of checking to see | Chris Lattner | 2003-07-23 | 1 | -4/+1 |
* | Minor bug fix. | Chris Lattner | 2002-09-03 | 1 | -2/+2 |
* | Fix bugs | Chris Lattner | 2002-09-02 | 1 | -14/+21 |
* | Add printing support to ConstantRange class | Chris Lattner | 2002-09-02 | 1 | -0/+12 |
* | Initial implementation of ConstantRange support | Chris Lattner | 2002-09-01 | 1 | -0/+227 |