llvm-6502/lib/Target/X86/Disassembler
Kevin Enderby c007eff536 Fixed the llvm-mv X86 disassembler so the 'C' API gets jumps properly
symbolicated.  These have and operand type of TYPE_RELv which was not handled
as isBranch in translateImmediate() in X86Disassembler.cpp.  rdar://11268426 


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155074 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-18 23:12:11 +00:00
..
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
LLVMBuild.txt Reuse the enum names from X86Desc in the X86Disassembler. 2012-02-11 14:50:54 +00:00
Makefile Fix LLVM build when the user specifies CPPFLAGS on the make command line. 2010-03-12 21:42:14 +00:00
X86Disassembler.cpp Fixed the llvm-mv X86 disassembler so the 'C' API gets jumps properly 2012-04-18 23:12:11 +00:00
X86Disassembler.h Make MemoryObject accessor members const again 2012-02-29 01:09:06 +00:00
X86DisassemblerDecoder.c Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo. 2012-04-03 05:20:24 +00:00
X86DisassemblerDecoder.h Updated the llvm-mc disassembler C API to support for the X86 target. 2012-02-23 18:18:17 +00:00
X86DisassemblerDecoderCommon.h Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo. 2012-04-03 05:20:24 +00:00