[X86] Fix a couple cases were bitwise and logical operations were being mixed. NFC
[oota-llvm.git] / lib / Target / X86 / Disassembler / X86DisassemblerDecoder.cpp
2015-12-10 Craig Topper[X86] Fix a couple cases were bitwise and logical opera...
2015-11-18 Asaf Badouh[X86][AVX512CD] add mask broadcast intrinsics
2015-08-28 Vedant Kumar[X86] NFC: Clean up and clang-format a few lines
2015-08-26 Vedant Kumar[llvm-mc] Ignore opcode size prefix in 64-bit CALL...
2015-06-24 Douglas Katzman[X86] Simplify some stuff in X86DisassemblerDecoder...
2015-05-13 Douglas Katzman[X86] Fix PR23271 - RIP-relative decoding bug in disass...
2015-03-23 David BlaikieRefactor: Simplify boolean expressions in x86 target
2015-03-02 Craig Topper[X86] There are only 8 mask registers. Fail disassembly...
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...