summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/2009-09-01-PostRAProlog.ll
Commit message (Collapse)AuthorAgeFilesLines
* Move thumb2 tests to the thumb2 directoryJim Grosbach2010-09-171-106/+0
| | | | llvm-svn: 114206
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-171-4/+4
| | | | | | matches what llvm-gcc and clang now produce. llvm-svn: 106221
* Eliminate some redundant llvm-as calls.Benjamin Kramer2009-10-121-1/+1
| | | | llvm-svn: 83837
* Move load / store multiple before post-alloc scheduling.Evan Cheng2009-10-021-4/+1
| | | | llvm-svn: 83236
* Restore the -post-RA-scheduler flag as an override for the target ↵David Goodwin2009-10-011-1/+1
| | | | | | specification. Remove -mattr for setting PostRAScheduler enable and instead use CPU string. llvm-svn: 83215
* Remove -post-RA-schedule flag and add a TargetSubtarget method to enable ↵David Goodwin2009-09-301-1/+1
| | | | | | post-register-allocation scheduling. By default it is off. For ARM, enable/disable with -mattr=+/-postrasched. Enable by default for cortex-a8. llvm-svn: 83122
* Post-RA regressions.David Goodwin2009-09-291-0/+109
llvm-svn: 83075
OpenPOWER on IntegriCloud