aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
Commit message (Expand)AuthorAgeFilesLines
* Remove comma from the end of an enum.Craig Topper2013-10-031-1/+1
* Add XOP disassembler support. Fixes PR13933.Craig Topper2013-10-031-4/+26
* Remove unneeded fields from disassembler internal instruction format.Craig Topper2013-10-011-4/+0
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-281-2/+70
* Update the X86 disassembler to use xacquire and xrelease when appropriate.Kevin Enderby2013-06-201-0/+2
* Change unsigned to a uint16_t in static disassembler tables to reduce the tab...Craig Topper2012-09-111-1/+1
* Use const properly so that we dont remove const qualifier from region and MIIRoman Divacky2012-09-051-5/+5
* Add more indirection to the disassembler tables to reduce amount of space use...Craig Topper2012-08-011-1/+4
* Tidy up trailing whitespaceCraig Topper2012-07-311-33/+33
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-261-0/+3
* Updated the llvm-mc disassembler C API to support for the X86 target.Kevin Enderby2012-02-231-0/+5
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Don't mix declarations and code.Benjamin Kramer2012-02-111-1/+1
* Reuse the enum names from X86Desc in the X86Disassembler.Benjamin Kramer2012-02-111-1/+3
* Flatten some of the arrays in the X86 disassembler tables to reduce space nee...Craig Topper2012-02-091-1/+1
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* X86 table-generator and disassembler support for the AVXSean Callanan2011-03-151-13/+73
* Fixed a bug in the X86 disassembler where a member of theSean Callanan2011-02-211-1/+1
* Make the disassembler tables const so they end up in read-only memory.Benjamin Kramer2010-10-231-2/+2
* Eliminated the classification of control registers into %ecr_Sean Callanan2010-05-061-22/+11
* Fixes to the X86 disassembler. The disassembler will nowSean Callanan2010-04-021-0/+11
* More fixes for Visual C++. Replaced several very smallSean Callanan2009-12-231-10/+10
* Changed REG_* to MODRM_REG_* to avoid conflictsSean Callanan2009-12-221-2/+2
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-191-0/+515