aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/LoopAligner.cpp
AgeCommit message (Expand)Author
2009-05-07Rename "loop aligner" pass to "code placement optimization" pass.Evan Cheng
2008-11-27Avoid inserting noop's in the middle of a loop.Evan Cheng
2008-10-06Remove unncessary isDeclaration() checks.Devang Patel
2008-10-01Remove OptimizeForSize global. Use function attribute optsize.Devang Patel
2008-09-22Instead of setPreservesAll, just mark them preseving machine loop info and ma...Evan Cheng
2008-09-22Mark several codegen passes as preserving all analysis.Evan Cheng
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-08-14Use empty() instead of begin() == end().Dan Gohman
2008-02-29Fix PR2112: don't run loop aligner if target doesn't have a TargetLowering ob...Evan Cheng
2008-02-29Remove redundant #include.Evan Cheng
2008-02-28Added option -align-loops=<true/false> to disable loop aligner pass.Evan Cheng
2008-02-28Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng