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