summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/LoopPass.h
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* Constify the Optnone checks in IR passes.Paul Robinson2014-02-26
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-06
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-09
* LoopPass.h doesn't require Function.h. Remove unneeded #include.Jakub Staszak2013-01-11
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* moves doInitialization and doFinalization to the Pass class and removes some ...Pedro Artigas2012-12-03
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Reapply r138695. Fix PassManager stack depths.Andrew Trick2011-08-29
* Reverting r138695 to see if it fixes clang self host.Andrew Trick2011-08-27
* Fix PassManager stack depths.Andrew Trick2011-08-27
* Make LoopPass::getContainedPass return a LoopPass* instead of a Pass*Dan Gohman2010-08-11
* Remove assignPassManager's default arguments. It's reallyDan Gohman2010-08-07
* Tidy up PMStack. Add a bunch of consts, use std::vector instead ofDan Gohman2010-08-07
* 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
* elimiante the dynamic_cast's from opt.Chris Lattner2010-01-22
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-22
* fixed some typos in method comments, reworded some comments for clarityJohn Mosby2009-12-07
* Extract the code for inserting a loop into the loop queue intoDan Gohman2009-09-27
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-16
* Delete LoopPass::runOnFunctionBody. It was never used or implemented.Jeffrey Yasskin2009-06-26
* 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