summaryrefslogtreecommitdiff
path: root/lib/Analysis/LoopPass.cpp
Commit message (Expand)AuthorAge
* 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