aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/ifcvt5.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+1
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-2/+2
* Add LLVM support for Swift.Bob Wilson2012-09-291-3/+9
* Fix more places which should be checking for iOS, not darwin.Evan Cheng2012-01-041-1/+1
* Properly pseudo-ize the ARM LDMIA_RET instruction. This has the nice side-Jim Grosbach2011-03-111-1/+1
* 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