aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/LoopPass.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+132