llvm-6502/test/MC
Rafael Espindola 7e9df19d5f Use printable names to implement directional labels.
This changes the implementation of local directional labels to use a dedicated
map. With that it can then just use CreateTempSymbol, which is what the rest
of MC uses.

CreateTempSymbol doesn't do a great job at making sure the names are unique
(or being efficient when the names are not needed), but that should probably
be fixed in a followup patch.

This fixes pr18928.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203826 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-13 18:09:26 +00:00
..
AArch64 [AArch64]Fix improper diagnostics about offset range of load/store instructions. 2014-03-04 02:05:13 +00:00
ARM ARM: support emission of complex SO expressions 2014-03-13 07:02:41 +00:00
AsmParser AsmParser: add missed tests 2014-03-03 06:35:00 +00:00
COFF Fix typos 2014-02-25 04:21:15 +00:00
Disassembler [PowerPC] Initial support for the VSX instruction set 2014-03-13 07:58:58 +00:00
ELF Add support for assigning to . in AsmParser. 2014-02-17 20:48:32 +00:00
MachO Support DWARF discriminators in object streamer. 2014-02-14 19:27:53 +00:00
Markup MC: Simple example parser for MC assembly markup. 2012-10-31 23:24:13 +00:00
Mips [mips] Implement NaCl sandboxing of function calls: 2014-03-11 21:23:40 +00:00
PowerPC [PowerPC] Initial support for the VSX instruction set 2014-03-13 07:58:58 +00:00
Sparc [Sparc] Add trap on integer condition codes (Ticc) instructions to Sparc backend. 2014-03-02 23:39:07 +00:00
SystemZ [SystemZ] Add MC support for interlocked-access 1 instructions 2013-12-24 15:14:05 +00:00
X86 Use printable names to implement directional labels. 2014-03-13 18:09:26 +00:00