aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/LoopPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Don't call getAnalysisUsage unless -debug-pass is enabled. This speedsChris Lattner2008-08-081-4/+2
* Fix spelling of "hierarchy" in comments.Dan Gohman2008-07-111-1/+1
* Keep track of inherited analysis (e.g. dominator tree).Devang Patel2008-07-031-0/+3
* Fix typos in comments. Devang Patel2008-07-011-1/+1
* Add dom info verifier.Devang Patel2008-07-011-0/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Use empty() member functions when that's what's being tested for insteadDan Gohman2007-10-031-2/+2
* ooops...Devang Patel2007-09-181-1/+1
* - Use correct header for SCEV inside LoopPass.cppAnton Korobeynikov2007-08-201-1/+1
* Introduce Simple Analysis interface for loop passes.Devang Patel2007-07-311-0/+21
* Verify loop info.Devang Patel2007-07-191-14/+2
* Replace mysterious code causing a g++-4.2 warningDuncan Sands2007-07-191-12/+6
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+317