Tidy up trailing whitespace
[oota-llvm.git] / lib / Target / X86 / Disassembler / X86DisassemblerDecoder.h
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...