Flatten some of the arrays in the X86 disassembler tables to reduce space needed...
[oota-llvm.git] / lib / Target / X86 / Disassembler / X86Disassembler.h
2012-02-09 Craig TopperFlatten some of the arrays in the X86 disassembler...
2012-02-06 Derek SchuffEnable streaming of bitcode
2011-12-21 Craig TopperRemove mode specific disassembler classes and just...
2011-12-21 Craig TopperFix typo in a couple comments
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-08-17 Owen AndersonAllow the MCDisassembler to return a "soft fail" status...
2010-10-23 Benjamin KramerMake the disassembler tables const so they end up in...
2010-04-13 Sean CallananFixed a nasty layering violation in the edis source
2009-12-19 Sean CallananTable-driven disassembler for the X86 architecture...