Evan Cheng
|
74d92c1924
|
Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is lowered into a call to the specified trap function at sdisel time.
llvm-svn: 129152
|
2011-04-08 21:37:21 +00:00 |
Evan Cheng
|
9a3f2772f0
|
Add option to emit @llvm.trap as a function call instead of a trap instruction. rdar://9249183.
llvm-svn: 129107
|
2011-04-07 20:31:12 +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
|
2fa5a7e7e4
|
Select @llvm.trap to the special B with 1111 condition (i.e. trap) instruction.
llvm-svn: 103459
|
2010-05-11 07:26:32 +00:00 |