- Nov 16, 2010
-
-
Bill Wendling authored
llvm-svn: 119315
-
- Nov 02, 2010
-
-
Bill Wendling authored
with immediates up to 16-bits in size. The same logic is applied to other LDR encodings, e.g. VLDR, but which use a different immediate bit width (8-bits in VLDR's case). Removing the "12" allows it to be more generic. llvm-svn: 118094
-
- Nov 01, 2010
-
-
Jim Grosbach authored
llvm-svn: 117929
-
- Oct 29, 2010
-
-
Chris Lattner authored
vldr.64 to work. I have no idea if this is fully right, but it is in the right direction. llvm-svn: 117626
-
- Oct 28, 2010
-
-
Chris Lattner authored
it looks like we're not handling [] operands though llvm-svn: 117607
-
Chris Lattner authored
(like ARM) correctly. With this change, we can now match "bx lr" because we recognize lr as a register. llvm-svn: 117606
-
- Oct 02, 2010
-
-
Chris Lattner authored
llvm-svn: 115414
-
- Aug 11, 2010
-
-
Daniel Dunbar authored
MC/ARM: Add basic support for handling predication by parsing it out of the mnemonic into a separate operand form. llvm-svn: 110794
-
- Sep 21, 2009
-
-
Daniel Dunbar authored
run if appropriate target is supported. llvm-svn: 82419
-
- Sep 15, 2009
-
-
Kevin Enderby authored
parses the .word directive as 4 bytes and ARMAsmParser::ParseInstruction will give an error is called. Broke out the test of the .word directive into two different test cases, one for x86 and one for arm. llvm-svn: 81817
-