aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/LoopPass.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+9
* Update to LLVM 3.5a.Stephen Hines2014-04-241-12/+17
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-091-1/+1
* LoopPass.h doesn't require Function.h. Remove unneeded #include.Jakub Staszak2013-01-111-1/+0
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* moves doInitialization and doFinalization to the Pass class and removes some ...Pedro Artigas2012-12-031-0/+3
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Reapply r138695. Fix PassManager stack depths.Andrew Trick2011-08-291-1/+1
* Reverting r138695 to see if it fixes clang self host.Andrew Trick2011-08-271-1/+1
* Fix PassManager stack depths.Andrew Trick2011-08-271-1/+1
* Make LoopPass::getContainedPass return a LoopPass* instead of a Pass*Dan Gohman2010-08-111-3/+3
* Remove assignPassManager's default arguments. It's reallyDan Gohman2010-08-071-1/+1
* Tidy up PMStack. Add a bunch of consts, use std::vector instead ofDan Gohman2010-08-071-0/+1
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-2/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+2
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-2/+1
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-021-0/+4
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-021-4/+0
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-021-0/+4
* Revert r100143.Eric Christopher2010-04-011-4/+0
* Add some switches helpful for debugging:David Greene2010-04-011-0/+4
* elimiante the dynamic_cast's from opt.Chris Lattner2010-01-221-2/+2
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-221-0/+3
* fixed some typos in method comments, reworded some comments for clarityJohn Mosby2009-12-071-2/+2
* Extract the code for inserting a loop into the loop queue intoDan Gohman2009-09-271-1/+5
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-1/+0
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-161-0/+1
* Delete LoopPass::runOnFunctionBody. It was never used or implemented.Jeffrey Yasskin2009-06-261-3/+0
* Move dumpPassStructure out of line.Dan Gohman2009-02-171-9/+2
* Tidy whitespace.Dan Gohman2009-02-171-17/+16
* Fix typo.Devang Patel2008-11-261-1/+1
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-0/+1
* Fix spelling of "hierarchy" in comments.Dan Gohman2008-07-111-2/+2
* Fix typos in comments.Dan Gohman2008-07-111-4/+4
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-191-1/+1
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-191-1/+1
* Move the PMStack class out of Pass.h and into PassManagers.h.Dan Gohman2008-03-141-0/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Start the process of making MachineLoopInfo possible by templating Loop.Owen Anderson2007-11-141-1/+0
* More explicit keywords.Dan Gohman2007-08-011-1/+1
* Introduce Simple Analysis interface for loop passes.Devang Patel2007-07-311-0/+29
* Verify loop info.Devang Patel2007-07-191-4/+0
* Add explicit keywords.Dan Gohman2007-07-021-2/+2
* Add loop info verification mechanism.Devang Patel2007-06-291-0/+5
* Drop 'const'Devang Patel2007-05-031-1/+1
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-1/+1
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+3
* Add getPotentialPassManagerType(). No functionality change, yet.Devang Patel2007-04-161-0/+4
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-161-1/+1