summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/IndVarSimplify.cpp
Commit message (Expand)AuthorAge
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-04
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* Make some DataLayout pointers const.Rafael Espindola2014-02-24
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-21
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-06
* [LPM] Fix PR18642, a pretty nasty bug in IndVars that "never mattered"Chandler Carruth2014-01-29
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Reapply r198654 "indvars: sink truncates outside the loop."Andrew Trick2014-01-07
* Revert "indvars: sink truncates outside the loop."Andrew Trick2014-01-07
* indvars: sink truncates outside the loop.Andrew Trick2014-01-07
* 80 col. comment.Andrew Trick2014-01-07
* indvars: cleanup the IV visitor. It does more than gather sext/zext info.Andrew Trick2014-01-02
* indvars: insert truncate at loop boundary to avoid redundant IVs.Andrew Trick2014-01-02
* Add support to indvars for optimizing sadd.with.overflow.Andrew Trick2013-12-23
* Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.Andrew Trick2013-10-25
* Fix a bug in LinearFunctionTestReplace that created invalid loop exit checks.Juergen Ributzka2013-10-24
* Clarify comments in genLoopLimit.Andrew Trick2013-10-24
* Teach ScalarEvolution about pointer address spacesMatt Arsenault2013-09-10
* LFTR improvement to avoid truncation.Andrew Trick2013-07-12
* Cleanup LFTR logic.Andrew Trick2013-07-12
* Cleanup: rename a variable to make the logic easier to follow.Andrew Trick2013-07-12
* Revert "indvars: Improve LFTR by eliminating truncation when comparingChandler Carruth2013-07-12
* indvars: Improve LFTR by eliminating truncation when comparing against a cons...Andrew Trick2013-07-11
* IndVarSimplify: check if loop invariant expansion can trapDavid Majnemer2013-06-04
* IndVarSimplify: do not recompute an IV value outside of the loop if :Arnaud A. de Grandmaison2013-03-19
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* In various places throughout the code generator, there were specialUlrich Weigand2012-10-29
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Indvars: Don't recursively delete instruction during BB iteration.Benjamin Kramer2012-10-19
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Add a comment to the commit r165187.Jakub Staszak2012-10-04
* Fix PR13967.Jakub Staszak2012-10-03
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-29
* indvars: drive by heuristics fix.Andrew Trick2012-07-18
* indvars: Linear function test replace should avoid reusing undef.Andrew Trick2012-07-18
* More IndVarSimplify cleanup.Andrew Trick2012-03-24
* Remove -enable-iv-rewrite, which has been unsupported since 3.0.Andrew Trick2012-03-22
* LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.Andrew Trick2012-03-16
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-19
* Fix typo.Nick Lewycky2012-01-28
* SCEVExpander fixes. Affects LSR and indvars.Andrew Trick2012-01-20
* Indvars: guard against exponential behavior in isHighCostExpansion.Andrew Trick2011-12-12
* Add support for vectors of pointers.Nadav Rotem2011-12-05