[ARM] Enable shrink-wrapping by default.
[oota-llvm.git] / test / CodeGen / ARM / ifcvt5.ll
2015-11-18 Quentin Colombet[ARM] Enable shrink-wrapping by default.
2015-11-12 Renato GolinRevert "[ARM] Enable shrink-wrapping by default."
2015-11-11 Quentin Colombet[ARM] Enable shrink-wrapping by default.
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2012-09-29 Bob WilsonAdd LLVM support for Swift.
2012-01-04 Evan ChengFix more places which should be checking for iOS, not...
2011-03-11 Jim GrosbachProperly pseudo-ize the ARM LDMIA_RET instruction....
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.