index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
disassembler
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement inlined shift long for 32bit
Yixin Shou
2014-08-14
1
-0
/
+12
*
Fix art build script
Junmo Park
2014-08-13
1
-2
/
+2
*
ART: Correct disassembling of 64bit immediates on x86_64
Vladimir Kostyukov
2014-07-30
1
-2
/
+2
*
Implement array get and array put in optimizing.
Nicolas Geoffray
2014-07-28
2
-8
/
+44
*
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
|
/
*
Multilib ART host.
Ian Rogers
2014-06-24
1
-2
/
+2
*
Add some more instruction support to optimizing compiler.
Dave Allison
2014-06-24
1
-15
/
+54
*
X86 Dis: Add missing mov byte; Add size suffixes
Mark Mendell
2014-06-21
1
-6
/
+32
*
Remove deprecated WITH_HOST_DALVIK.
Ian Rogers
2014-06-10
1
-8
/
+6
*
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
*
Merge "ART: x86_64 disassembler improvements"
Ian Rogers
2014-06-04
1
-21
/
+68
|
\
|
*
ART: x86_64 disassembler improvements
Vladimir Kostyukov
2014-06-04
1
-21
/
+68
*
|
ART: Make LOCAL_CLANG architecture dependent for the target
Andreas Gampe
2014-06-04
1
-12
/
+7
|
/
*
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
*
Move art host to libc++
Dan Albert
2014-05-21
1
-1
/
+1
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-1
/
+1
*
Fix a few 64-bit compilation of 32-bit code issues.
Ian Rogers
2014-05-01
1
-3
/
+3
*
ART: Enables x86_64 disassembly
Vladimir Kostyukov
2014-04-25
1
-7
/
+25
*
Merge "ART: Fixes an issue with REX prefix for instructions with no ModRM byte"
Ian Rogers
2014-04-24
1
-1
/
+1
|
\
|
*
ART: Fixes an issue with REX prefix for instructions with no ModRM byte
Vladimir Kostyukov
2014-04-17
1
-1
/
+1
*
|
Preparation for transition to libc++.
Ian Rogers
2014-04-16
1
-4
/
+3
|
/
*
Revert "Revert "Revert "Use trampolines for calls to helpers"""
Dave Allison
2014-04-09
1
-25
/
+5
*
Revert "Revert "Use trampolines for calls to helpers""
Dave Allison
2014-04-09
1
-5
/
+25
*
Revert "Use trampolines for calls to helpers"
Dave Allison
2014-04-07
1
-25
/
+5
*
Use trampolines for calls to helpers
Dave Allison
2014-04-04
1
-5
/
+25
*
Disassemble Thumb2 shifts and more VFP instructions.
Vladimir Marko
2014-04-03
1
-117
/
+192
*
Allow mixing of thread offsets between 32 and 64bit architectures.
Ian Rogers
2014-04-01
3
-7
/
+11
*
Relaxed memory barriers for x86
Razvan A Lupusoru
2014-03-26
1
-0
/
+6
*
Fix imm5 and shift_type detection
Dmitriy Ivanov
2014-03-25
1
-3
/
+3
*
x86-64 disassembler support.
Ian Rogers
2014-03-14
8
-32
/
+43
*
Avoid bus error from reading unaligned 64-bit literal
Brian Carlstrom
2014-03-13
1
-1
/
+2
*
Merge "AArch64: Add ARM64 Disassembler"
Ian Rogers
2014-03-10
4
-2
/
+101
|
\
|
*
AArch64: Add ARM64 Disassembler
Serban Constantinescu
2014-03-10
4
-2
/
+101
*
|
ARM: Remove duplicated instructions; add vcvt, vmla, vmls disassembler.
Zheng Xu
2014-03-10
1
-0
/
+86
|
/
*
Fix clang to compile and run host tests.
Ian Rogers
2014-02-28
1
-4
/
+0
*
Inline x86 String.indexOf
Mark Mendell
2014-02-20
1
-0
/
+4
*
art: convert makefiles to support multilib build
Colin Cross
2014-02-18
1
-2
/
+0
*
Support to generate inline long to FP bytecodes for x86
Razvan A Lupusoru
2014-02-11
1
-0
/
+14
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-1
/
+3
*
Specializing x86 range argument copying
Razvan A Lupusoru
2014-02-05
1
-0
/
+36
[prev]
[next]