summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/LoopPass.h
Commit message (Expand)AuthorAge
* Move dumpPassStructure out of line.Dan Gohman2009-02-17
* Tidy whitespace.Dan Gohman2009-02-17
* Fix typo.Devang Patel2008-11-26
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Fix spelling of "hierarchy" in comments.Dan Gohman2008-07-11
* Fix typos in comments.Dan Gohman2008-07-11
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-19
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-19
* Move the PMStack class out of Pass.h and into PassManagers.h.Dan Gohman2008-03-14
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Start the process of making MachineLoopInfo possible by templating Loop.Owen Anderson2007-11-14
* More explicit keywords.Dan Gohman2007-08-01
* Introduce Simple Analysis interface for loop passes.Devang Patel2007-07-31
* Verify loop info.Devang Patel2007-07-19
* Add explicit keywords.Dan Gohman2007-07-02
* 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
* Add getPotentialPassManagerType(). No functionality change, yet.Devang Patel2007-04-16
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* 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
* Make getPassManagerType() const.Devang Patel2007-02-27
* 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
* 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