llvm-6502/test/MC
Ulrich Weigand 25b9bbae69 [PowerPC] PR16512 - Support TLS call sequences in the asm parser
This patch now adds support for recognizing TLS call sequences in
the asm parser.  This needs a new pattern BL8_TLS, which is like
BL8_NOP_TLS except without nop.  That pattern is used for the
asm parser only.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185478 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-02 21:31:59 +00:00
..
AArch64 AArch64: fix overzealous NEXTing for Windows testing. 2013-06-23 15:32:01 +00:00
ARM Fix ARM EHABI compact model 1 and 2 without handlerdata. 2013-07-02 12:43:27 +00:00
AsmParser
COFF
Disassembler [mips] Increase the number of floating point control registers available to 32. 2013-07-01 20:31:44 +00:00
ELF Added the test missed from r185080. 2013-07-01 09:02:33 +00:00
MachO
Markup
MBlaze
Mips [mips] Do not emit ".option pic0" if target is mips64. 2013-06-26 19:08:49 +00:00
PowerPC [PowerPC] PR16512 - Support TLS call sequences in the asm parser 2013-07-02 21:31:59 +00:00
SystemZ [SystemZ] Add the MVC instruction 2013-07-02 14:56:45 +00:00
X86