llvm-6502/lib/Target/X86/Disassembler
Benjamin Kramer 15c9a1f60c X86Disassembler: if verbose logging is going to nulls(), disable logging completely.
Otherwise we'll spend a ridiculous amount of time pretty printing debug output and then discarding it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140276 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-21 21:47:35 +00:00
..
CMakeLists.txt
Makefile
X86Disassembler.cpp X86Disassembler: if verbose logging is going to nulls(), disable logging completely. 2011-09-21 21:47:35 +00:00
X86Disassembler.h Don't attach annotations to MCInst's. Instead, have the disassembler return, and the printer accept, an annotation string which can be passed through if the client cares about annotations. 2011-09-15 23:38:46 +00:00
X86DisassemblerDecoder.c Only disassembler instructions with vvvv != 1111 if the instruction actually uses the vvvv field to encode an operand. Fixes PR10851. 2011-09-13 07:37:44 +00:00
X86DisassemblerDecoder.h
X86DisassemblerDecoderCommon.h