summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
Commit message (Expand)AuthorAgeFilesLines
* [X86] Simplify some stuff in X86DisassemblerDecoder. NFCDouglas Katzman2015-06-241-22/+17
* [X86] Fix PR23271 - RIP-relative decoding bug in disassembler.Douglas Katzman2015-05-131-9/+8
* Refactor: Simplify boolean expressions in x86 targetDavid Blaikie2015-03-231-5/+2
* [X86] There are only 8 mask registers. Fail disassembly if instruction tries ...Craig Topper2015-03-021-0/+2
* [X86] Remove some unused TYPE enums from the disassembler.Craig Topper2015-01-071-2/+0
* [X86] Fix disassembly of absolute moves to work correctly in 16 and 32-bit mo...Craig Topper2014-12-311-0/+26
* [x86] Simplify detection of jcxz/jecxz/jrcxz in disassembler.Craig Topper2014-12-311-16/+5
* [X86] Add the debug registers DR8-DR15 so we can assemble and disassemble ref...Craig Topper2014-12-261-2/+0
* [X86] Don't fail disassembly if REX.R/REX.B is used on an MMX register. Simil...Craig Topper2014-12-261-5/+1
* Teach disassembler to handle illegal immediates on (v)cmpps/pd/ss/sd instruct...Craig Topper2014-12-261-6/+0
* [X86] Fix a bug where the disassembler was ignoring the VEX.W bit in 32-bit m...Craig Topper2014-10-071-0/+47
* Formatting fixes. Most putting 'else' on the same line as the preceding curly...Craig Topper2014-10-071-38/+19
* Fix filename in header and use C++ version of the C header files.Craig Topper2014-10-071-5/+5
* [X86] AVX512: Add disassembler support for compressed displacementAdam Nemet2014-07-171-2/+5
* [Disasm][AVX512] Implement decoding of top bit for non-destructive reg fieldsAdam Nemet2014-06-241-1/+2
* Fix gcc -Wsign-compare warning in X86DisassemblerTables.cpp.Patrik Hagglund2014-04-281-10/+9
* [C++] Use 'nullptr'.Craig Topper2014-04-281-2/+2
* C++ has a bool type! (And C's had one too, for 15 years...)Richard Smith2014-04-201-32/+29
* Don't provide two different definitions of ModRMDecision, OpcodeDecision, and...Richard Smith2014-04-201-0/+23
* What year is it! This file has no reason to be written in C, and has doubly noRichard Smith2014-04-201-0/+1819
OpenPOWER on IntegriCloud