llvm-6502/lib/Target/X86/Disassembler
Sean Callanan 9899f70a74 Fixed a nasty layering violation in the edis source
code.  It used to #include the enhanced disassembly
information for the targets it supported straight
out of lib/Target/{X86,ARM,...} but now it uses a
new interface provided by MCDisassembler, and (so
far) implemented by X86 and ARM.

Also removed hacky #define-controlled initialization
of targets in edis.  If clients only want edis to
initialize a limited set of targets, they can set
--enable-targets on the configure command line.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101179 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-13 21:21:57 +00:00
..
CMakeLists.txt
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 a nasty layering violation in the edis source 2010-04-13 21:21:57 +00:00
X86Disassembler.h Fixed a nasty layering violation in the edis source 2010-04-13 21:21:57 +00:00
X86DisassemblerDecoder.c Fixed a bug where the disassembler would allow an immediate 2010-04-07 21:42:19 +00:00
X86DisassemblerDecoder.h Fixes to the X86 disassembler. The disassembler will now 2010-04-02 21:23:51 +00:00
X86DisassemblerDecoderCommon.h Fixed a bug where the disassembler would allow an immediate 2010-04-07 21:42:19 +00:00