index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
MIPS: Initial version of optimizing compiler for MIPS64R6.
Roland Levillain
2015-06-26
3
-238
/
+808
*
[MIPS64] JNI Compiler: Sign-extend int function arguments
Lazar Trsic
2015-06-24
1
-4
/
+4
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
15
-74
/
+73
*
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
22
-21
/
+20
*
ART: x86 indexOf intrinsics for the optimizing compiler
Andreas Gampe
2015-05-11
6
-0
/
+32
*
ART: Fix mips64 jni bugs.
Douglas Leung
2015-05-06
2
-9
/
+16
*
Revert "Revert "Revert "Revert "[optimizing] Improve x86 shifts""""
Mark P Mendell
2015-05-04
2
-13
/
+69
*
Revert "Revert "Revert "[optimizing] Improve x86 shifts"""
Roland Levillain
2015-04-29
2
-69
/
+13
*
Revert "Revert "[optimizing] Improve x86 shifts""
Roland Levillain
2015-04-29
2
-13
/
+69
*
ART: Refactor utils/assembler test
Andreas Gampe
2015-04-24
2
-469
/
+561
*
ART: Dead block removal
David Brazdil
2015-04-24
1
-0
/
+8
*
Revert "Revert "Quick: Rewrite type inference pass.""
Vladimir Marko
2015-04-23
2
-0
/
+456
*
Revert "Quick: Rewrite type inference pass."
Andreas Gampe
2015-04-22
2
-456
/
+0
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
10
-50
/
+50
*
Merge "Quick: Rewrite type inference pass."
Vladimir Marko
2015-04-22
2
-0
/
+456
|
\
|
*
Quick: Rewrite type inference pass.
Vladimir Marko
2015-04-22
2
-0
/
+456
*
|
Fix X86_64 assembler REX instructions
Mark Mendell
2015-04-22
2
-4
/
+32
*
|
Merge "[optimizing] Use more X86_64 addressing modes"
Nicolas Geoffray
2015-04-22
3
-3
/
+246
|
\
\
|
|
/
|
/
|
|
*
[optimizing] Use more X86_64 addressing modes
Mark Mendell
2015-04-21
3
-3
/
+246
*
|
Move GetAndroidToolsDir to common location.
David Srbecky
2015-04-21
1
-89
/
+5
|
/
*
ARM64: Remove suspend register.
Zheng Xu
2015-04-14
2
-68
/
+106
*
Merge "Exercise the x86 and x86-64 FILD and FISTP instructions."
Roland Levillain
2015-04-13
6
-0
/
+52
|
\
|
*
Exercise the x86 and x86-64 FILD and FISTP instructions.
Roland Levillain
2015-04-13
6
-0
/
+52
|
*
Merge "Revert "Optimizing: Fix long-to-fp conversion on x86.""
Nicolas Geoffray
2015-04-13
4
-16
/
+0
|
|
\
|
|
*
Revert "Optimizing: Fix long-to-fp conversion on x86."
Nicolas Geoffray
2015-04-13
4
-16
/
+0
|
*
|
Merge "Optimizing: Fix long-to-fp conversion on x86."
Roland Levillain
2015-04-13
4
-0
/
+16
|
|
\
\
|
|
|
/
|
|
*
Optimizing: Fix long-to-fp conversion on x86.
Serguei Katkov
2015-04-13
4
-0
/
+16
*
|
|
ART: Clean up includes.
Vladimir Marko
2015-04-13
1
-0
/
+1
|
/
/
*
|
Merge "Revert "[optimizing] Improve x86 shifts""
Nicolas Geoffray
2015-04-10
2
-69
/
+13
|
\
\
|
*
|
Revert "[optimizing] Improve x86 shifts"
Roland Levillain
2015-04-10
2
-69
/
+13
*
|
|
Move ArtField to native
Mathieu Chartier
2015-04-10
2
-23
/
+45
*
|
|
Merge "[optimizing] Improve x86 shifts"
Roland Levillain
2015-04-10
2
-13
/
+69
|
\
\
\
|
|
/
/
|
*
|
[optimizing] Improve x86 shifts
Mark Mendell
2015-04-10
2
-13
/
+69
*
|
|
[optimizing] Address x86_64 RIP patch comments
Mark Mendell
2015-04-10
2
-51
/
+26
|
/
/
*
|
Merge "[optimizing] Add RIP support for x86_64"
Roland Levillain
2015-04-09
2
-2
/
+164
|
\
\
|
*
|
[optimizing] Add RIP support for x86_64
Mark Mendell
2015-04-09
2
-2
/
+164
*
|
|
Merge "Implement CFI for JNI."
David Srbecky
2015-04-09
14
-122
/
+199
|
\
\
\
|
*
|
|
Implement CFI for JNI.
David Srbecky
2015-04-08
14
-122
/
+199
*
|
|
|
Merge "x86_64: Fix the rex prefix for movzxb, movsxb, movb"
Andreas Gampe
2015-04-09
3
-25
/
+102
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
x86_64: Fix the rex prefix for movzxb, movsxb, movb
Chao-ying Fu
2015-04-08
3
-25
/
+102
*
|
|
|
Merge "Speedup div/rem by constants on x86 and x86_64"
Calin Juravle
2015-04-09
3
-0
/
+13
|
\
\
\
\
|
*
|
|
|
Speedup div/rem by constants on x86 and x86_64
Guillaume Sanchez
2015-04-09
3
-0
/
+13
*
|
|
|
|
Merge "Exercise art::arm::Thumb2Assembler::StoreToOffset for word pairs."
Roland Levillain
2015-04-09
3
-10
/
+85
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Exercise art::arm::Thumb2Assembler::StoreToOffset for word pairs.
Roland Levillain
2015-04-07
3
-10
/
+85
*
|
|
|
|
Merge "[optimizing] Implement more x86/x86_64 intrinsics"
Andreas Gampe
2015-04-08
6
-0
/
+125
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
[optimizing] Implement more x86/x86_64 intrinsics
Mark Mendell
2015-04-06
6
-0
/
+125
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge "Remove the old CFI infrastructure."
David Srbecky
2015-04-08
9
-391
/
+13
|
\
\
\
\
|
*
|
|
|
Remove the old CFI infrastructure.
David Srbecky
2015-04-07
9
-391
/
+13
|
|
/
/
/
*
|
|
|
Merge "Exercise art::arm::Thumb2Assembler::StoreToOffset for words."
Roland Levillain
2015-04-08
1
-0
/
+44
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Exercise art::arm::Thumb2Assembler::StoreToOffset for words.
Roland Levillain
2015-04-02
1
-0
/
+44
[next]