aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/LoopPass.h
AgeCommit message (Expand)Author
2008-11-26Fix typo.Devang Patel
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-07-11Fix spelling of "hierarchy" in comments.Dan Gohman
2008-07-11Fix typos in comments.Dan Gohman
2008-03-19PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel
2008-03-19Do not use virtual function to identify an analysis pass.Devang Patel
2008-03-14Move the PMStack class out of Pass.h and into PassManagers.h.Dan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-11-14Start the process of making MachineLoopInfo possible by templating Loop.Owen Anderson
2007-08-01More explicit keywords.Dan Gohman
2007-07-31Introduce Simple Analysis interface for loop passes.Devang Patel
2007-07-19Verify loop info.Devang Patel
2007-07-02Add explicit keywords.Dan Gohman
2007-06-29Add loop info verification mechanism.Devang Patel
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-16Add getPotentialPassManagerType(). No functionality change, yet.Devang Patel
2007-04-16Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov
2007-03-06Use schedulePass() instead of assignPassManager() to add new LPPassManager.Devang Patel
2007-03-06Add LPPassManager::insertLoop().Devang Patel
2007-03-06LPPassManager::deleteLoopFromQueue() add meat. Cut-n-paste code fromDevang Patel
2007-03-06LPPassManager. Implement preparePassManager() hook.Devang Patel
2007-03-06LPPassManager : Add initialization and finalizatino hooks.Devang Patel
2007-03-06Use std::deque to manage loop queue inside LPPassManager.Devang Patel
2007-02-27Make getPassManagerType() const.Devang Patel
2007-02-23Loop passes are set up to accept pointer.Devang Patel
2007-02-23Teach LoopPass to assign itself one Loop Pass Manager.Devang Patel
2007-02-23Add facility that allows LoopPass to re-insert a loop intoDevang Patel
2007-02-23Add LPPassManager interface that LoopPass can use to skipDevang Patel
2007-02-22Add LoopQueue. This is used by loop pass manager to manage loop nest.Devang Patel
2007-02-22Add Loop Pass Manager.Devang Patel