Canonicalize header guards into a common format.
[oota-llvm.git] / lib / Target / X86 / Disassembler / X86DisassemblerDecoder.h
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-04-28 Patrik HagglundFix gcc -Wsign-compare warning in X86DisassemblerTables...
2014-04-20 Richard SmithC++ has a bool type! (And C's had one too, for 15 years...)
2014-04-20 Richard SmithMore C++ification.
2014-04-20 Richard SmithRemove some more C junk from these files.
2014-04-20 Richard SmithDon't provide two different definitions of ModRMDecisio...
2014-04-20 Richard SmithDon't define llvm::X86Disassembler::InstructionSpecifie...
2014-04-20 Richard SmithWhat year is it! This file has no reason to be written...
2014-01-24 Alp TokerFix known typos
2014-01-01 Craig TopperRemove need for MODIFIER_OPCODE in the disassembler...
2013-12-25 Elena DemikhovskyAVX-512: decoder for AVX-512, made by Alexey Bader.
2013-10-03 Craig TopperRemove comma from the end of an enum.
2013-10-03 Craig TopperAdd XOP disassembler support. Fixes PR13933.
2013-10-01 Craig TopperRemove unneeded fields from disassembler internal instr...
2013-07-28 Elena DemikhovskyAdded encoding prefixes for KNL instructions (EVEX).
2013-06-20 Kevin EnderbyUpdate the X86 disassembler to use xacquire and xreleas...
2012-09-11 Craig TopperChange unsigned to a uint16_t in static disassembler...
2012-09-05 Roman DivackyUse const properly so that we dont remove const qualifi...
2012-08-01 Craig TopperAdd more indirection to the disassembler tables to...
2012-07-31 Craig TopperTidy up trailing whitespace
2012-06-26 Manman RenX86: add GATHER intrinsics (AVX2) in LLVM
2012-02-23 Kevin EnderbyUpdated the llvm-mc disassembler C API to support for...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-11 Benjamin KramerDon't mix declarations and code.
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...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-15 Sean CallananX86 table-generator and disassembler support for the AVX
2011-02-21 Sean CallananFixed a bug in the X86 disassembler where a member...
2010-10-23 Benjamin KramerMake the disassembler tables const so they end up in...
2010-05-06 Sean CallananEliminated the classification of control registers...
2010-04-02 Sean CallananFixes to the X86 disassembler. The disassembler will now
2009-12-23 Sean CallananMore fixes for Visual C++. Replaced several very small
2009-12-22 Sean CallananChanged REG_* to MODRM_REG_* to avoid conflicts
2009-12-19 Sean CallananTable-driven disassembler for the X86 architecture...