summaryrefslogtreecommitdiff
path: root/lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
Commit message (Expand)AuthorAge
* Fix gcc -Wsign-compare warning in X86DisassemblerTables.cpp.Patrik Hagglund2014-04-28
* C++ has a bool type! (And C's had one too, for 15 years...)Richard Smith2014-04-20
* More C++ification.Richard Smith2014-04-20
* Remove some more C junk from these files.Richard Smith2014-04-20
* Don't provide two different definitions of ModRMDecision, OpcodeDecision, and...Richard Smith2014-04-20
* Don't define llvm::X86Disassembler::InstructionSpecifier in different ways inRichard Smith2014-04-20
* What year is it! This file has no reason to be written in C, and has doubly noRichard Smith2014-04-20
* Fix known typosAlp Toker2014-01-24
* Remove need for MODIFIER_OPCODE in the disassembler tables. AddRegFrms are re...Craig Topper2014-01-01
* AVX-512: decoder for AVX-512, made by Alexey Bader.Elena Demikhovsky2013-12-25
* Remove comma from the end of an enum.Craig Topper2013-10-03
* Add XOP disassembler support. Fixes PR13933.Craig Topper2013-10-03
* Remove unneeded fields from disassembler internal instruction format.Craig Topper2013-10-01
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-28
* Update the X86 disassembler to use xacquire and xrelease when appropriate.Kevin Enderby2013-06-20
* Change unsigned to a uint16_t in static disassembler tables to reduce the tab...Craig Topper2012-09-11
* Use const properly so that we dont remove const qualifier from region and MIIRoman Divacky2012-09-05
* Add more indirection to the disassembler tables to reduce amount of space use...Craig Topper2012-08-01
* Tidy up trailing whitespaceCraig Topper2012-07-31
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-26
* Updated the llvm-mc disassembler C API to support for the X86 target.Kevin Enderby2012-02-23
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Don't mix declarations and code.Benjamin Kramer2012-02-11
* Reuse the enum names from X86Desc in the X86Disassembler.Benjamin Kramer2012-02-11
* Flatten some of the arrays in the X86 disassembler tables to reduce space nee...Craig Topper2012-02-09
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* X86 table-generator and disassembler support for the AVXSean Callanan2011-03-15
* Fixed a bug in the X86 disassembler where a member of theSean Callanan2011-02-21
* Make the disassembler tables const so they end up in read-only memory.Benjamin Kramer2010-10-23
* Eliminated the classification of control registers into %ecr_Sean Callanan2010-05-06
* Fixes to the X86 disassembler. The disassembler will nowSean Callanan2010-04-02
* More fixes for Visual C++. Replaced several very smallSean Callanan2009-12-23
* Changed REG_* to MODRM_REG_* to avoid conflictsSean Callanan2009-12-22
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-19