aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LoopAligner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid inserting noop's in the middle of a loop.Evan Cheng2008-11-271-1/+7
* Remove unncessary isDeclaration() checks.Devang Patel2008-10-061-1/+1
* Remove OptimizeForSize global. Use function attribute optsize.Devang Patel2008-10-011-0/+4
* Instead of setPreservesAll, just mark them preseving machine loop info and ma...Evan Cheng2008-09-221-1/+1
* Mark several codegen passes as preserving all analysis.Evan Cheng2008-09-221-0/+1
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Use empty() instead of begin() == end().Dan Gohman2008-08-141-1/+1
* Fix PR2112: don't run loop aligner if target doesn't have a TargetLowering ob...Evan Cheng2008-02-291-3/+5
* Remove redundant #include.Evan Cheng2008-02-291-1/+0
* Added option -align-loops=<true/false> to disable loop aligner pass.Evan Cheng2008-02-281-0/+1
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-281-0/+65