Rafael Espindola
|
29dda21e96
|
Remove arm_apcscc from the test files. It is the default and doing this
matches what llvm-gcc and clang now produce.
llvm-svn: 106221
|
2010-06-17 15:18:27 +00:00 |
Benjamin Kramer
|
258c7fa33a
|
Eliminate some redundant llvm-as calls.
llvm-svn: 83837
|
2009-10-12 09:31:55 +00:00 |
Evan Cheng
|
2dcee28a61
|
Move load / store multiple before post-alloc scheduling.
llvm-svn: 83236
|
2009-10-02 04:57:15 +00:00 |
David Goodwin
|
9a051a5922
|
Restore the -post-RA-scheduler flag as an override for the target specification. Remove -mattr for setting PostRAScheduler enable and instead use CPU string.
llvm-svn: 83215
|
2009-10-01 21:46:35 +00:00 |
David Goodwin
|
17199b56b0
|
Remove -post-RA-schedule flag and add a TargetSubtarget method to enable 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
|
2009-09-30 00:10:16 +00:00 |
David Goodwin
|
bef958c716
|
Post-RA regressions.
llvm-svn: 83075
|
2009-09-29 17:10:26 +00:00 |