index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
Disassembler
/
X86DisassemblerDecoder.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Remove a define which is never referenced.
Chandler Carruth
2010-10-23
1
-6
/
+0
*
Fixed handling of immediate operand sizes, which
Sean Callanan
2010-10-22
1
-1
/
+1
*
Eliminated the classification of control registers into %ecr_
Sean Callanan
2010-05-06
1
-6
/
+2
*
add a missing break back, patch by Nico Schmidt!
Chris Lattner
2010-04-16
1
-0
/
+1
*
Fixed a bug where the disassembler would allow an immediate
Sean Callanan
2010-04-07
1
-0
/
+3
*
Fixes to the X86 disassembler. The disassembler will now
Sean Callanan
2010-04-02
1
-73
/
+96
*
Try to fix a valgrind error on 32 bit platforms: use %zu instead of %llu to f...
Benjamin Kramer
2010-03-18
1
-2
/
+2
*
Removed the "inline" keyword from the disassembler decoder,
Sean Callanan
2009-12-22
1
-30
/
+30
*
Changed REG_* to MODRM_REG_* to avoid conflicts
Sean Callanan
2009-12-22
1
-15
/
+19
*
Fix some may-be-uninitialized var warnings.
Daniel Dunbar
2009-12-22
1
-3
/
+3
*
Fixed library dependencies between the X86 disassembler and
Sean Callanan
2009-12-22
1
-6
/
+0
*
#if 0 out X86 disassembler for now, it is breaking the build in multiple places.
Daniel Dunbar
2009-12-19
1
-0
/
+6
*
rename dprintf to dbgpritnf, in order to fix build with glibc (which already ...
Nuno Lopes
2009-12-19
1
-29
/
+29
*
Use memset instead of bzero, its more portable.
Daniel Dunbar
2009-12-19
1
-2
/
+2
*
Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit
Sean Callanan
2009-12-19
1
-0
/
+1361