index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
Disassembler
/
X86DisassemblerDecoder.h
Age
Commit message (
Expand
)
Author
2012-09-11
Change unsigned to a uint16_t in static disassembler tables to reduce the tab...
Craig Topper
2012-09-05
Use const properly so that we dont remove const qualifier from region and MII
Roman Divacky
2012-08-01
Add more indirection to the disassembler tables to reduce amount of space use...
Craig Topper
2012-07-31
Tidy up trailing whitespace
Craig Topper
2012-06-26
X86: add GATHER intrinsics (AVX2) in LLVM
Manman Ren
2012-02-23
Updated the llvm-mc disassembler C API to support for the X86 target.
Kevin Enderby
2012-02-18
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-11
Don't mix declarations and code.
Benjamin Kramer
2012-02-11
Reuse the enum names from X86Desc in the X86Disassembler.
Benjamin Kramer
2012-02-09
Flatten some of the arrays in the X86 disassembler tables to reduce space nee...
Craig Topper
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-03-15
X86 table-generator and disassembler support for the AVX
Sean Callanan
2011-02-21
Fixed a bug in the X86 disassembler where a member of the
Sean Callanan
2010-10-23
Make the disassembler tables const so they end up in read-only memory.
Benjamin Kramer
2010-05-06
Eliminated the classification of control registers into %ecr_
Sean Callanan
2010-04-02
Fixes to the X86 disassembler. The disassembler will now
Sean Callanan
2009-12-23
More fixes for Visual C++. Replaced several very small
Sean Callanan
2009-12-22
Changed REG_* to MODRM_REG_* to avoid conflicts
Sean Callanan
2009-12-19
Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit
Sean Callanan