Canonicalize header guards into a common format.
[oota-llvm.git] / lib / Target / X86 / Disassembler / X86Disassembler.h
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-04-20 Richard SmithRemove some more C junk from these files.
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-13 Lang Hames[X86] unique_ptr'ify one of X86GenericDisassembler...
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-01-20 David Woodhouse[x86] Infer disassembler mode from SubtargetInfo featur...
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-09-11 Craig TopperChange unsigned to a uint16_t in static disassembler...
2012-08-01 Craig TopperAdd more indirection to the disassembler tables to...
2012-07-31 Craig TopperMake INSTRUCTION_SPECIFIER_FIELDS match X86Disassembler...
2012-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-11 Benjamin KramerMake the EDis tables const.
2012-02-11 Benjamin KramerReuse the enum names from X86Desc in the X86Disassembler.
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...