1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/lib/Target/X86/AsmParser
Coby Tayree 75e681a367 [X86][MS-compatability]Allow named synonymous for MS-assembly operators
This patch enhances X86AsmParser's immediate expression parsing abilities, to include a named synonymous for selected binary/unary bitwise operators: {and,shl,shr,or,xor,not}, ultimately achieving better MS-compatability
MASM reference:
https://msdn.microsoft.com/en-us/library/94b6khh4.aspx

Differential Revision: D31277

llvm-svn: 299439
2017-04-04 14:43:23 +00:00
..
CMakeLists.txt
LLVMBuild.txt
X86AsmInstrumentation.cpp [X86] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-02-02 22:55:55 +00:00
X86AsmInstrumentation.h [X86] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-02-02 22:55:55 +00:00
X86AsmParser.cpp [X86][MS-compatability]Allow named synonymous for MS-assembly operators 2017-04-04 14:43:23 +00:00
X86AsmParserCommon.h
X86Operand.h [X86] Fix some Include What You Use warnings; other minor fixes (NFC). 2017-02-06 21:55:43 +00:00