llvm-6502/lib/Target/X86/AsmParser
David Majnemer f9ec8fe70c MS asm: Properly handle quoted symbol names
We would get confused by '@' characters in symbol names, we would
mistake the text following them for the variant kind.

When an identifier a string, the variant kind will never show up inside
of it.  Instead, check to see if there is a variant following the
string.

This fixes PR19965.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211249 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-19 01:25:43 +00:00
..
CMakeLists.txt AddressSanitizer instrumentation for MOV and MOVAPS. 2014-03-14 08:58:04 +00:00
LLVMBuild.txt
Makefile
X86AsmInstrumentation.cpp AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand 2014-06-08 16:18:35 +00:00
X86AsmInstrumentation.h AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand 2014-06-08 16:18:35 +00:00
X86AsmParser.cpp MS asm: Properly handle quoted symbol names 2014-06-19 01:25:43 +00:00
X86AsmParserCommon.h X86Operand is extracted into individual header. 2014-02-28 12:28:07 +00:00
X86Operand.h AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand 2014-06-08 16:18:35 +00:00