llvm-6502/test/MC
Arnaud A. de Grandmaison a9af0558b2 [AArch64] Add logical alias instructions to MC AsmParser
This patch teaches the AsmParser to accept some logical+immediate
instructions and convert them as shown:

  bic  Rd, Rn, #imm  ->  and Rd, Rn, #~imm
  bics Rd, Rn, #imm  ->  ands Rd, Rn, #~imm
  orn  Rd, Rn, #imm  ->  orr Rd, Rn, #~imm
  eon  Rd, Rn, #imm  ->  eor Rd, Rn, #~imm

Those instructions are an alternate syntax available to assembly coders,
and are needed in order to support code already compiling with some other
assemblers. For example, the bic construct is used by the linux kernel.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212722 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-10 15:12:26 +00:00
..
AArch64 [AArch64] Add logical alias instructions to MC AsmParser 2014-07-10 15:12:26 +00:00
ARM ARM: when falling back to scattered relocs, keep the type. 2014-07-04 10:58:05 +00:00
AsmParser Allow using .cfi_startproc without a leading symbol. 2014-06-23 15:34:32 +00:00
COFF [ms-coff] Add a test for proper handling of full Windows path names in the .drectve section 2014-07-09 00:40:50 +00:00
Disassembler [SystemZ] Add MC support for LEDBRA, LEXBRA and LDXBRA 2014-07-10 11:00:55 +00:00
ELF Avoid revocations when possible. 2014-07-01 14:34:30 +00:00
MachO llvm-readobj: fix MachO relocatoin printing a bit. 2014-07-04 10:57:56 +00:00
Markup
Mips [mips] Add support for -modd-spreg/-mno-odd-spreg 2014-07-10 13:38:23 +00:00
PowerPC Emit DWARF3 call frame information when DWARF3+ debug info is requested 2014-06-19 15:39:33 +00:00
Sparc
SystemZ [SystemZ] Add MC support for LEDBRA, LEXBRA and LDXBRA 2014-07-10 11:00:55 +00:00
X86 [X86] AVX512: Only allow k1-k7 as predicates to vpcmp* 2014-07-08 00:22:32 +00:00