| Commit message (Expand) | Author | Age | Files | Lines |
* | Guard further against APInt operations with operands of unequal bit width. | Reid Spencer | 2007-03-04 | 1 | -4/+11 |
* | Fix an unequal bitwidth issue. | Reid Spencer | 2007-03-02 | 1 | -3/+6 |
* | Prefer non-virtual calls to ConstantInt::isZero over virtual calls to | Reid Spencer | 2007-03-02 | 1 | -6/+6 |
* | Make it possible to create an SCEVUnknown from an APInt as well as an int. | Reid Spencer | 2007-03-01 | 1 | -0/+4 |
* | Construct ConstantInt with simpler constructor. | Reid Spencer | 2007-03-01 | 1 | -4/+4 |
* | Fix last night's 445.gobmk breakage which was caused by comparison of | Reid Spencer | 2007-03-01 | 1 | -0/+1 |
* | Remove the "isSigned" parameters from ConstantRange. It turns out they | Reid Spencer | 2007-03-01 | 1 | -8/+7 |
* | APIntify various computations in ScalarEvolution | Reid Spencer | 2007-03-01 | 1 | -55/+52 |
* | For PR1205: | Reid Spencer | 2007-02-28 | 1 | -16/+20 |
* | For PR1205: | Reid Spencer | 2007-02-28 | 1 | -4/+5 |
* | For PR1205: | Reid Spencer | 2007-02-28 | 1 | -21/+27 |
* | For PR1205: | Reid Spencer | 2007-02-28 | 1 | -6/+5 |
* | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer | 2007-02-02 | 1 | -1/+1 |
* | The local "ConstantFold" method is now just a watered down version of | Chris Lattner | 2007-01-30 | 1 | -37/+3 |
* | adjust to constant folding api changes. | Chris Lattner | 2007-01-30 | 1 | -2/+2 |
* | For PR1043: | Reid Spencer | 2007-01-19 | 1 | -1/+1 |
* | Unbreak VC++ build. | Jeff Cohen | 2007-01-15 | 1 | -1/+1 |
* | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner | 2007-01-15 | 1 | -11/+11 |
* | Update code to eliminate calls to isInteger, calling isIntegral instead. | Chris Lattner | 2007-01-15 | 1 | -16/+11 |
* | Fix PR1101 and Analysis/ScalarEvolution/trip-count.ll | Chris Lattner | 2007-01-14 | 1 | -3/+5 |
* | don't discriminate against bool | Chris Lattner | 2007-01-12 | 1 | -1/+1 |
* | Implement review feedback for the ConstantBool->ConstantInt merge. Chris | Reid Spencer | 2007-01-12 | 1 | -4/+4 |
* | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer | 2007-01-11 | 1 | -1/+1 |
* | For PR1043: | Zhou Sheng | 2007-01-11 | 1 | -13/+15 |
* | Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits. | Reid Spencer | 2007-01-08 | 1 | -6/+6 |
* | Fix PR1015 and Transforms/IndVarsSimplify/2007-01-06-TripCount.ll, a | Chris Lattner | 2007-01-07 | 1 | -1/+15 |
* | cast of int to bool no longer does a compare, rendering this fixme | Chris Lattner | 2007-01-07 | 1 | -1/+0 |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -47/+9 |
* | For PR950: | Reid Spencer | 2006-12-23 | 1 | -96/+102 |
* | Add a FIXME about signedness. | Reid Spencer | 2006-12-21 | 1 | -0/+2 |
* | Add some comments about things that can go away once signless types are in. | Reid Spencer | 2006-12-21 | 1 | -1/+8 |
* | eliminate static ctors from Statistics | Chris Lattner | 2006-12-19 | 1 | -23/+19 |
* | Fix a bug in GetConstantFactor for affine expressions, in which the existing | Chris Lattner | 2006-12-19 | 1 | -5/+9 |
* | Replace inferred getCast(V,Ty) calls with more strict variants. | Reid Spencer | 2006-12-12 | 1 | -9/+12 |
* | Get even more accurate on the casting. | Reid Spencer | 2006-12-12 | 1 | -8/+5 |
* | Change inferred getCast into specific getCast. Passes all tests. | Reid Spencer | 2006-12-12 | 1 | -3/+9 |
* | teach scev to analyze X*4|1 like X*4+c. This allows us to produce: | Chris Lattner | 2006-12-12 | 1 | -1/+59 |
* | clarify some comments, simplify some checks, fix: | Chris Lattner | 2006-12-11 | 1 | -7/+7 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -17/+17 |
* | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner | 2006-12-06 | 1 | -5/+5 |
* | Finally get the casting right in this file. Also, remove some unnecessary | Reid Spencer | 2006-12-05 | 1 | -7/+6 |
* | Bail on the getInferredCast idea. Remove the function and convert | Reid Spencer | 2006-12-05 | 1 | -9/+10 |
* | Fix comment grammaro | Reid Spencer | 2006-12-04 | 1 | -2/+2 |
* | Fix inferred casts. | Reid Spencer | 2006-12-04 | 1 | -6/+9 |
* | Unbreak VC++ build. | Jeff Cohen | 2006-12-02 | 1 | -0/+1 |
* | Removed some of the iostream #includes. Moved towards converting to using | Bill Wendling | 2006-11-28 | 1 | -13/+14 |
* | For PR950: | Reid Spencer | 2006-11-27 | 1 | -37/+18 |
* | Remove redundant <cmath>. | Jim Laskey | 2006-11-08 | 1 | -1/+0 |
* | For PR950: | Reid Spencer | 2006-11-02 | 1 | -1/+1 |
* | Make ScalarEvolution actually use a ZeroExtend expression instead of | Reid Spencer | 2006-11-01 | 1 | -2/+2 |