index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
Disassembler
/
X86DisassemblerDecoder.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove comma from the end of an enum.
Craig Topper
2013-10-03
1
-1
/
+1
*
Add XOP disassembler support. Fixes PR13933.
Craig Topper
2013-10-03
1
-4
/
+26
*
Remove unneeded fields from disassembler internal instruction format.
Craig Topper
2013-10-01
1
-4
/
+0
*
Added encoding prefixes for KNL instructions (EVEX).
Elena Demikhovsky
2013-07-28
1
-2
/
+70
*
Update the X86 disassembler to use xacquire and xrelease when appropriate.
Kevin Enderby
2013-06-20
1
-0
/
+2
*
Change unsigned to a uint16_t in static disassembler tables to reduce the tab...
Craig Topper
2012-09-11
1
-1
/
+1
*
Use const properly so that we dont remove const qualifier from region and MII
Roman Divacky
2012-09-05
1
-5
/
+5
*
Add more indirection to the disassembler tables to reduce amount of space use...
Craig Topper
2012-08-01
1
-1
/
+4
*
Tidy up trailing whitespace
Craig Topper
2012-07-31
1
-33
/
+33
*
X86: add GATHER intrinsics (AVX2) in LLVM
Manman Ren
2012-06-26
1
-0
/
+3
*
Updated the llvm-mc disassembler C API to support for the X86 target.
Kevin Enderby
2012-02-23
1
-0
/
+5
*
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-18
1
-1
/
+1
*
Don't mix declarations and code.
Benjamin Kramer
2012-02-11
1
-1
/
+1
*
Reuse the enum names from X86Desc in the X86Disassembler.
Benjamin Kramer
2012-02-11
1
-1
/
+3
*
Flatten some of the arrays in the X86 disassembler tables to reduce space nee...
Craig Topper
2012-02-09
1
-1
/
+1
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
X86 table-generator and disassembler support for the AVX
Sean Callanan
2011-03-15
1
-13
/
+73
*
Fixed a bug in the X86 disassembler where a member of the
Sean Callanan
2011-02-21
1
-1
/
+1
*
Make the disassembler tables const so they end up in read-only memory.
Benjamin Kramer
2010-10-23
1
-2
/
+2
*
Eliminated the classification of control registers into %ecr_
Sean Callanan
2010-05-06
1
-22
/
+11
*
Fixes to the X86 disassembler. The disassembler will now
Sean Callanan
2010-04-02
1
-0
/
+11
*
More fixes for Visual C++. Replaced several very small
Sean Callanan
2009-12-23
1
-10
/
+10
*
Changed REG_* to MODRM_REG_* to avoid conflicts
Sean Callanan
2009-12-22
1
-2
/
+2
*
Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit
Sean Callanan
2009-12-19
1
-0
/
+515