llvm-6502/test/MC
Benjamin Kramer 59f6c76703 AsmParser: Disable Darwin-style macro argument expansion on non-darwin targets.
There is code in the wild that relies on $0 not being expanded.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201784 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-20 13:36:32 +00:00
..
AArch64
ARM Fix the arm assembler so that this malformed instruction: 2014-02-17 21:45:27 +00:00
AsmParser AsmParser: Disable Darwin-style macro argument expansion on non-darwin targets. 2014-02-20 13:36:32 +00:00
COFF
Disassembler Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0xa6/0xa7, and adding MRM_C0/MRM_E0 forms. Removes 376K from the disassembler tables. 2014-02-19 05:34:21 +00:00
ELF Add support for assigning to . in AsmParser. 2014-02-17 20:48:32 +00:00
MachO
Markup
Mips [mips] Add explicit N32 and N64 tests to nabi-regs.s test 2014-02-19 15:30:54 +00:00
PowerPC
Sparc
SystemZ
X86 AVX-512: Assembly parsing of broadcast semantic in AVX-512; imlemented by Nis Zinovy (zinovy.y.nis@intel.com) 2014-02-20 06:34:39 +00:00