| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | For PR950: | Reid Spencer | 2006-10-26 | 1 | -15/+14 |
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -14/+14 |
* | Fix some more static dtor issues. | Chris Lattner | 2006-10-04 | 1 | -33/+36 |
* | Eliminate ConstantBool::True and ConstantBool::False. Instead, provide | Chris Lattner | 2006-09-28 | 1 | -4/+4 |
* | Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
* | s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
* | Use hidden visibility to make symbols in an anonymous namespace get | Chris Lattner | 2006-06-28 | 1 | -3/+4 |
* | Implement Transforms/IndVarsSimplify/complex-scev.ll, a case where we didn't | Chris Lattner | 2006-04-26 | 1 | -0/+25 |