summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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