aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/LoopPass.h
AgeCommit message (Expand)Author
2013-01-11LoopPass.h doesn't require Function.h. Remove unneeded #include.Jakub Staszak
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03moves doInitialization and doFinalization to the Pass class and removes some ...Pedro Artigas
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2011-08-29Reapply r138695. Fix PassManager stack depths.Andrew Trick
2011-08-27Reverting r138695 to see if it fixes clang self host.Andrew Trick
2011-08-27Fix PassManager stack depths.Andrew Trick
2010-08-11Make LoopPass::getContainedPass return a LoopPass* instead of a Pass*Dan Gohman
2010-08-07Remove assignPassManager's default arguments. It's reallyDan Gohman
2010-08-07Tidy up PMStack. Add a bunch of consts, use std::vector instead ofDan Gohman
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-04-02Ok, third time's the charm. No changes from last time except the CMakeDavid Greene
2010-04-02Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng
2010-04-02Let's try this again. Re-apply 100143 including an apparent missingDavid Greene
2010-04-01Revert r100143.Eric Christopher
2010-04-01Add some switches helpful for debugging:David Greene
2010-01-22elimiante the dynamic_cast's from opt.Chris Lattner
2010-01-22eliminate a bunch of dynamic_cast's.Chris Lattner
2009-12-07fixed some typos in method comments, reworded some comments for clarityJohn Mosby
2009-09-27Extract the code for inserting a loop into the loop queue intoDan Gohman
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-16Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson
2009-06-26Delete LoopPass::runOnFunctionBody. It was never used or implemented.Jeffrey Yasskin
2009-02-17Move dumpPassStructure out of line.Dan Gohman
2009-02-17Tidy whitespace.Dan Gohman
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