Jim Grosbach
|
badf087e45
|
update tests for smarter BIC usage
llvm-svn: 108846
|
2010-07-20 16:16:48 +00:00 |
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 |
Evan Cheng
|
f7f97b4bbd
|
Use default lowering of DYNAMIC_STACKALLOC. As far as I can tell, ARM isle is doing the right thing and codegen looks correct for both Thumb and Thumb2.
llvm-svn: 101410
|
2010-04-15 22:20:34 +00:00 |
Evan Cheng
|
1ba1428577
|
ARM SelectDYN_ALLOC should emit a copy from SP rather than referencing SP directly. In cases where there are two dyn_alloc in the same BB it would have caused the old SP value to be reused and badness ensues. rdar://7493908
llvm is generating poor code for dynamic alloca, I'll fix that later.
llvm-svn: 101383
|
2010-04-15 18:42:28 +00:00 |