1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Target/X86/AsmParser
Oliver Stannard e1f4a6579c [Asm] Add debug tracing in table-generated assembly matcher
This adds debug tracing to the table-generated assembly instruction matcher,
enabled by the -debug-only=asm-matcher option.

The changes in the target AsmParsers are to add an MCInstrInfo reference under
a consistent name, so that we can use it from table-generated code. This was
already being used this way for targets that use deprecation warnings, but 5
targets did not have it, and Hexagon had it under a different name to the other
backends.

llvm-svn: 315445
2017-10-11 09:17:43 +00:00
..
CMakeLists.txt [CMake] X86AsmParser: Prune redundant LINK_LIBS. 2015-09-29 01:25:01 +00:00
LLVMBuild.txt [fixup][rL311639] 2017-08-24 14:10:50 +00:00
X86AsmInstrumentation.cpp Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +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 [Asm] Add debug tracing in table-generated assembly matcher 2017-10-11 09:17:43 +00:00
X86AsmParserCommon.h One more batch of self-containing headers. 2016-01-27 19:29:56 +00:00
X86Operand.h Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00