aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/ifcvt5.ll
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug which prevented tail merging of return instructions inDan Gohman2010-05-031-3/+3
* Stop using the old pre-UAL syntax for LDM/STM instruction suffixes.Bob Wilson2010-03-161-1/+1
* Revert 89562. We're being sneakier than I was giving us credit for, and thisJim Grosbach2009-11-211-2/+0
* Darwin requires a frame pointer for all non-leaf functions to support correctJim Grosbach2009-11-211-0/+2
* Use Unified Assembly Syntax for the ARM backend.Jim Grosbach2009-11-091-1/+1
* Revert 84843. Evan, this was breaking some of the if-conversion tests.Bob Wilson2009-10-221-2/+1
* Move if-conversion before post-regalloc scheduling so the predicated instruct...Evan Cheng2009-10-221-1/+2
* Fix tests.Evan Cheng2009-10-021-1/+1
* Move load / store multiple before post-alloc scheduling.Evan Cheng2009-10-021-2/+3
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-2/+2
* -enable-arm-if-conversion is gone.Evan Cheng2007-09-201-2/+2
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
* Added some if-conversion tests.Evan Cheng2007-06-201-0/+24