summaryrefslogtreecommitdiff
path: root/lib/Analysis/IVUsers.cpp
Commit message (Expand)AuthorAge
* 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
* Add a const qualifier.Dan Gohman2010-04-06
* Spelling fixes.Dan Gohman2010-03-01
* Remove unused variables and parameters.Dan Gohman2010-02-22
* Simplify this code; no need for a custom subclass if it doesn't needDan Gohman2010-02-14
* Reapply the new LoopStrengthReduction code, with compile time andDan Gohman2010-02-12
* Use an AssemblyAnnotatorWriter to clean up IVUsers' debug output.Dan Gohman2010-02-10
* Add "dump" method to IVUsersOneStride.Bill Wendling2010-02-01
* Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman2010-01-21
* Add a new helper function to IVUsers for returning the "canonical"Dan Gohman2010-01-19
* Use WriteAsOperand instead of getName() to print loop header names,Dan Gohman2010-01-09
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Add Loop contains utility methods for testing whether a loopDan Gohman2009-12-18
* Reapply LoopStrengthReduce and IVUsers cleanups, excluding the partDan Gohman2009-12-18
* Revert 91280-91283, 91286-91289, 91291, 91293, 91295-91296. It apparently int...Evan Cheng2009-12-17
* Clear the Processed set when it is no longer used, and clear theDan Gohman2009-12-14
* Fix a thinko; isNotAlreadyContainedIn had a built-in negative, so theDan Gohman2009-12-14
* Drop Loop::isNotAlreadyContainedIn in favor of Loop::contains. TheDan Gohman2009-12-14
* enable iv-users simplification by defaultJim Grosbach2009-11-23
* Teach IVUsers to keep things simpler and track loop-invariant strides onlyJim Grosbach2009-11-19
* - Teach LSR to avoid changing cmp iv stride if it will create an immediate thatEvan Cheng2009-11-12
* Fix IVUsers to avoid assuming that the loop has a unique backedge.Dan Gohman2009-11-05
* Instead of testing whether an instruction dominates the loop preheader,Dan Gohman2009-09-27
* Remove a redundant #include.Dan Gohman2009-09-27
* remove a few dead insertion methods.Chris Lattner2009-08-24
* remove a few DOUTs here and there.Chris Lattner2009-08-23