Add some missing isel predicates on def : pat patterns to avoid generating VFP vmla...
[oota-llvm.git] / test / CodeGen / ARM / lsr-on-unrolled-loops.ll
2010-11-12 Evan ChengAdd some missing isel predicates on def : pat patterns...
2010-11-03 Evan ChengTwo sets of changes. Sorry they are intermingled.
2010-09-30 Jakob Stoklund OlesenTry again to disable critical edge splitting in CodeGen...
2010-09-28 Owen AndersonPart one of switching to using a more sane heuristic...
2010-09-27 Jakob Stoklund OlesenRevert "Disable codegen prepare critical edge splitting...
2010-09-23 Evan ChengDisable codegen prepare critical edge splitting. Machin...
2010-09-02 Jim GrosbachNow that register allocation properly considers reserve...
2010-08-10 Bill WendlingThe optimize comparisons pass removes the "cmp" instruc...
2010-07-23 Evan Cheng- Allow target to specify when is register pressure...
2010-07-21 Evan ChengMore register pressure aware scheduling work.
2010-06-23 Bill WendlingWe are missing opportunites to use ldm. Take code like...
2010-06-17 Rafael EspindolaRemove arm_apcscc from the test files. It is the defaul...
2010-05-28 Evan ChengFix some latency computation bugs: if the use is not...
2010-05-20 Dan GohmanWhen canonicalizing icmp operand order to put the loop...
2010-05-19 Dan GohmanTeach LSR how to cope better with unrolled loops on...