Fix a bug which prevented tail merging of return instructions in
[oota-llvm.git] / test / CodeGen / ARM / ifcvt5.ll
2010-05-03 Dan GohmanFix a bug which prevented tail merging of return instru...
2010-03-16 Bob WilsonStop using the old pre-UAL syntax for LDM/STM instructi...
2009-11-21 Jim GrosbachRevert 89562. We're being sneakier than I was giving...
2009-11-21 Jim GrosbachDarwin requires a frame pointer for all non-leaf functi...
2009-11-09 Jim GrosbachUse Unified Assembly Syntax for the ARM backend.
2009-10-22 Bob WilsonRevert 84843. Evan, this was breaking some of the...
2009-10-22 Evan ChengMove if-conversion before post-regalloc scheduling...
2009-10-02 Evan ChengFix tests.
2009-10-02 Evan ChengMove load / store multiple before post-alloc scheduling.
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2007-09-20 Evan Cheng-enable-arm-if-conversion is gone.
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-06-20 Evan ChengAdded some if-conversion tests.