1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/lib/Target/X86/Disassembler
Benjamin Kramer 675a84a6ea Reuse the enum names from X86Desc in the X86Disassembler.
This requires some gymnastics to make it available for C code. Remove the names
from the disassembler tables, making them relocation free.

llvm-svn: 150303
2012-02-11 14:50:54 +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 Reuse the enum names from X86Desc in the X86Disassembler. 2012-02-11 14:50:54 +00:00
X86Disassembler.h Reuse the enum names from X86Desc in the X86Disassembler. 2012-02-11 14:50:54 +00:00
X86DisassemblerDecoder.c Reuse the enum names from X86Desc in the X86Disassembler. 2012-02-11 14:50:54 +00:00
X86DisassemblerDecoder.h Reuse the enum names from X86Desc in the X86Disassembler. 2012-02-11 14:50:54 +00:00
X86DisassemblerDecoderCommon.h More tweaks to get the size of the X86 disassembler tables down. 2012-02-09 08:58:07 +00:00