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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
X86 Disassembler: remove unused bool typedef-name
David Majnemer
2013-11-05
1
-2
/
+0
*
Replace C++ style comment with a C style comment to satisfy some of the build...
Craig Topper
2013-10-03
1
-1
/
+1
*
Add XOP disassembler support. Fixes PR13933.
Craig Topper
2013-10-03
1
-34
/
+138
*
Remove 0 as a valid encoding for the m-mmmm field.
Craig Topper
2013-10-01
1
-2
/
+0
*
Remove unneeded fields from disassembler internal instruction format.
Craig Topper
2013-10-01
1
-16
/
+0
*
Various x86 disassembler fixes.
Craig Topper
2013-09-30
1
-36
/
+0
*
Build fix
Richard Mitton
2013-08-30
1
-1
/
+1
*
Fixed a bug where diassembling an instruction that had a prefix would cause L...
Richard Mitton
2013-08-30
1
-7
/
+9
*
Added encoding prefixes for KNL instructions (EVEX).
Elena Demikhovsky
2013-07-28
1
-0
/
+2
*
Update the X86 disassembler to use xacquire and xrelease when appropriate.
Kevin Enderby
2013-06-20
1
-0
/
+21
*
X86DisassemblerDecoder.c: Make this C89-compliant.
NAKAMURA Takumi
2013-03-25
1
-1
/
+1
*
Whitespace.
NAKAMURA Takumi
2013-03-25
1
-160
/
+160
*
x86 -- disassemble the REP/REPNE prefix when needed
Dave Zarzycki
2013-03-25
1
-7
/
+20
*
Fix typo
Joerg Sonnenberger
2012-10-29
1
-2
/
+2
*
Add a new compression type to ModRM table that detects when the memory modRM ...
Craig Topper
2012-09-13
1
-0
/
+4
*
Use const properly so that we dont remove const qualifier from region and MII
Roman Divacky
2012-09-05
1
-3
/
+3
*
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
1
-1
/
+1
*
Add more indirection to the disassembler tables to reduce amount of space use...
Craig Topper
2012-08-01
1
-7
/
+9
*
Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.
Craig Topper
2012-04-03
1
-0
/
+3
*
C files in llvm still have to be C89 compliant, remove C++-style comments.
Benjamin Kramer
2012-03-10
1
-4
/
+6
*
Fix the x86 disassembler to at least print the lock prefix if it is the first
Kevin Enderby
2012-03-09
1
-0
/
+7
*
X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ...
Craig Topper
2012-02-27
1
-0
/
+2
*
Updated the llvm-mc disassembler C API to support for the X86 target.
Kevin Enderby
2012-02-23
1
-0
/
+2
*
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-19
1
-3
/
+1
*
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
-7
/
+5
*
Reuse the enum names from X86Desc in the X86Disassembler.
Benjamin Kramer
2012-02-11
1
-4
/
+9
*
More tweaks to get the size of the X86 disassembler tables down.
Craig Topper
2012-02-09
1
-0
/
+4
*
Flatten some of the arrays in the X86 disassembler tables to reduce space nee...
Craig Topper
2012-02-09
1
-5
/
+4
*
Persuade GCC that there is nothing worth warning about here (there isn't).
Duncan Sands
2012-02-05
1
-1
/
+1
*
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
1
-3
/
+0
*
Silence warnings of a mysterious compiler that still defaults to C89.
Benjamin Kramer
2012-01-04
1
-2
/
+2
*
X86Disassembler: Fix undefined behavior found by GCC 4.6
Benjamin Kramer
2012-01-01
1
-3
/
+5
*
Add disassembler support for VPERMIL2PD and VPERMIL2PS.
Craig Topper
2011-12-30
1
-0
/
+10
*
More AVX2 instructions and their intrinsics.
Craig Topper
2011-11-06
1
-4
/
+7
*
Fix disassembling of popcntw. Also remove some code that says it accounts for...
Craig Topper
2011-10-11
1
-68
/
+0
*
Change C++ style comments to C style comments in X86 disassembler. Patch from...
Craig Topper
2011-10-05
1
-2
/
+2
*
Add support in the disassembler for ignoring the L-bit on certain VEX instruc...
Craig Topper
2011-10-04
1
-6
/
+36
*
Treat VEX.vvvv as a 3-bit field outside of 64-bit mode. Prevents access to re...
Craig Topper
2011-10-03
1
-0
/
+3
*
Fix VEX disassembling to ignore REX.RXBW bits in 32-bit mode.
Craig Topper
2011-10-03
1
-9
/
+13
*
Special case disassembler handling of REX.B prefix on NOP instruction to deco...
Craig Topper
2011-10-02
1
-2
/
+39
*
Fix VEX decoding in i386 mode. Fixes PR11008.
Craig Topper
2011-09-26
1
-2
/
+2
*
Only disassembler instructions with vvvv != 1111 if the instruction actually ...
Craig Topper
2011-09-13
1
-4
/
+13
*
Add support for the VIA PadLock instructions.
Joerg Sonnenberger
2011-04-04
1
-0
/
+30
*
X86 table-generator and disassembler support for the AVX
Sean Callanan
2011-03-15
1
-27
/
+222
*
Silence enum conversion warnings.
Benjamin Kramer
2011-02-27
1
-2
/
+2
*
Fixed a bug in the disassembler where the mandatory 0x66
Sean Callanan
2011-02-02
1
-0
/
+1
*
Null initialize a few variables flagged by
Ted Kremenek
2011-01-23
1
-1
/
+1
*
Correctly disassemble truncated asm.
Rafael Espindola
2011-01-06
1
-2
/
+4
*
Make the disassembler tables const so they end up in read-only memory.
Benjamin Kramer
2010-10-23
1
-7
/
+7
[next]