Jakob Stoklund Olesen
|
067ba3c23c
|
Explicitly request -join-physregs for some tests that depend on it.
llvm-svn: 130855
|
2011-05-04 19:01:59 +00:00 |
Eric Christopher
|
438dc7e1a7
|
Remove some random comments that snuck in from somewhere.
llvm-svn: 130812
|
2011-05-04 00:48:02 +00:00 |
Eric Christopher
|
d2aa241378
|
xmm0 is an implicit parameter in this and so shouldn't be in the
string template.
Fixes rdar://8493866
llvm-svn: 130747
|
2011-05-03 01:28:32 +00:00 |
Daniel Dunbar
|
72032861c6
|
MCAsmLayout: Add support for computing the symbol offset of variables. Not
currently used, because variables don't get reported as being "defined".
llvm-svn: 130524
|
2011-04-29 18:20:20 +00:00 |
Daniel Dunbar
|
bea7b93c88
|
MC: Change variable symbols to be recognized as defined, by assigning their sections based on FindAssociatedSection().
llvm-svn: 130523
|
2011-04-29 18:20:17 +00:00 |
Johnny Chen
|
c3c7001844
|
Add tests for A8.6.110 NOP.
llvm-svn: 130345
|
2011-04-27 23:29:21 +00:00 |
Chandler Carruth
|
9b73c8e293
|
Remove some hard coded CR-LFs. Some of these were the entire files, one of
these was just one line of a file. Explicitly set the eol-style property on the
files to try and ensure this fix stays.
llvm-svn: 130125
|
2011-04-25 07:11:23 +00:00 |
Johnny Chen
|
57c892860e
|
Disassembly of A8.6.59 LDR (literal) Encoding T1 (16-bit thumb instruction) should
print out ldr, not ldr.n.
rdar://problem/9267772
llvm-svn: 130008
|
2011-04-22 19:12:43 +00:00 |
Rafael Espindola
|
c3dc486752
|
Fix relative relocations. This is sufficient for running the rust testsuite with
MC :-)
llvm-svn: 129923
|
2011-04-21 18:36:50 +00:00 |
Rafael Espindola
|
ed16477cb9
|
Behave like gnu as when a relocation crosses sections.
llvm-svn: 129850
|
2011-04-20 14:01:45 +00:00 |
Johnny Chen
|
48592ee5af
|
Thumb2 BFC was insufficiently encoded.
rdar://problem/9292717
llvm-svn: 129619
|
2011-04-15 22:52:15 +00:00 |
Johnny Chen
|
761e1e3512
|
A8.6.315 VLD3 (single 3-element structure to all lanes)
The a bit must be encoded as 0.
rdar://problem/9292625
llvm-svn: 129618
|
2011-04-15 22:49:08 +00:00 |
Joerg Sonnenberger
|
375249a417
|
Add encoding tests for flds/filds
llvm-svn: 129589
|
2011-04-15 19:25:31 +00:00 |
Chris Lattner
|
0ab5e2cded
|
Fix a ton of comment typos found by codespell. Patch by
Luis Felipe Strano Moraes!
llvm-svn: 129558
|
2011-04-15 05:18:47 +00:00 |
Johnny Chen
|
421316178e
|
The ARM disassembler did not handle the alignment correctly for VLD*DUP* instructions
(single element or n-element structure to all lanes).
llvm-svn: 129550
|
2011-04-15 00:10:45 +00:00 |
Johnny Chen
|
4251b151b1
|
Add sanity checkings for Thumb2 Load/Store Register Exclusive family of operations.
llvm-svn: 129531
|
2011-04-14 19:13:28 +00:00 |
Bill Wendling
|
410ec4aad1
|
As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias
(movzx/movsx) because they give more information. Revert that part of the patch.
llvm-svn: 129498
|
2011-04-14 01:46:37 +00:00 |
Bill Wendling
|
7e07d6fb69
|
Have the X86 back-end emit the alias instead of what's being aliased. In most
cases, it's much nicer and more informative reading the alias.
llvm-svn: 129497
|
2011-04-14 01:11:51 +00:00 |
Johnny Chen
|
d0fb04f437
|
Thumb disassembler did not handle tBRIND (indirect branch) properly.
rdar://problem/9280370
llvm-svn: 129480
|
2011-04-13 21:59:01 +00:00 |
Johnny Chen
|
b6a37bff21
|
Check for unallocated instruction encodings when disassembling Thumb Branch instructions (tBcc and t2Bcc).
rdar://problem/9280470
llvm-svn: 129471
|
2011-04-13 21:35:49 +00:00 |
Johnny Chen
|
ffa6378fd6
|
The LDR*T/STR*T (unpriviledged load/store) operations don't take SP or PC as Rt.
rdar://problem/9279440
llvm-svn: 129469
|
2011-04-13 21:04:32 +00:00 |
Johnny Chen
|
70591cbc60
|
Check the corner cases for t2LDRSHi12 correctly and mark invalid encodings as such.
rdar://problem/9276651
llvm-svn: 129462
|
2011-04-13 19:46:05 +00:00 |
Johnny Chen
|
0d306a7840
|
Fix a bug where for t2MOVCCi disassembly, the TIED_TO register operand was not properly handled.
rdar://problem/9276427
llvm-svn: 129456
|
2011-04-13 17:51:02 +00:00 |
Johnny Chen
|
3c2f74c9f3
|
Add sanity check for Ld/St Dual forms of Thumb2 instructions.
rdar://problem/9273947
llvm-svn: 129411
|
2011-04-12 23:31:00 +00:00 |
Johnny Chen
|
960eef3db3
|
The Thumb2 RFE instructions need to have their second halfword fully specified.
In addition, the base register is not rGPR, but GPR with th exception that:
if n == 15 then UNPREDICTABLE
rdar://problem/9273836
llvm-svn: 129391
|
2011-04-12 21:41:51 +00:00 |
Johnny Chen
|
01637b9acb
|
Add bad register checks for Thumb2 Ld/St instructions.
rdar://problem/9269047
llvm-svn: 129387
|
2011-04-12 21:17:51 +00:00 |
Johnny Chen
|
ab86a519f8
|
The Thumb2 Ld, St, and Preload instructions with the i12 forms should have its Inst{23}
be specified as '1' (add = TRUE).
Also add a utility function for Thumb2.
llvm-svn: 129377
|
2011-04-12 18:48:00 +00:00 |
Johnny Chen
|
d0e2be39ea
|
Print out a debug message when the reglist fails the sanity check for Thumb Ld/St Multiple.
llvm-svn: 129365
|
2011-04-12 17:09:04 +00:00 |
Rafael Espindola
|
1ec0f46169
|
Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.
llvm-svn: 129362
|
2011-04-12 16:12:03 +00:00 |
Rafael Espindola
|
2e1c9d2188
|
Implement .cfi_same_value.
llvm-svn: 129361
|
2011-04-12 15:31:05 +00:00 |
Johnny Chen
|
f130b7f0f5
|
Add one test case (svc).
llvm-svn: 129327
|
2011-04-12 00:21:48 +00:00 |
Eric Christopher
|
ffc0e1f6e6
|
Match case for invalid constant error messages and add a new
test for invalid hexadecimals.
llvm-svn: 129326
|
2011-04-12 00:18:03 +00:00 |
Johnny Chen
|
672ef14a62
|
A8.6.16 B
Encoding T1 (tBcc)
if cond == '1110' then UNDEFINED;
rdar://problem/9268681
llvm-svn: 129325
|
2011-04-12 00:14:49 +00:00 |
Eric Christopher
|
0a68959604
|
Test for invalid constant expr addition - bad octal constant.
llvm-svn: 129323
|
2011-04-12 00:03:38 +00:00 |
Johnny Chen
|
dc8bf9ec08
|
Thumb disassembler was erroneously rejecting "blx sp" instruction.
rdar://problem/9267838
llvm-svn: 129320
|
2011-04-11 23:33:30 +00:00 |
Rafael Espindola
|
82065cb6cf
|
Implement cfi_rel_offset
llvm-svn: 129306
|
2011-04-11 21:49:50 +00:00 |
Rafael Espindola
|
4f46abc15e
|
Add test for previous commit.
llvm-svn: 129304
|
2011-04-11 21:41:34 +00:00 |
Johnny Chen
|
f79d5365de
|
Fix the bug where the immediate shift amount for Thumb logical shift instructions are incorrectly disassembled.
rdar://problem/9266265
llvm-svn: 129298
|
2011-04-11 21:14:35 +00:00 |
Johnny Chen
|
66fab75920
|
Check invalid register encodings for LdFrm/StFrm ARM instructions and flag them as
invalid instructions.
llvm-svn: 129286
|
2011-04-11 18:34:12 +00:00 |
Chris Lattner
|
fc4fe00a65
|
fix rdar://8735979 - "int 3" doesn't match to "int3". Unfortunately,
InstAlias doesn't allow matching immediate operands, so we have to write
C++ code to do this.
llvm-svn: 129223
|
2011-04-09 19:41:05 +00:00 |
Benjamin Kramer
|
2b6c96b43d
|
Don't store Twine temporaries, it's not safe.
And don't append the name over and over again in the loop.
llvm-svn: 129210
|
2011-04-09 11:26:27 +00:00 |
Johnny Chen
|
a9570f77d5
|
Hanlde the checking of bad regs for SMMLAR properly, instead of asserting.
PR9650
rdar://problem/9257565
llvm-svn: 129147
|
2011-04-08 19:41:22 +00:00 |
Johnny Chen
|
875e0e4626
|
Sanity check the option operand for DMB/DSB.
PR9648
rdar://problem/9257634
llvm-svn: 129146
|
2011-04-08 19:18:07 +00:00 |
Johnny Chen
|
74c74ba81c
|
MOVi16 and MOVTi16 does not allow pc as the dest register, while MOVi allows it.
Add tests for that.
llvm-svn: 129137
|
2011-04-08 17:29:58 +00:00 |
Johnny Chen
|
7e51b4640f
|
Add sanity checking for bad register specifier(s) for the DPFrm instructions.
Add more test cases to exercise the logical branches related to the above change.
llvm-svn: 129117
|
2011-04-08 00:29:09 +00:00 |
Rafael Espindola
|
9a1a34b105
|
Update tests
llvm-svn: 129116
|
2011-04-07 23:51:25 +00:00 |
Johnny Chen
|
165a07adf9
|
Add a VEXT test.
llvm-svn: 129111
|
2011-04-07 22:04:01 +00:00 |
Rafael Espindola
|
88bc341061
|
Add support for .skip.
Patch by Roman Divacky.
Fixes PR9361.
llvm-svn: 129106
|
2011-04-07 20:26:23 +00:00 |
Johnny Chen
|
04efb8f6ce
|
Add sanity checking for invalid register encodings for signed/unsigned extend instructions.
Add some test cases.
llvm-svn: 129098
|
2011-04-07 19:28:58 +00:00 |
Johnny Chen
|
07606661f9
|
Add sanity checking for invalid register encodings for saturating instructions.
llvm-svn: 129096
|
2011-04-07 19:02:08 +00:00 |