| Commit message (Expand) | Author | Age | Files | Lines |
* | Merging constants can cause further room for improvement. Iterate until | Chris Lattner | 2003-12-28 | 1 | -35/+45 |
* | rename ClassifyExpression -> ClassifyExpr | Chris Lattner | 2003-12-23 | 2 | -3/+3 |
* | More minor non-functional changes. This now computes the exit condition, though | Chris Lattner | 2003-12-23 | 1 | -15/+52 |
* | Remove extraneous #include | Chris Lattner | 2003-12-23 | 2 | -16/+11 |
* | Fix memory corruption bug PR193 | Chris Lattner | 2003-12-22 | 1 | -20/+26 |
* | Don't mind me, I'm just refactoring away. This patch makes room for LFTR, but | Chris Lattner | 2003-12-22 | 1 | -90/+130 |
* | Implement IndVarsSimplify/pointer-indvars.ll, transforming pointer | Chris Lattner | 2003-12-22 | 1 | -9/+19 |
* | Fix PR194 | Chris Lattner | 2003-12-22 | 1 | -56/+85 |
* | Fix ADCE/2003-12-19-MergeReturn.llx | Chris Lattner | 2003-12-19 | 1 | -7/+8 |
* | Remove the wierd "Operands" loop, by traversing basicblocks in reverse order | Chris Lattner | 2003-12-19 | 1 | -14/+14 |
* | Implement LICM/sink_multiple.ll, by sinking all possible instructions in the | Chris Lattner | 2003-12-19 | 1 | -20/+55 |
* | Generalize a special case to fix PR187 | Chris Lattner | 2003-12-19 | 1 | -18/+28 |
* | Factor code out into the Utils library | Chris Lattner | 2003-12-19 | 1 | -23/+3 |
* | Add new function | Chris Lattner | 2003-12-19 | 1 | -10/+41 |
* | Reverted back to previous revision - this was previously merged | John Criswell | 2003-12-18 | 1 | -8/+15 |
* | Merged in RELEASE_11. | John Criswell | 2003-12-18 | 1 | -15/+8 |
* | When we delete instructions from the loop, make sure to remove them from the | Chris Lattner | 2003-12-18 | 1 | -0/+2 |
* | Fix for PR185 & IndVarsSimplify/2003-12-15-Crash.llx | Chris Lattner | 2003-12-15 | 1 | -0/+9 |
* | Refactor code just a little bit, allowing us to implement TailCallElim/return... | Chris Lattner | 2003-12-14 | 1 | -51/+68 |
* | Do not promote volatile alias sets into registers | Chris Lattner | 2003-12-14 | 1 | -1/+1 |
* | Fix LICM/2003-12-11-SinkingToPHI.ll, and quite possibly all of the other know... | Chris Lattner | 2003-12-11 | 1 | -2/+11 |
* | verifyFunction depends on dominator info, which levelraise does not declare | Chris Lattner | 2003-12-11 | 1 | -5/+0 |
* | Fix bug: LICM/sink_multiple_exits.ll | Chris Lattner | 2003-12-10 | 1 | -1/+1 |
* | Don't allow dead instructions to stop sinking early. | Chris Lattner | 2003-12-10 | 1 | -10/+9 |
* | Fix bug: IndVarsSimplify/2003-12-10-RemoveInstrCrash.llx | Chris Lattner | 2003-12-10 | 1 | -0/+5 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-10 | 1 | -11/+11 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-10 | 1 | -8/+27 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-10 | 1 | -22/+21 |
* | Simplify code | Chris Lattner | 2003-12-10 | 1 | -6/+1 |
* | Avoid performing two identical lookups when one will suffice | Chris Lattner | 2003-12-10 | 1 | -3/+1 |
* | Make LICM itself a bit more efficient, and make the generated code more effic... | Chris Lattner | 2003-12-10 | 1 | -21/+26 |
* | Implement instruction sinking out of loops. This still can do a little bit | Chris Lattner | 2003-12-10 | 1 | -61/+246 |
* | Do not insert one entry PHI nodes in split exit blocks! | Chris Lattner | 2003-12-09 | 1 | -13/+23 |
* | Refactor code a little bit, eliminating the gratuitous InstVisitor, which | Chris Lattner | 2003-12-09 | 1 | -41/+43 |
* | Fine grainify namespacification | Chris Lattner | 2003-12-09 | 1 | -36/+48 |
* | Implement: TailCallElim/accum_recursion_constant_arg.ll | Chris Lattner | 2003-12-08 | 1 | -6/+60 |
* | Implement: test/Regression/Transforms/TailCallElim/accum_recursion.ll | Chris Lattner | 2003-12-08 | 1 | -12/+122 |
* | Cleanup and restructure the code to make it easier to read and maintain. | Chris Lattner | 2003-12-08 | 1 | -53/+126 |
* | Implement RaiseAllocations/FreeCastConstantExpr.ll | Chris Lattner | 2003-12-07 | 1 | -12/+37 |
* | * Finegrainify namespacification | Chris Lattner | 2003-12-07 | 1 | -4/+17 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-02 | 1 | -6/+3 |
* | Fix test: Transforms/LevelRaise/2003-11-28-IllegalTypeConversion.ll | Chris Lattner | 2003-11-29 | 1 | -6/+7 |
* | Do not use index type to determine what it is indexing into! | Chris Lattner | 2003-11-25 | 1 | -26/+26 |
* | Delete dead line | Chris Lattner | 2003-11-22 | 1 | -1/+0 |
* | Fix bug: Transforms/PruneEH/2003-11-21-PHIUpdate.llx | Chris Lattner | 2003-11-22 | 1 | -0/+2 |
* | Do not crash when deleing a region with a dead invoke instruction | Chris Lattner | 2003-11-22 | 1 | -0/+4 |
* | Finegrainify namespacification | Chris Lattner | 2003-11-22 | 1 | -14/+16 |
* | Considering that CI is not even IN SCOPE here, I wooda thought the compiler | Chris Lattner | 2003-11-21 | 1 | -1/+1 |
* | Finegrainify namespacification | Chris Lattner | 2003-11-21 | 11 | -49/+26 |
* | Get rid of using decls, finegrainify namespacification | Chris Lattner | 2003-11-21 | 1 | -23/+18 |