aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/LoopRotation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disable claims to preserve analysis until open issues are resolved.Devang Patel2007-07-131-7/+0
* Preserve analysis info.Devang Patel2007-07-111-20/+136
* Back out Devang's fix for PR1320 because it causes PR1542.Nick Lewycky2007-07-071-93/+19
* Request DominanceFrontiner in advance.Devang Patel2007-07-061-0/+5
* Preserve various analysis info.Devang Patel2007-07-061-19/+88
* Fix typos.Dan Gohman2007-05-111-2/+2
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-1/+4
* fix long linesChris Lattner2007-04-141-2/+2
* Check _all_ PHINodes.Devang Patel2007-04-091-1/+1
* Insert new pre-header before new header. Original pre-header mayDevang Patel2007-04-091-2/+2
* Preserve canonical loop form.Devang Patel2007-04-091-5/+55
* Do not create new pre-header. Reuse original pre-header.Devang Patel2007-04-091-73/+57
* Simpler for() loops.Devang Patel2007-04-091-23/+17
* Fix future bug. Of course, Chris spotted this.Devang Patel2007-04-091-11/+12
* More cosmetic changes.Devang Patel2007-04-091-14/+18
* Only cosmetic changes. Zero functionality Change.Devang Patel2007-04-091-97/+100
* Add loop rotation pass.Devang Patel2007-04-071-0/+431