| Commit message (Expand) | Author | Age | Files | Lines |
| * | Suppress the IV reversal transformation in the case that the RHS | Dan Gohman | 2009-05-20 | 1 | -0/+5 |
| * | Add some more comments to the top of this file. | Dan Gohman | 2009-05-19 | 1 | -1/+8 |
| * | Trim unneeded #includes. | Dan Gohman | 2009-05-19 | 1 | -1/+0 |
| * | Teach SCEVExpander to expand arithmetic involving pointers into GEP | Dan Gohman | 2009-05-19 | 1 | -12/+13 |
| * | Rename UseTy to AccessTy, for consistency with getAccessType, and to | Dan Gohman | 2009-05-18 | 1 | -24/+25 |
| * | Add an int64_t variant of abs, for host environments | Dale Johannesen | 2009-05-13 | 1 | -3/+3 |
| * | Factor the code for collecting IV users out of LSR into an IVUsers class, | Dan Gohman | 2009-05-12 | 1 | -354/+215 |
| * | Teach LSR to optimize more loop exit compares, i.e. change them to use postin... | Evan Cheng | 2009-05-11 | 1 | -43/+139 |
| * | Reverse a loop that is counting up to a maximum to | Dale Johannesen | 2009-05-11 | 1 | -6/+118 |
| * | Factor out code that optimize loop terminating condition. | Evan Cheng | 2009-05-09 | 1 | -0/+9 |
| * | Unbreak the build. | Evan Cheng | 2009-05-06 | 1 | -1/+1 |
| * | Make sure to use signed arithmetic in APInt to fix a regression. | David Greene | 2009-05-06 | 1 | -2/+3 |
| * | Fix a copy+pasto in a comment. | Dan Gohman | 2009-05-05 | 1 | -1/+1 |
| * | Delete a FIXME which is no longer relevant, and add a FIXME that is. | Dan Gohman | 2009-05-05 | 1 | -2/+3 |
| * | Temporarily reverting r71008. It was causing this failure: | Bill Wendling | 2009-05-05 | 1 | -3/+2 |
| * | Handle overflow of 64-bit loop conditions. | David Greene | 2009-05-05 | 1 | -2/+3 |
| * | Re-apply 70645, converting ScalarEvolution to use | Dan Gohman | 2009-05-04 | 1 | -21/+4 |
| * | Constify a bunch of SCEV-using code. | Dan Gohman | 2009-05-04 | 1 | -4/+4 |
| * | Revert r70645 for now; it's causing a variety of regressions. | Dan Gohman | 2009-05-03 | 1 | -3/+20 |
| * | Convert ScalarEvolution to use CallbackVH for its internal map. This | Dan Gohman | 2009-05-02 | 1 | -20/+3 |
| * | Previously, RecursivelyDeleteDeadInstructions provided an option | Dan Gohman | 2009-05-02 | 1 | -36/+15 |
| * | Don't split critical edges during the AddUsersIfInteresting phase | Dan Gohman | 2009-05-02 | 1 | -14/+1 |
| * | Make RequiresTypeConversion canonicalize the types before calling the | Dan Gohman | 2009-05-01 | 1 | -1/+3 |
| * | Minor whitespace fix. | Dan Gohman | 2009-05-01 | 1 | -1/+1 |
| * | Fix some code to work if TargetLowering is not available. | Dan Gohman | 2009-05-01 | 1 | -4/+8 |
| * | Print correct instruction in dump. | Dale Johannesen | 2009-04-29 | 1 | -1/+1 |
| * | Permit ChangeCompareStride to rewrite a comparison when the factor | Dan Gohman | 2009-04-27 | 1 | -1/+3 |
| * | Factor out a common base class from SCEVTruncateExpr, SCEVZeroExtendExpr, | Dan Gohman | 2009-04-21 | 1 | -6/+2 |
| * | Introduce encapsulation for ScalarEvolution's TargetData object, and refactor | Dan Gohman | 2009-04-21 | 1 | -41/+31 |
| * | Use more const qualifiers with SCEV interfaces. | Dan Gohman | 2009-04-18 | 1 | -29/+29 |
| * | Don't create ConstantInts with pointer type. This fixes a | Dan Gohman | 2009-04-17 | 1 | -1/+1 |
| * | Use TargetData::getTypeSizeInBits instead of getPrimitiveSizeInBits() | Dan Gohman | 2009-04-16 | 1 | -5/+5 |
| * | Minor code simplifications. Don't attempt LSR on theoretical | Dan Gohman | 2009-04-16 | 1 | -12/+6 |
| * | LSR is no longer a GEP optimizer. It is now an IV expression | Dan Gohman | 2009-04-16 | 1 | -2/+1 |
| * | Use ConstantExpr::getIntToPtr instead of SCEVExpander::InsertCastOfTo, | Dan Gohman | 2009-04-16 | 1 | -3/+2 |
| * | Use a SCEV expression cast instead of immediately inserting a | Dan Gohman | 2009-04-16 | 1 | -8/+8 |
| * | Expand GEPs in ScalarEvolution expressions. SCEV expressions can now | Dan Gohman | 2009-04-16 | 1 | -187/+68 |
| * | LSR shouldn't ever try to hack on integer IV's larger than 64-bits. Right now | Chris Lattner | 2009-03-17 | 1 | -0/+6 |
| * | Don't record the increment instruction; just recompute it from the Phi | Dan Gohman | 2009-03-09 | 1 | -33/+15 |
| * | Fix a few more places where induction variable types were used | Dan Gohman | 2009-03-09 | 1 | -2/+2 |
| * | Use ReplacedTy instead of recomputing the same value. | Dan Gohman | 2009-03-09 | 1 | -1/+1 |
| * | Use LoopInfo's getLoopLatch() instead of doing what it does manualy. | Dan Gohman | 2009-03-09 | 1 | -12/+4 |
| * | Don't use an induction variable type as a memory access type. | Dan Gohman | 2009-03-09 | 1 | -3/+5 |
| * | Factor out the code that determines the memory access type | Dan Gohman | 2009-03-09 | 1 | -18/+29 |
| * | Move the sorting of the StrideOrder array earlier so that it doesn't | Dan Gohman | 2009-03-09 | 1 | -4/+3 |
| * | Delete the isOnlyStride argument, which is unused. | Dan Gohman | 2009-03-09 | 1 | -9/+4 |
| * | Tidy some LSR debug output: announce the loop it's about to process | Dan Gohman | 2009-03-09 | 1 | -6/+6 |
| * | Fix this comment. | Dan Gohman | 2009-03-04 | 1 | -1/+2 |
| * | Add an assertion for a condition that's always true, and not | Dan Gohman | 2009-03-04 | 1 | -0/+3 |
| * | Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount, | Dan Gohman | 2009-02-24 | 1 | -7/+7 |