Benjamin Kramer
|
90869455b5
|
Eliminate some redundant llvm-as calls.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83837 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-10-12 09:31:55 +00:00 |
|
Evan Cheng
|
62a1b5db44
|
Move load / store multiple before post-alloc scheduling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83236 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-10-02 04:57:15 +00:00 |
|
David Goodwin
|
471850ab84
|
Restore the -post-RA-scheduler flag as an override for the target specification. Remove -mattr for setting PostRAScheduler enable and instead use CPU string.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83215 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-10-01 21:46:35 +00:00 |
|
David Goodwin
|
0dad89fa94
|
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83122 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-09-30 00:10:16 +00:00 |
|
David Goodwin
|
8971c4a30e
|
Post-RA regressions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83075 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-09-29 17:10:26 +00:00 |
|