llvm-6502/lib
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
..
Analysis
AsmParser
Bitcode
CodeGen CodeGenPrep: sink extends of illegal types into use block. 2014-03-13 13:36:25 +00:00
DebugInfo [C++11] Introduce ObjectFile::sections(). 2014-03-13 13:52:54 +00:00
ExecutionEngine
IR [PM] Stop playing fast and loose with rebinding of references. However 2014-03-13 09:50:31 +00:00
IRReader
LineEditor
Linker
LTO
MC Use printable names to implement directional labels. 2014-03-13 18:09:26 +00:00
Object [C++11] Introduce ObjectFile::sections(). 2014-03-13 13:52:54 +00:00
Option
Support
TableGen
Target Use printable names to implement directional labels. 2014-03-13 18:09:26 +00:00
Transforms [msan] Fix handling of byval arguments in VarArg calls. 2014-03-13 13:17:11 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile