summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Factor out a common base class from SCEVTruncateExpr, SCEVZeroExtendExpr,Dan Gohman2009-04-211-6/+2
* Introduce encapsulation for ScalarEvolution's TargetData object, and refactorDan Gohman2009-04-211-41/+31
* Use more const qualifiers with SCEV interfaces.Dan Gohman2009-04-181-29/+29
* Don't create ConstantInts with pointer type. This fixes aDan Gohman2009-04-171-1/+1
* Use TargetData::getTypeSizeInBits instead of getPrimitiveSizeInBits()Dan Gohman2009-04-161-5/+5
* Minor code simplifications. Don't attempt LSR on theoreticalDan Gohman2009-04-161-12/+6
* LSR is no longer a GEP optimizer. It is now an IV expressionDan Gohman2009-04-161-2/+1
* Use ConstantExpr::getIntToPtr instead of SCEVExpander::InsertCastOfTo,Dan Gohman2009-04-161-3/+2
* Use a SCEV expression cast instead of immediately inserting aDan Gohman2009-04-161-8/+8
* Expand GEPs in ScalarEvolution expressions. SCEV expressions can nowDan Gohman2009-04-161-187/+68
* LSR shouldn't ever try to hack on integer IV's larger than 64-bits. Right nowChris Lattner2009-03-171-0/+6
* Don't record the increment instruction; just recompute it from the PhiDan Gohman2009-03-091-33/+15
* Fix a few more places where induction variable types were usedDan Gohman2009-03-091-2/+2
* Use ReplacedTy instead of recomputing the same value.Dan Gohman2009-03-091-1/+1
* Use LoopInfo's getLoopLatch() instead of doing what it does manualy.Dan Gohman2009-03-091-12/+4
* Don't use an induction variable type as a memory access type.Dan Gohman2009-03-091-3/+5
* Factor out the code that determines the memory access typeDan Gohman2009-03-091-18/+29
* Move the sorting of the StrideOrder array earlier so that it doesn'tDan Gohman2009-03-091-4/+3
* Delete the isOnlyStride argument, which is unused.Dan Gohman2009-03-091-9/+4
* Tidy some LSR debug output: announce the loop it's about to processDan Gohman2009-03-091-6/+6
* Fix this comment.Dan Gohman2009-03-041-1/+2
* Add an assertion for a condition that's always true, and notDan Gohman2009-03-041-0/+3
* Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount,Dan Gohman2009-02-241-7/+7
* Generalize the ChangeCompareStride code, in preparation forDan Gohman2009-02-241-94/+96
* Properly parenthesize this expression, fixing a real bug in the newDan Gohman2009-02-221-1/+1
* Only try to sink immediate when TLI is not null. It needs to check if immedia...Evan Cheng2009-02-221-1/+1
* Teach LSR sink to sink the immediate portion of the common expression back in...Evan Cheng2009-02-211-17/+82
* Fix strange logic in CollectIVUsers used to determine whether all uses areEvan Cheng2009-02-201-1/+8
* Simplify code and reduce indentation. No functionality change.Dan Gohman2009-02-201-80/+70
* Fix 80-column violations.Dan Gohman2009-02-201-4/+5
* It's not necessary to check if Base is null here.Dan Gohman2009-02-201-2/+1
* Add a comment about how Imm can be used for loop-variant values.Dan Gohman2009-02-201-1/+2
* Implement "superhero" strength reduction, or full strengthDan Gohman2009-02-201-109/+344
* Use DEBUG() instead of passing *DOUT to WriteAsOperand,Dan Gohman2009-02-191-17/+7
* Make the debug output of LSR less cryptic and more informative.Dan Gohman2009-02-191-29/+46
* Fix a typo in a comment.Dan Gohman2009-02-181-1/+1
* Strengthen the "non-constant stride must dominate loop preheader" check.Evan Cheng2009-02-171-9/+4
* Fix pr3571: If stride is a value defined by an instruction, make sure it domi...Evan Cheng2009-02-151-5/+15
* ifdef out unneeded if statement.Evan Cheng2009-02-151-0/+2
* Complete the sentance in this comment. I have reservationsDan Gohman2009-02-131-0/+1
* Fix the code that checked if a SCEVAddRecExpr Start contains anDan Gohman2009-02-131-1/+1
* Fix LSR's IV sorting function to explicitly sort by bitwidthDan Gohman2009-02-131-4/+11
* Fix PR 3471, and some cleanups.Dale Johannesen2009-02-091-17/+32
* Fix the time regression I introduced in 464.h264ref withDale Johannesen2009-01-141-44/+187
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* Revert 61362 and 61402 until SPEC breakage is fixed.Dale Johannesen2008-12-231-135/+43
* This fixes the bug in 175.vpr. It doesn't fix theDale Johannesen2008-12-231-2/+9
* Fix the time regression I introduced in 464.h264ref withDale Johannesen2008-12-231-41/+126
* Revert previous patch, appears to break bootstrap.Dale Johannesen2008-12-181-88/+29
* Fix the time regression I introduced in 464.h264ref withDale Johannesen2008-12-181-29/+88
OpenPOWER on IntegriCloud