Age | Commit message (Expand) | Author | Files | Lines |
2016-07-14 | [X86] Decode MPX BND registers. | Ahmed Bougacha | 1 | -0/+7 |
2015-10-15 | [X86] Rip out orphaned method declarations and other dead code. NFC. | Benjamin Kramer | 1 | -2/+0 |
2014-12-26 | [X86] Add the debug registers DR8-DR15 so we can assemble and disassemble ref... | Craig Topper | 1 | -1/+9 |
2014-12-26 | [X86] Don't fail disassembly if REX.R/REX.B is used on an MMX register. Simil... | Craig Topper | 1 | -1/+8 |
2014-08-13 | Canonicalize header guards into a common format. | Benjamin Kramer | 1 | -2/+2 |
2014-04-28 | Fix gcc -Wsign-compare warning in X86DisassemblerTables.cpp. | Patrik Hagglund | 1 | -1/+2 |
2014-04-20 | C++ has a bool type! (And C's had one too, for 15 years...) | Richard Smith | 1 | -6/+4 |
2014-04-20 | More C++ification. | Richard Smith | 1 | -159/+124 |
2014-04-20 | Remove some more C junk from these files. | Richard Smith | 1 | -6/+6 |
2014-04-20 | Don't provide two different definitions of ModRMDecision, OpcodeDecision, and... | Richard Smith | 1 | -6/+0 |
2014-04-20 | Don't define llvm::X86Disassembler::InstructionSpecifier in different ways in | Richard Smith | 1 | -3/+8 |
2014-04-20 | What year is it! This file has no reason to be written in C, and has doubly no | Richard Smith | 1 | -27/+22 |
2014-01-24 | Fix known typos | Alp Toker | 1 | -1/+1 |
2014-01-01 | Remove need for MODIFIER_OPCODE in the disassembler tables. AddRegFrms are re... | Craig Topper | 1 | -2/+0 |
2013-12-25 | AVX-512: decoder for AVX-512, made by Alexey Bader. | Elena Demikhovsky | 1 | -10/+40 |
2013-10-03 | Remove comma from the end of an enum. | Craig Topper | 1 | -1/+1 |
2013-10-03 | Add XOP disassembler support. Fixes PR13933. | Craig Topper | 1 | -4/+26 |
2013-10-01 | Remove unneeded fields from disassembler internal instruction format. | Craig Topper | 1 | -4/+0 |
2013-07-28 | Added encoding prefixes for KNL instructions (EVEX). | Elena Demikhovsky | 1 | -2/+70 |
2013-06-20 | Update the X86 disassembler to use xacquire and xrelease when appropriate. | Kevin Enderby | 1 | -0/+2 |
2012-09-11 | Change unsigned to a uint16_t in static disassembler tables to reduce the tab... | Craig Topper | 1 | -1/+1 |
2012-09-05 | Use const properly so that we dont remove const qualifier from region and MII | Roman Divacky | 1 | -5/+5 |
2012-08-01 | Add more indirection to the disassembler tables to reduce amount of space use... | Craig Topper | 1 | -1/+4 |
2012-07-31 | Tidy up trailing whitespace | Craig Topper | 1 | -33/+33 |
2012-06-26 | X86: add GATHER intrinsics (AVX2) in LLVM | Manman Ren | 1 | -0/+3 |
2012-02-23 | Updated the llvm-mc disassembler C API to support for the X86 target. | Kevin Enderby | 1 | -0/+5 |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 1 | -1/+1 |
2012-02-11 | Don't mix declarations and code. | Benjamin Kramer | 1 | -1/+1 |
2012-02-11 | Reuse the enum names from X86Desc in the X86Disassembler. | Benjamin Kramer | 1 | -1/+3 |
2012-02-09 | Flatten some of the arrays in the X86 disassembler tables to reduce space nee... | Craig Topper | 1 | -1/+1 |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 1 | -1/+1 |
2011-03-15 | X86 table-generator and disassembler support for the AVX | Sean Callanan | 1 | -13/+73 |
2011-02-21 | Fixed a bug in the X86 disassembler where a member of the | Sean Callanan | 1 | -1/+1 |
2010-10-23 | Make the disassembler tables const so they end up in read-only memory. | Benjamin Kramer | 1 | -2/+2 |
2010-05-06 | Eliminated the classification of control registers into %ecr_ | Sean Callanan | 1 | -22/+11 |
2010-04-02 | Fixes to the X86 disassembler. The disassembler will now | Sean Callanan | 1 | -0/+11 |
2009-12-23 | More fixes for Visual C++. Replaced several very small | Sean Callanan | 1 | -10/+10 |
2009-12-22 | Changed REG_* to MODRM_REG_* to avoid conflicts | Sean Callanan | 1 | -2/+2 |
2009-12-19 | Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit | Sean Callanan | 1 | -0/+515 |