summaryrefslogtreecommitdiff
path: root/lib/Analysis/IVUsers.cpp
Commit message (Expand)AuthorAge
* 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
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-23
* Fix more missing newlines.Dan Gohman2009-08-17
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-25
* Add a newline, now that Value's operator<< doesn't print one.Dan Gohman2009-07-14
* Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs,Dan Gohman2009-07-13
* Change all SCEV* to SCEV *.Dan Gohman2009-07-07
* SCEVHandle is no more!Owen Anderson2009-06-22
* Don't (unconditionally) use getSCEVAtScope to simplify the stepDan Gohman2009-06-19
* Remove the code from IVUsers that attempted to handleDan Gohman2009-06-18
* Code cleanups. getSCEVAtScope no longer uses SCEVCouldNotCompute.Dan Gohman2009-06-15
* Avoid getting a compiler warningDuncan Sands2009-05-13
* Factor the code for collecting IV users out of LSR into an IVUsers class,Dan Gohman2009-05-12