llvm-6502/test/MC
Ulrich Weigand 23a72c8f7e [PowerPC] Support @tls in the asm parser
This adds support for the last missing construct to parse TLS-related
assembler code:
   add 3, 4, symbol@tls

The ADD8TLS currently hard-codes the @tls into the assembler string.
This cannot be handled by the asm parser, since @tls is parsed as
a symbol variant.  This patch changes ADD8TLS to have the @tls suffix
printed as symbol variant on output too, which allows us to remove
the isCodeGenOnly marker from ADD8TLS.  This in turn means that we
can add a AsmOperand to accept @tls marked symbols on input.

As a side effect, this means that the fixup_ppc_tlsreg fixup type
is no longer necessary and can be merged into fixup_ppc_nofixup.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185692 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-05 12:22:36 +00:00
..
AArch64 Prefix failing commands with not to make clear they are expected to fail. 2013-07-03 16:41:29 +00:00
ARM Add 'not' in front of a command that is expected to fail. 2013-07-04 17:21:01 +00:00
AsmParser Prefix failing commands with not to make clear they are expected to fail. 2013-07-03 16:41:29 +00:00
COFF MC: Add .section directive to COFF 2013-07-04 21:32:07 +00:00
Disassembler Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instructions. 2013-07-04 14:57:20 +00:00
ELF
MachO
Markup
MBlaze
Mips
PowerPC [PowerPC] Support @tls in the asm parser 2013-07-05 12:22:36 +00:00
SystemZ
X86 Prefix failing commands with not to make clear they are expected to fail. 2013-07-03 16:41:29 +00:00