summaryrefslogtreecommitdiff
path: root/lib/Analysis/LoopPass.cpp
Commit message (Expand)AuthorAge
...
* 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
* Now IndVarSimplify is a LoopPass.Devang Patel2007-03-07
* Now LoopUnswitch is a LoopPass.Devang Patel2007-03-07
* Insert loop into LQ before visiting children.Devang Patel2007-03-06
* Use schedulePass() instead of assignPassManager() to add new LPPassManager.Devang Patel2007-03-06
* Add LPPassManager::insertLoop().Devang Patel2007-03-06
* LPPassManager::deleteLoopFromQueue() add meat. Cut-n-paste code fromDevang Patel2007-03-06
* LPPassManager. Implement preparePassManager() hook.Devang Patel2007-03-06
* LPPassManager : Add initialization and finalizatino hooks.Devang Patel2007-03-06
* Use std::deque to manage loop queue inside LPPassManager.Devang Patel2007-03-06
* Avoid constructing std::strings unless pass debugging is ON.Devang Patel2007-03-05
* Fix thinko.Devang Patel2007-02-23
* Loop passes are set up to accept pointer.Devang Patel2007-02-23
* Teach LoopPass to assign itself one Loop Pass Manager.Devang Patel2007-02-23
* Add facility that allows LoopPass to re-insert a loop intoDevang Patel2007-02-23
* Add LPPassManager interface that LoopPass can use to skipDevang Patel2007-02-23
* Populate and walk loop queue.Devang Patel2007-02-22
* Add LoopQueue. This is used by loop pass manager to manage loop nest.Devang Patel2007-02-22
* Add Loop Pass Manager.Devang Patel2007-02-22