[X86] Remove some unused TYPE enums from the disassembler.
[oota-llvm.git] / lib / Target / X86 / Disassembler / X86DisassemblerDecoder.cpp
2015-01-07 Craig Topper[X86] Remove some unused TYPE enums from the disassembler.
2014-12-31 Craig Topper[X86] Fix disassembly of absolute moves to work correct...
2014-12-31 Craig Topper[x86] Simplify detection of jcxz/jecxz/jrcxz in disasse...
2014-12-26 Craig Topper[X86] Add the debug registers DR8-DR15 so we can assemb...
2014-12-26 Craig Topper[X86] Don't fail disassembly if REX.R/REX.B is used...
2014-12-26 Craig TopperTeach disassembler to handle illegal immediates on...
2014-10-07 Craig Topper[X86] Fix a bug where the disassembler was ignoring...
2014-10-07 Craig TopperFormatting fixes. Most putting 'else' on the same line...
2014-10-07 Craig TopperFix filename in header and use C++ version of the C...
2014-07-17 Adam Nemet[X86] AVX512: Add disassembler support for compressed...
2014-06-24 Adam Nemet[Disasm][AVX512] Implement decoding of top bit for...
2014-04-28 Patrik HagglundFix gcc -Wsign-compare warning in X86DisassemblerTables...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-20 Richard SmithC++ has a bool type! (And C's had one too, for 15 years...)
2014-04-20 Richard SmithDon't provide two different definitions of ModRMDecisio...
2014-04-20 Richard SmithWhat year is it! This file has no reason to be written...