aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LoopAligner.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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