summaryrefslogtreecommitdiff
path: root/lib/Analysis/LoopPass.cpp
Commit message (Expand)AuthorAge
* zap dead code.Chris Lattner2010-09-04
* Revert r111199; it breaks -debug-pass=Structure output.Dan Gohman2010-08-19
* Make dumpPassStructure be a PMDataManager abstraction, rather thanDan Gohman2010-08-16
* Make LoopPass::getContainedPass return a LoopPass* instead of a Pass*Dan Gohman2010-08-11
* 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
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-02
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-02
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-02
* Revert r100143.Eric Christopher2010-04-01
* Add some switches helpful for debugging:David Greene2010-04-01
* s/getNameStr/getName/Benjamin Kramer2010-03-31
* reapply my timer rewrite with a change for PassManager to store Chris Lattner2010-03-30
* revert r99862 which is causing FNT failures.Chris Lattner2010-03-30
* fairly major rewrite of various timing related stuff.Chris Lattner2010-03-30
* eliminate a bunch more unneeded dynamic_cast's.Chris Lattner2010-01-22
* Fix this debug output to handle the case where the loop has been deleted.Dan Gohman2009-09-28
* Include the name of the loop header in debug messages.Dan Gohman2009-09-28
* Move the dominator verification code out of special code embedded withinDan Gohman2009-09-28
* Move this assert to check the condition as soon as it is known.Dan Gohman2009-09-28
* Extend the StartPassTimer and StopPassTimer functions so that theDan Gohman2009-09-28
* Fix an old copy+pasto.Dan Gohman2009-09-27
* Extract the code for inserting a loop into the loop queue intoDan Gohman2009-09-27
* When a loop is deleted, immediately release all of the activeDan Gohman2009-09-27
* Delete a bogus comment.Dan Gohman2009-09-27
* Don't try to verify a LoopPass analysis if the loop has been deleted.Dan Gohman2009-09-03
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-23
* Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly...Torok Edwin2009-06-29
* Before deleting a basic block, give other loop passes a chance cleanup analys...Devang Patel2009-03-25
* Sprinkle some PrettyStackEntry magic into the passmanager. With this, we nowChris Lattner2009-03-06
* Add a method to ScalarEvolution for telling it when a loop has beenDan Gohman2009-02-17
* Move dumpPassStructure out of line.Dan Gohman2009-02-17
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Don't call getAnalysisUsage unless -debug-pass is enabled. This speedsChris Lattner2008-08-08
* Fix spelling of "hierarchy" in comments.Dan Gohman2008-07-11
* Keep track of inherited analysis (e.g. dominator tree).Devang Patel2008-07-03
* Fix typos in comments. Devang Patel2008-07-01
* Add dom info verifier.Devang Patel2008-07-01
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Use empty() member functions when that's what's being tested for insteadDan Gohman2007-10-03
* ooops...Devang Patel2007-09-18
* - Use correct header for SCEV inside LoopPass.cppAnton Korobeynikov2007-08-20
* Introduce Simple Analysis interface for loop passes.Devang Patel2007-07-31
* Verify loop info.Devang Patel2007-07-19
* Replace mysterious code causing a g++-4.2 warningDuncan Sands2007-07-19
* Add loop info verification mechanism.Devang Patel2007-06-29
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01