summaryrefslogtreecommitdiff
path: root/lib/Analysis/IVUsers.cpp
Commit message (Expand)AuthorAge
* Add back functionality removed in r210497.Richard Trieu2014-06-21
* Removing an "if (!this)" check from two print methods. The condition willRichard Trieu2014-06-09
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* PR17473:Michael Zolotukhin2014-03-12
* Test commitMichael Zolotukhin2014-03-12
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* Rename some member variables from TD to DL.Rafael Espindola2014-02-18
* [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
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* 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
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Release build: guard dump functions withManman Ren2012-09-12
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-06
* IVUsers should only generate SCEV's for values that are safe to speculate.Andrew Trick2012-07-13
* Cleanup IVUsers::addUsersIfInteresting.Andrew Trick2012-03-22
* LSR: teach isSimplifiedLoopNest to handle PHI IVUsers.Andrew Trick2012-03-20
* LSR: fix IVUsers isSimplifiedLoopNest to perform a full domtree walkAndrew Trick2012-03-20
* LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.Andrew Trick2012-03-16
* Put all IVUsers in the processed set. Allow querying IVUsers with isIVUserOrO...Andrew Trick2012-01-06
* Slightly more useful tracing.Andrew Trick2011-10-13
* Teach IVUsers to stop at non-affine expressions unless they are bothDan Gohman2011-07-01
* indvars --disable-iv-rewrite: sever ties with IVUsers.Andrew Trick2011-06-28
* IVUsers no longer needs to record the phis.Andrew Trick2011-06-21
* Update this comment.Dan Gohman2011-05-27
* indvars: Prototyping Sign/ZeroExtend elimination without canonical IVs.Andrew Trick2011-05-20
* indvars: Added DisableIVRewrite and WidenIVs.Andrew Trick2011-05-04
* Avoid creating canonical induction variables for non-native types.Andrew Trick2011-03-18
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-02
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* stop forcing a noop AssemblyAnnotationWriter to silence #usesChris Lattner2010-09-02
* Revert 112442 and 112440 until the compile time problems introducedDan Gohman2010-09-01
* Make IVUsers iterative instead of recursive.Dan Gohman2010-08-29
* Tweak IVUsers' concept of "interesting" to exclude add recurrencesDan Gohman2010-08-17
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Remove the Expr member from IVUsers. Instead of remembering the expression,Dan Gohman2010-04-19
* Add a cast to void to show that the return value is beingDan Gohman2010-04-11
* Delete a dead check.Dan Gohman2010-04-11
* Delete dead code.Dan Gohman2010-04-11
* Fix a bug in IVUsers which was permitting non-affine addrecs toDan Gohman2010-04-09
* Generalize IVUsers to track arbitrary expressions rather than expressionsDan Gohman2010-04-07