index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
disassembler
/
disassembler_x86.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for incorrect encode and parse of PEXTRW instruction
nikolay serdjuk
2015-04-29
1
-0
/
+8
*
Fix for incorrect parse of PEXTRW instruction
nikolay serdjuk
2015-04-07
1
-1
/
+1
*
[optimizing] Implement x86/x86_64 math intrinsics
Mark Mendell
2015-04-01
1
-0
/
+18
*
ART: Fix x86 disassembler
Andreas Gampe
2015-01-27
1
-10
/
+16
*
Fix crash in x86 disassembler.
Nicolas Geoffray
2014-12-16
1
-1
/
+1
*
ART: Do not inline elf writer debug symbols
Andreas Gampe
2014-12-15
1
-2
/
+2
*
ART: Break up x86 disassembler main function
Andreas Gampe
2014-12-15
1
-237
/
+274
*
Tidy x86 disassembler
Ian Rogers
2014-11-07
1
-24
/
+84
*
Tidy logging code not using UNIMPLEMENTED.
Ian Rogers
2014-10-24
1
-2
/
+2
*
C++11 related clean-up of DISALLOW_..
Ian Rogers
2014-10-22
1
-2
/
+3
*
Tidy up logging.
Ian Rogers
2014-10-22
1
-0
/
+1
*
Enable -Wimplicit-fallthrough.
Ian Rogers
2014-10-09
1
-1
/
+1
*
ART: Fix some -Wpedantic errors
Andreas Gampe
2014-09-29
1
-5
/
+5
*
Avoid printing absolute addresses in oatdump
Brian Carlstrom
2014-09-16
1
-3
/
+5
*
ART: Vectorization opcode implementation fixes
Lupusoru, Razvan A
2014-09-03
1
-59
/
+34
*
ART: Add non-temporal store support
Jean Christophe Beyler
2014-08-26
1
-0
/
+1
*
Implement inlined shift long for 32bit
Yixin Shou
2014-08-14
1
-0
/
+12
*
ART: Correct disassembling of 64bit immediates on x86_64
Vladimir Kostyukov
2014-07-30
1
-2
/
+2
*
ART: Correct disassembling of regs from opcodes
Vladimir Kostyukov
2014-07-09
1
-3
/
+5
*
Merge "X86 Backend support for vectorized float and byte 16x16 operations"
Ian Rogers
2014-07-08
1
-3
/
+17
|
\
|
*
X86 Backend support for vectorized float and byte 16x16 operations
Udayan Banerji
2014-07-08
1
-3
/
+17
*
|
x86_64: Clean-up after cmp-long fix
Serguei Katkov
2014-07-09
1
-4
/
+6
|
/
*
Merge "ART: Add HADDPS/HADDPD/SHUFPS/SHUFPD instruction generation"
Ian Rogers
2014-07-07
1
-0
/
+27
|
\
|
*
ART: Add HADDPS/HADDPD/SHUFPS/SHUFPD instruction generation
Olivier Come
2014-06-25
1
-0
/
+27
*
|
ART: FF-opcodes are target-specific
Vladimir Kostyukov
2014-07-03
1
-8
/
+15
*
|
Load 64 bit constant into GPR by single instruction for 64bit mode
Yixin Shou
2014-07-02
1
-2
/
+12
*
|
ART: FPU instructions support in disassembler
Vladimir Kostyukov
2014-07-01
1
-5
/
+27
|
/
*
X86 Dis: Add missing mov byte; Add size suffixes
Mark Mendell
2014-06-21
1
-6
/
+32
*
Add Move with Sign Extend Double to disassembler
Mark Mendell
2014-06-08
1
-0
/
+11
*
Fix X86 disassambler printing of XMM, MM registers
Mark Mendell
2014-06-05
1
-1
/
+1
*
ART: x86_64 disassembler improvements
Vladimir Kostyukov
2014-06-04
1
-21
/
+68
*
Support disassembly of 16-bit immediates
Mark Mendell
2014-05-30
1
-2
/
+7
*
Implement all vector instructions for X86
Mark Mendell
2014-05-24
1
-4
/
+193
*
ART: Enables x86_64 disassembly
Vladimir Kostyukov
2014-04-25
1
-7
/
+25
*
ART: Fixes an issue with REX prefix for instructions with no ModRM byte
Vladimir Kostyukov
2014-04-17
1
-1
/
+1
*
Allow mixing of thread offsets between 32 and 64bit architectures.
Ian Rogers
2014-04-01
1
-2
/
+6
*
Relaxed memory barriers for x86
Razvan A Lupusoru
2014-03-26
1
-0
/
+6
*
x86-64 disassembler support.
Ian Rogers
2014-03-14
1
-10
/
+16
*
Inline x86 String.indexOf
Mark Mendell
2014-02-20
1
-0
/
+4
*
Support to generate inline long to FP bytecodes for x86
Razvan A Lupusoru
2014-02-11
1
-0
/
+14
*
Specializing x86 range argument copying
Razvan A Lupusoru
2014-02-05
1
-0
/
+36
*
Merge "Improve x86 long multiply and shifts"
Ian Rogers
2014-01-28
1
-0
/
+12
|
\
|
*
Improve x86 long multiply and shifts
Mark Mendell
2014-01-24
1
-0
/
+12
*
|
Reduce x86 sequence for GP pair to XMM
Razvan A Lupusoru
2014-01-24
1
-0
/
+11
|
/
*
Improve x86 long divide
Mark Mendell
2014-01-24
1
-0
/
+3
*
Add conditional move support to x86 and allow GenMinMax to use it
Razvan A Lupusoru
2014-01-08
1
-0
/
+6
*
Disassemble more x86 instructions
Mark Mendell
2013-12-12
1
-0
/
+16
*
Add missing x86 imul opcode to disassembler
Mark Mendell
2013-12-11
1
-0
/
+1
*
Unsafe.compareAndSwapLong() intrinsic for x86.
Vladimir Marko
2013-12-03
1
-0
/
+7
*
Add byte swap instructions for ARM and x86.
Vladimir Marko
2013-10-28
1
-0
/
+4
[next]