| Age | Commit message (Expand) | Author |
| 2007-04-01 | print the type of an inserted IV in -debug mode. | Chris Lattner |
| 2007-03-26 | Look through bitcast when finding IVs. (Chris' patch really.) | Dale Johannesen |
| 2007-03-20 | do not share old induction variables when this would result in invalid | Dale Johannesen |
| 2007-03-20 | Fix some VC++ warnings. | Jeff Cohen |
| 2007-03-20 | use types of loads and stores, not address, in CheckForIVReuse | Dale Johannesen |
| 2007-03-13 | Correct type info for isLegalAddressImmediate() check. | Evan Cheng |
| 2007-03-12 | Use new TargetLowering addressing modes hooks. | Evan Cheng |
| 2007-03-09 | Increment iterator now because IVUseShouldUsePostIncValue may remove | Devang Patel |
| 2007-03-06 | Now LoopStrengthReduce is a LoopPass. | Devang Patel |
| 2007-03-02 | Finally get this patch right :) | Reid Spencer |
| 2007-03-02 | Dang, I've done that twice now! Undo previous commit. | Reid Spencer |
| 2007-03-02 | Use more efficient test for one value in a ConstantInt. | Reid Spencer |
| 2007-03-02 | Reverse a premature commital. | Reid Spencer |
| 2007-03-02 | Prefer non-virtual calls to ConstantInt::isZero over virtual calls to | Reid Spencer |
| 2007-02-10 | Privatize StructLayout::MemberOffsets, adding an accessor | Chris Lattner |
| 2007-02-05 | Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in | Reid Spencer |
| 2007-01-15 | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner |
| 2007-01-15 | Eliminate calls to isInteger, generalizing code and tightening checks as needed. | Chris Lattner |
| 2007-01-08 | For PR1097: | Reid Spencer |
| 2007-01-06 | no need to worry about int vs uint any more. | Chris Lattner |
| 2006-12-31 | For PR950: | Reid Spencer |
| 2006-12-23 | For PR950: | Reid Spencer |
| 2006-12-19 | Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic | Chris Lattner |
| 2006-12-13 | Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcode | Reid Spencer |
| 2006-12-12 | Change inferred getCast into specific getCast. Passes all tests. | Reid Spencer |
| 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-11-27 | For PR950: | Reid Spencer |
| 2006-11-26 | Removed #include <iostream> and replaced with llvm_* streams. | Bill Wendling |
| 2006-11-17 | If an indvar with a variable stride is used by the exit condition, go ahead | Chris Lattner |
| 2006-11-02 | For PR786: | Reid Spencer |
| 2006-10-28 | break edges more intelligently | Chris Lattner |
| 2006-10-28 | prepare for a change I'm about to make | Chris Lattner |
| 2006-10-20 | For PR950: | Reid Spencer |
| 2006-08-27 | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner |
| 2006-08-27 | s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| | Chris Lattner |
| 2006-08-03 | Changes: | Chris Lattner |
| 2006-07-18 | Only reuse a previous IV if it would not require a type conversion. | Evan Cheng |
| 2006-06-28 | Use hidden visibility to make symbols in an anonymous namespace get | Chris Lattner |
| 2006-06-09 | RewriteExpr, either the new PHI node of induction variable or the | Evan Cheng |
| 2006-04-12 | Get rid of a signed/unsigned compare warning. | Reid Spencer |
| 2006-03-24 | Fix spello | Chris Lattner |
| 2006-03-22 | silence a bogus gcc warning | Chris Lattner |
| 2006-03-18 | - Fixed a bogus if condition. | Evan Cheng |
| 2006-03-18 | Sort StrideOrder so we can process the smallest strides first. This allows | Evan Cheng |
| 2006-03-17 | Allow users of iv / stride to be rewritten with expression that is a multiply | Evan Cheng |
| 2006-03-16 | For each loop, keep track of all the IV expressions inserted indexed by | Evan Cheng |
| 2006-03-13 | Added target lowering hooks which LSR consults to make more intelligent | Evan Cheng |
| 2006-02-04 | Use SCEVExpander::InsertCastOfTo instead of our own code. This reduces | Chris Lattner |
| 2006-02-04 | Fix two significant bugs in LSR: | Chris Lattner |