Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Be careful about scheduling nodes above previous calls. It increase usages of | Evan Cheng | 2011-04-26 | 1 | -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 this | Rafael Espindola | 2010-06-17 | 1 | -3/+3 |
| | | | | | | matches what llvm-gcc and clang now produce. llvm-svn: 106221 | ||||
* | Remove the local register allocator. | Jakob Stoklund Olesen | 2010-06-15 | 1 | -1/+0 |
| | | | | | | Please use the fast allocator instead. llvm-svn: 106051 | ||||
* | Enable a bunch more -regalloc=fast tests | Jakob Stoklund Olesen | 2010-05-12 | 1 | -2/+3 |
| | | | | llvm-svn: 103531 | ||||
* | add testcase for r93564 | Jim Grosbach | 2010-01-15 | 1 | -0/+20 |
llvm-svn: 93567 |