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