| Commit message (Expand) | Author | Age | Files | Lines |
| * | Now IndVarSimplify is a LoopPass. | Devang Patel | 2007-03-07 | 1 | -27/+32 |
| * | make better use of LCSSA information in RewriteLoopExitValues. Before, we | Chris Lattner | 2007-03-04 | 1 | -67/+76 |
| * | Implement PR1179/PR1232 and test/Transforms/IndVarsSimplify/loop_evaluate_[23... | Chris Lattner | 2007-03-04 | 1 | -46/+26 |
| * | Make RewriteLoopExitValues far less nested by using continue in the loop | Chris Lattner | 2007-03-03 | 1 | -91/+94 |
| * | Prefer non-virtual calls to ConstantInt::isZero over virtual calls to | Reid Spencer | 2007-03-02 | 1 | -3/+3 |
| * | Simplify code by using value::takename | Chris Lattner | 2007-02-11 | 1 | -10/+5 |
| * | Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in | Reid Spencer | 2007-02-05 | 1 | -1/+2 |
| * | remove temporary vectors. | Chris Lattner | 2007-01-31 | 1 | -2/+1 |
| * | eliminate temporary vectors | Chris Lattner | 2007-01-31 | 1 | -2/+3 |
| * | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner | 2007-01-15 | 1 | -3/+3 |
| * | Eliminate calls to isInteger, generalizing code and tightening checks as needed. | Chris Lattner | 2007-01-15 | 1 | -3/+3 |
| * | simplify some code | Chris Lattner | 2007-01-12 | 1 | -8/+2 |
| * | For PR1064: | Reid Spencer | 2007-01-12 | 1 | -5/+15 |
| * | Comparison of primitive type sizes should now be done in bits, not bytes. | Reid Spencer | 2007-01-08 | 1 | -2/+3 |
| * | add -debug output for -indvars. | Chris Lattner | 2007-01-07 | 1 | -6/+19 |
| * | For PR950: | Reid Spencer | 2006-12-31 | 1 | -3/+2 |
| * | For PR950: | Reid Spencer | 2006-12-23 | 1 | -5/+5 |
| * | Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic | Chris Lattner | 2006-12-19 | 1 | -6/+7 |
| * | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner | 2006-12-06 | 1 | -5/+5 |
| * | For PR950: | Reid Spencer | 2006-11-27 | 1 | -3/+2 |
| * | Fix Transforms/IndVarsSimplify/2006-09-20-LFTR-Crash.ll | Chris Lattner | 2006-09-21 | 1 | -15/+22 |
| * | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
| * | Add an assertion to check that we're really preserving LCSSA. | Owen Anderson | 2006-08-25 | 1 | -0/+2 |
| * | Reapply the indvars patch, since nothing blew up last night. | Owen Anderson | 2006-08-25 | 1 | -0/+1 |
| * | Revert my previous patch. Since there are some major changes that went in to... | Owen Anderson | 2006-08-25 | 1 | -3/+0 |
| * | Specify that indvars actually preserve LCSSA. This has been done for a whil... | Owen Anderson | 2006-08-25 | 1 | -0/+3 |
| * | Fix a grammaro in a comment. | Reid Spencer | 2006-08-18 | 1 | -1/+1 |
| * | Hopefully the final attempt at making IndVars preserve LCSSA. | Owen Anderson | 2006-07-14 | 1 | -2/+30 |
| * | Revert this patch temporarily until PR831 is fixed. | Chris Lattner | 2006-07-13 | 1 | -31/+15 |
| * | IndVars now (correctly) preserves LCSSA form. | Owen Anderson | 2006-07-12 | 1 | -15/+31 |
| * | Revert my indvars changes because they were breaking things. Unfortunately this | Owen Anderson | 2006-07-11 | 1 | -29/+15 |
| * | De-pessimize the handling of LCSSA Phi nodes in IndVarSimplify. Hopefully this | Owen Anderson | 2006-06-27 | 1 | -15/+29 |
| * | Fix IndVarsSimplify/2006-06-16-Indvar-LCSSA-Crash.ll, a case where a | Chris Lattner | 2006-06-17 | 1 | -4/+19 |
| * | Fix a crash building 176.gcc due to my recent patch, which only fixed | Chris Lattner | 2005-11-18 | 1 | -1/+1 |
| * | This was checking the wrong GEP expression. Fixing this fixes a gccas crash | Chris Lattner | 2005-11-17 | 1 | -1/+1 |
| * | Allow indvar simplify to canonicalize ANY affine IV, not just affine IVs with | Chris Lattner | 2005-08-10 | 1 | -8/+8 |
| * | Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so that | Nate Begeman | 2005-07-30 | 1 | -238/+1 |
| * | Fix PR582. The rewriter can move casts around, which invalidated the | Chris Lattner | 2005-06-15 | 1 | -1/+11 |
| * | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -13/+13 |
| * | Fix the second bug attached to PR504. | Chris Lattner | 2005-02-14 | 1 | -1/+1 |
| * | Fix for testcase Transforms/IndVarsSimplify/2005-02-11-InvokeCrash.ll | Chris Lattner | 2005-02-12 | 1 | -0/+2 |
| * | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner | 2004-10-27 | 1 | -1/+1 |
| * | Fix a REALLY obscure bug in my previous checkin, which was splicing the END | Chris Lattner | 2004-10-12 | 1 | -1/+1 |
| * | Handle a common case more carefully. In particular, instead of transforming | Chris Lattner | 2004-10-11 | 1 | -4/+33 |
| * | Prototype these functions more accurately | Chris Lattner | 2004-09-20 | 1 | -1/+1 |
| * | Convert code to compile with vc7.1. | Reid Spencer | 2004-09-15 | 1 | -4/+6 |
| * | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -2/+2 |
| * | Throttle back indvar substitution from creating multiplies in loops. This is... | Chris Lattner | 2004-07-26 | 1 | -3/+3 |
| * | Two fixes. First, stop using the ugly shouldSubstituteIndVar method. | Chris Lattner | 2004-06-24 | 1 | -1/+7 |
| * | Make use of BinaryOperator::create* methods to shrinkify code. | Chris Lattner | 2004-06-20 | 1 | -21/+14 |