llvm-6502/lib/Target/X86/Disassembler
Chandler Carruth d04a8d4b33 Use the new script to sort the includes of every file under lib.
Sooooo many of these had incorrect or strange main module includes.
I have manually inspected all of these, and fixed the main module
include to be the nearest plausible thing I could find. If you own or
care about any of these source files, I encourage you to take some time
and check that these edits were sensible. I can't have broken anything
(I strictly added headers, and reordered them, never removed), but they
may not be the headers you'd really like to identify as containing the
API being implemented.

Many forward declarations and missing includes were added to a header
files to allow them to parse cleanly when included first. The main
module rule does in fact have its merits. =]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169131 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-03 16:50:05 +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
X86Disassembler.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
X86Disassembler.h Change unsigned to a uint16_t in static disassembler tables to reduce the table size. 2012-09-11 04:19:21 +00:00
X86DisassemblerDecoder.c Fix typo 2012-10-29 17:56:15 +00:00
X86DisassemblerDecoder.h Change unsigned to a uint16_t in static disassembler tables to reduce the table size. 2012-09-11 04:19:21 +00:00
X86DisassemblerDecoderCommon.h Add a new compression type to ModRM table that detects when the memory modRM byte represent 8 instructions and the reg modRM byte represents up to 64 instructions. Reduces modRM table from 43k entreis to 25k entries. Based on a patch from Manman Ren. 2012-09-13 05:45:42 +00:00