Age | Commit message (Expand) | Author |
2004-02-05 | Add debug output | Chris Lattner |
2004-02-04 | Adjust to the new BasicBlock ctor, which requires a function parameter | Chris Lattner |
2004-02-02 | Disable (x - (y - z)) => (x + (z - y)) optimization for floating point. | Chris Lattner |
2004-02-02 | Update comment | Chris Lattner |
2004-02-01 | Disable tail duplication in any "hard" cases, where it might break SSA form. | Chris Lattner |
2004-02-01 | Fix the count of the number of instructions removed | Chris Lattner |
2004-01-14 | Fix InstCombine/2004-01-13-InstCombineInvokePHI.ll, which also fixes lots | Chris Lattner |
2004-01-12 | Fix bug in previous checkin | Chris Lattner |
2004-01-12 | Eliminate use of ConstantHandling and ConstantExpr::getShift interfaces | Chris Lattner |
2004-01-12 | Add header file I accidentally removed in teh shuffle | Chris Lattner |
2004-01-12 | Remove use of the ConstantHandling interfaces | Chris Lattner |
2004-01-12 | Don't use ConstantExpr::getShift anymore | Chris Lattner |
2004-01-12 | Remove unneeded #include | Chris Lattner |
2004-01-12 | Use constantexprs for casts. Eliminate use of the ConstantHandling interfaces | Chris Lattner |
2004-01-12 | Fix fairly severe bug in my last checking where we treated all unfoldable | Chris Lattner |
2004-01-12 | * Implement minor performance optimization for the getelementptr case | Chris Lattner |
2004-01-12 | Do not hack on volatile loads. I'm not sure what the point of a volatile load | Chris Lattner |
2004-01-12 | Implement SCCP/phitest.ll | Chris Lattner |
2004-01-10 | Update obsolete comments | Chris Lattner |
2004-01-09 | Finegrainify namespacification | Chris Lattner |
2004-01-08 | Improve encapsulation in the Loop and LoopInfo classes by eliminating the | Chris Lattner |
2003-12-23 | More minor non-functional changes. This now computes the exit condition, though | Chris Lattner |
2003-12-22 | Don't mind me, I'm just refactoring away. This patch makes room for LFTR, but | Chris Lattner |
2003-12-22 | Implement IndVarsSimplify/pointer-indvars.ll, transforming pointer | Chris Lattner |
2003-12-22 | Fix PR194 | Chris Lattner |
2003-12-19 | Fix ADCE/2003-12-19-MergeReturn.llx | Chris Lattner |
2003-12-19 | Remove the wierd "Operands" loop, by traversing basicblocks in reverse order | Chris Lattner |
2003-12-19 | Implement LICM/sink_multiple.ll, by sinking all possible instructions in the | Chris Lattner |
2003-12-19 | Factor code out into the Utils library | Chris Lattner |
2003-12-18 | Reverted back to previous revision - this was previously merged | John Criswell |
2003-12-18 | Merged in RELEASE_11. | John Criswell |
2003-12-18 | When we delete instructions from the loop, make sure to remove them from the | Chris Lattner |
2003-12-15 | Fix for PR185 & IndVarsSimplify/2003-12-15-Crash.llx | Chris Lattner |
2003-12-14 | Refactor code just a little bit, allowing us to implement TailCallElim/return... | Chris Lattner |
2003-12-14 | Do not promote volatile alias sets into registers | Chris Lattner |
2003-12-11 | Fix LICM/2003-12-11-SinkingToPHI.ll, and quite possibly all of the other know... | Chris Lattner |
2003-12-10 | Fix bug: LICM/sink_multiple_exits.ll | Chris Lattner |
2003-12-10 | Don't allow dead instructions to stop sinking early. | Chris Lattner |
2003-12-10 | Fix bug: IndVarsSimplify/2003-12-10-RemoveInstrCrash.llx | Chris Lattner |
2003-12-10 | Finegrainify namespacification | Chris Lattner |
2003-12-10 | Simplify code | Chris Lattner |
2003-12-10 | Avoid performing two identical lookups when one will suffice | Chris Lattner |
2003-12-10 | Make LICM itself a bit more efficient, and make the generated code more effic... | Chris Lattner |
2003-12-10 | Implement instruction sinking out of loops. This still can do a little bit | Chris Lattner |
2003-12-09 | Refactor code a little bit, eliminating the gratuitous InstVisitor, which | Chris Lattner |
2003-12-09 | Fine grainify namespacification | Chris Lattner |
2003-12-08 | Implement: TailCallElim/accum_recursion_constant_arg.ll | Chris Lattner |
2003-12-08 | Implement: test/Regression/Transforms/TailCallElim/accum_recursion.ll | Chris Lattner |
2003-12-08 | Cleanup and restructure the code to make it easier to read and maintain. | Chris Lattner |
2003-12-07 | * Finegrainify namespacification | Chris Lattner |