Evan Cheng
|
801d98b3f0
|
Fix more places which should be checking for iOS, not darwin.
llvm-svn: 147513
|
2012-01-04 01:55:04 +00:00 |
Jim Grosbach
|
6d371ce37e
|
Properly pseudo-ize the ARM LDMIA_RET instruction. This has the nice side-
effect that we get proper instruction printing using the "pop" mnemonic for it.
llvm-svn: 127502
|
2011-03-11 22:51:41 +00:00 |
Bob Wilson
|
914df82a2e
|
PR8921: LDM/POP do not support interworking prior to v5t.
llvm-svn: 122970
|
2011-01-06 19:24:41 +00:00 |
Dale Johannesen
|
fc40f0a1ab
|
Reinstate correct test, remove the real invalidated test.
llvm-svn: 106664
|
2010-06-23 18:56:06 +00:00 |
Dale Johannesen
|
6effb503f5
|
Remove tests invalidated by previous checkin.
llvm-svn: 106663
|
2010-06-23 18:53:12 +00:00 |
Dale Johannesen
|
065d6fd537
|
More tail call removal.
llvm-svn: 105485
|
2010-06-04 21:14:24 +00:00 |
Bob Wilson
|
298a83ecfe
|
Stop using the old pre-UAL syntax for LDM/STM instruction suffixes.
This does not move entirely to UAL syntax, since the default "increment after"
suffix is empty but we still use "IA" for that.
llvm-svn: 98635
|
2010-03-16 16:19:07 +00:00 |
Jim Grosbach
|
d7cf55cd0e
|
Use Unified Assembly Syntax for the ARM backend.
llvm-svn: 86494
|
2009-11-09 00:11:35 +00:00 |
Dan Gohman
|
a080159a7c
|
Convert more tests to avoid llvm-as.
llvm-svn: 81545
|
2009-09-11 18:36:27 +00:00 |
Evan Cheng
|
77d4771405
|
-enable-arm-if-conversion is gone.
llvm-svn: 42169
|
2007-09-20 18:03:23 +00:00 |
Dan Gohman
|
f9dd170e36
|
Convert tests using "| wc -l | grep ..." to use the count script.
llvm-svn: 41097
|
2007-08-15 13:36:28 +00:00 |
Dan Gohman
|
5740239998
|
Add explicit triples to these tests so that llc behaves as expected on
non-Apple hosts.
llvm-svn: 38455
|
2007-07-09 13:42:32 +00:00 |
Evan Cheng
|
e15ea75168
|
Fix tests.
llvm-svn: 37693
|
2007-06-21 18:22:42 +00:00 |
Evan Cheng
|
85010166a6
|
Added some if-conversion tests.
llvm-svn: 37672
|
2007-06-20 18:26:15 +00:00 |