aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/ifcvt5.ll
AgeCommit message (Expand)Author
2016-08-23[ARM] Generate consistent frame records for Thumb2Oliver Stannard
2015-11-18[ARM] Enable shrink-wrapping by default.Quentin Colombet
2015-11-12Revert "[ARM] Enable shrink-wrapping by default."Renato Golin
2015-11-11[ARM] Enable shrink-wrapping by default.Quentin Colombet
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2012-09-29Add LLVM support for Swift.Bob Wilson
2012-01-04Fix more places which should be checking for iOS, not darwin.Evan Cheng
2011-03-11Properly pseudo-ize the ARM LDMIA_RET instruction. This has the nice side-Jim Grosbach
2010-05-03Fix a bug which prevented tail merging of return instructions inDan Gohman
2010-03-16Stop using the old pre-UAL syntax for LDM/STM instruction suffixes.Bob Wilson
2009-11-21Revert 89562. We're being sneakier than I was giving us credit for, and thisJim Grosbach
2009-11-21Darwin requires a frame pointer for all non-leaf functions to support correctJim Grosbach
2009-11-09Use Unified Assembly Syntax for the ARM backend.Jim Grosbach
2009-10-22Revert 84843. Evan, this was breaking some of the if-conversion tests.Bob Wilson
2009-10-22Move if-conversion before post-regalloc scheduling so the predicated instruct...Evan Cheng
2009-10-02Fix tests.Evan Cheng
2009-10-02Move load / store multiple before post-alloc scheduling.Evan Cheng
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2007-09-20-enable-arm-if-conversion is gone.Evan Cheng
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-06-20Added some if-conversion tests.Evan Cheng