Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Using APInt more efficiently. | Zhou Sheng | 2007-04-26 | 1 | -5/+3 | |
| | | | | llvm-svn: 36475 | |||||
* | Make the apint construction more effective. | Zhou Sheng | 2007-04-13 | 1 | -3/+3 | |
| | | | | llvm-svn: 35960 | |||||
* | Add signExtend to ConstantRange, to complement zeroExtend and truncate. | Nick Lewycky | 2007-04-07 | 1 | -0/+17 | |
| | | | | llvm-svn: 35733 | |||||
* | Implement union of wrapped sets. | Nick Lewycky | 2007-04-01 | 1 | -7/+65 | |
| | | | | llvm-svn: 35534 | |||||
* | Add getter methods for the extremes of a ConstantRange. | Nick Lewycky | 2007-03-10 | 1 | -0/+64 | |
| | | | | llvm-svn: 35056 | |||||
* | Implement unionWith. | Nick Lewycky | 2007-03-02 | 1 | -2/+11 | |
| | | | | llvm-svn: 34833 | |||||
* | Remove the "isSigned" parameters from ConstantRange. It turns out they | Reid Spencer | 2007-03-01 | 1 | -37/+23 | |
| | | | | | | | | are not needed as the results are the same with or without it. Patch by Nicholas Lewycky. llvm-svn: 34782 | |||||
* | Move ConstantRange class to lib/Support from lib/Analysis and make its | Reid Spencer | 2007-02-28 | 1 | -0/+259 | |
| | | | | | | interface not depend on Type or ICmpInst. llvm-svn: 34761 | |||||
* | Move these files (which are dependent on VMCore) into VMCore | Misha Brukman | 2004-08-16 | 1 | -332/+0 | |
| | | | | llvm-svn: 15825 | |||||
* | Bug fixes for PR341 | Chris Lattner | 2004-07-15 | 1 | -1/+1 | |
| | | | | llvm-svn: 14838 | |||||
* | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 1 | -0/+2 | |
| | | | | llvm-svn: 14622 | |||||
* | Add some new methods | Chris Lattner | 2004-03-30 | 1 | -15/+87 | |
| | | | | llvm-svn: 12539 | |||||
* | Adjust to new itf | Chris Lattner | 2004-03-29 | 1 | -2/+2 | |
| | | | | llvm-svn: 12534 | |||||
* | Remove use of ConstantHandling itf | Chris Lattner | 2004-01-12 | 1 | -24/+31 | |
| | | | | llvm-svn: 10800 | |||||
* | 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 |