llvm-6502/lib/MC/MCParser
Matt Arsenault 459e595697 Allow target to specify prefix for labels
Use the MCAsmInfo instead of the DataLayout, and allow
specifying a custom prefix for labels specifically. HSAIL
requires that labels begin with @, but global symbols with &.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223323 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-04 00:06:57 +00:00
..
AsmLexer.cpp MC: AsmLexer: handle multi-character CommentStrings correctly 2014-08-14 02:51:43 +00:00
AsmParser.cpp Allow target to specify prefix for labels 2014-12-04 00:06:57 +00:00
CMakeLists.txt
COFFAsmParser.cpp MC: Diagnose an unexpected token in COFF .section instead of asserting 2014-08-11 18:34:43 +00:00
DarwinAsmParser.cpp Modernize raw_fd_ostream's constructor a bit. 2014-08-25 18:16:47 +00:00
ELFAsmParser.cpp Downgrade DWARF2 section limit error to a warning 2014-09-22 10:45:16 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
MCAsmLexer.cpp [mips] Print warning when using register names not available in N32/64 2014-10-03 15:37:37 +00:00
MCAsmParser.cpp Add const. NFC. 2014-11-11 05:11:47 +00:00
MCAsmParserExtension.cpp
MCTargetAsmParser.cpp [ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser. 2012-10-19 17:57:49 +00:00