summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb/2010-01-15-local-alloc-spill-physical.ll
Commit message (Collapse)AuthorAgeFilesLines
* Be careful about scheduling nodes above previous calls. It increase usages ofEvan Cheng2011-04-261-20/+0
| | | | | | | | | | | | more callee-saved registers and introduce copies. Only allows it if scheduling a node above calls would end up lessen register pressure. Call operands also has added ABI restrictions for register allocation, so be extra careful with hoisting them above calls. rdar://9329627 llvm-svn: 130245
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-171-3/+3
| | | | | | matches what llvm-gcc and clang now produce. llvm-svn: 106221
* Remove the local register allocator.Jakob Stoklund Olesen2010-06-151-1/+0
| | | | | | Please use the fast allocator instead. llvm-svn: 106051
* Enable a bunch more -regalloc=fast testsJakob Stoklund Olesen2010-05-121-2/+3
| | | | llvm-svn: 103531
* add testcase for r93564Jim Grosbach2010-01-151-0/+20
llvm-svn: 93567
OpenPOWER on IntegriCloud