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
*
Initial support for quick compiler on MIPS64r6.
Maja Gagic
2015-03-06
1
-62
/
+66
*
ART: Enable the use of relative addresses in the arm64 disassembler.
Alexandre Rames
2015-03-06
2
-24
/
+16
*
ART: Fix Mips disassembler for some floating point instructions.
Douglas Leung
2015-02-28
1
-21
/
+26
*
ARM/ARM64: Dump thread offset.
Zheng Xu
2015-02-03
2
-26
/
+32
*
Merge "ART: Fix x86 disassembler"
Andreas Gampe
2015-02-02
1
-10
/
+16
|
\
|
*
ART: Fix x86 disassembler
Andreas Gampe
2015-01-27
1
-10
/
+16
*
|
Add options for building/testing with coverage.
Dan Albert
2015-01-30
1
-0
/
+1
*
|
Remove libcxx.mk cruft.
Dan Albert
2015-01-29
1
-1
/
+0
|
/
*
ART: Allow to compile interpret-only mips64 files
Andreas Gampe
2015-01-15
4
-0
/
+334
*
ART: Use jalr instead of jr for Mips
Andreas Gampe
2015-01-13
1
-0
/
+2
*
Improve Thumb disassembler for LDR/STR/PUSH/POP/BKPT.
Vladimir Marko
2015-01-06
1
-232
/
+222
*
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
2
-237
/
+281
*
ARM: Combine multiply accumulate operations.
Ningsheng Jian
2014-12-11
1
-1
/
+1
*
Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug.
Serban Constantinescu
2014-11-28
2
-2
/
+6
*
Merge "Improvements to the ARM64 disassembler."
Ian Rogers
2014-11-19
3
-5
/
+115
|
\
|
*
Improvements to the ARM64 disassembler.
Alexandre Rames
2014-10-29
3
-5
/
+115
*
|
Revert "Arm64: Use the debug version of VIXL for debug builds."
Nicolas Geoffray
2014-11-17
1
-5
/
+1
*
|
Arm64: Use the debug version of VIXL for debug builds.
Serban Constantinescu
2014-11-14
1
-1
/
+5
*
|
Instruction set features for ARM64, MIPS and X86.
Ian Rogers
2014-11-13
1
-1
/
+1
*
|
Tidy x86 disassembler
Ian Rogers
2014-11-07
1
-24
/
+84
*
|
ART: More warnings
Andreas Gampe
2014-11-04
2
-44
/
+8
*
|
Tidy and reduce ART library dependencies on the host.
Ian Rogers
2014-10-30
1
-2
/
+2
|
/
*
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
5
-6
/
+7
*
Tidy up logging.
Ian Rogers
2014-10-22
3
-0
/
+3
*
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
1
-0
/
+1
*
ART: ARM64: Fix instruction addresses in the disassembly.
Alexandre Rames
2014-10-13
1
-7
/
+3
*
Enable -Wimplicit-fallthrough.
Ian Rogers
2014-10-09
2
-6
/
+7
*
ART: Fix some -Wpedantic errors
Andreas Gampe
2014-09-29
2
-14
/
+14
*
Avoid printing absolute addresses in oatdump
Brian Carlstrom
2014-09-16
10
-32
/
+75
*
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
*
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
[next]