index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge in mnc-mr1-release history after reset to mnc-dr-dev
The Android Automerger
2015-10-29
0
-0
/
+0
|
\
|
*
[WIP] ART: Write-protect TLS
Andreas Gampe
2015-10-28
10
-64
/
+171
|
/
*
Fix in reference type propagation
Calin Juravle
2015-10-16
4
-1
/
+52
*
Parse runtime compiler options for JIT
Mathieu Chartier
2015-10-15
1
-1
/
+32
*
ART: Add missing GetInterfaceMethodIfProxy
Andreas Gampe
2015-10-12
6
-4
/
+101
*
ART: Decrease dex2oat watchdog timeout
Andreas Gampe
2015-10-08
1
-2
/
+4
*
DO NOT MERGE Add locking to prevent races between setting class methods and m...
Mathieu Chartier
2015-10-08
1
-12
/
+25
*
Merge "ART: Do not abort on exception in CreatePeer" into mnc-dr-dev
Andreas Gampe
2015-10-08
1
-1
/
+16
|
\
|
*
ART: Do not abort on exception in CreatePeer
Andreas Gampe
2015-10-02
1
-1
/
+16
*
|
Merge "ART: Clean up less in dex2oat" into mnc-dr-dev
Andreas Gampe
2015-10-08
1
-23
/
+34
|
\
\
|
|
/
|
/
|
|
*
ART: Clean up less in dex2oat
Andreas Gampe
2015-09-28
1
-23
/
+34
*
|
Revert "Fix another source of undeterministic inlining." DO NOT MERGE
Brian Carlstrom
2015-09-29
1
-0
/
+9
|
/
*
ART: Weaken size check in hprof
Andreas Gampe
2015-08-28
1
-4
/
+5
*
ART: Relax verifier aput checking
Andreas Gampe
2015-08-14
4
-1
/
+47
*
ART: Change UninitializedThis tracking in the verifier
Andreas Gampe
2015-08-12
7
-96
/
+96
*
[MIPS] Avoid using odd numbered fp registers
Goran Jakovljevic
2015-08-11
1
-22
/
+27
*
ART: Fix Quick's DCE+GVN
Serguei Katkov
2015-08-11
2
-2
/
+121
*
ART: Change UnresolvedMergedType merge
Andreas Gampe
2015-08-10
2
-2
/
+6
*
ART: Change UnresolvedMergedType internal representation
Andreas Gampe
2015-08-10
12
-90
/
+452
*
Fix a bug in the register allocator around pair allocation.
Nicolas Geoffray
2015-08-08
4
-1
/
+51
*
Tighten default inlining settings when using the space filter.
Roland Levillain
2015-08-07
2
-3
/
+28
*
ART: Fix the simplifier for add/sub
Serguei Katkov
2015-08-06
4
-8
/
+30
*
ART: x86_64 RoundDouble/Float intrinsics should initialize out value.
Pavel Vyssotski
2015-08-05
1
-1
/
+7
*
Don't dump stack when deleting an invalid local ref
Mathieu Chartier
2015-07-30
1
-1
/
+5
*
Allow for fine tuning the inliner.
Calin Juravle
2015-07-30
7
-5
/
+67
*
HDeoptimize should hold values live in env.
Mingyao Yang
2015-07-28
4
-2
/
+32
*
Bugfix: Java char is 16 bits, can not be treated as boolean.
Fredrik Roubert
2015-07-27
5
-8
/
+8
*
Merge "ART: Change the stack dump format to be in line with debuggerd" into m...
Andreas Gampe
2015-07-24
6
-4
/
+25
|
\
|
*
ART: Change the stack dump format to be in line with debuggerd
Andreas Gampe
2015-07-23
6
-4
/
+25
*
|
ART: Fix Quick/Optimizing suspend check assumption mismatch.
Vladimir Marko
2015-07-23
4
-3
/
+40
|
/
*
Merge "Don't check code pointer for proxies in ArtMethod::GetQuickFrameInfo" ...
Mathieu Chartier
2015-07-21
1
-1
/
+4
|
\
|
*
Don't check code pointer for proxies in ArtMethod::GetQuickFrameInfo
Mathieu Chartier
2015-07-21
1
-1
/
+4
*
|
Get non proxy method for StackDumpVisitor
Mathieu Chartier
2015-07-21
1
-0
/
+1
|
/
*
Reduce space filter threshold to 128.
Nicolas Geoffray
2015-07-17
1
-2
/
+2
*
Merge "ART: Boolean simplifier fix" into mnc-dev
Nicolas Geoffray
2015-07-17
5
-8
/
+39
|
\
|
*
ART: Boolean simplifier fix
Serguei Katkov
2015-07-16
5
-8
/
+39
*
|
ART: DCE should know that array-length can throw NPE
Serguei Katkov
2015-07-16
5
-1
/
+69
|
/
*
Merge "Fix cfi information for x86." into mnc-dev
Christopher Ferris
2015-07-13
2
-4
/
+12
|
\
|
*
Fix cfi information for x86.
Christopher Ferris
2015-07-13
2
-4
/
+12
*
|
Re-enable run-test 449-checker-bce on MIPS64.
Roland Levillain
2015-07-13
1
-14
/
+0
*
|
Merge "Initialize pDeoptimize quick entry pointer for Mips." into mnc-dev
Roland Levillain
2015-07-13
2
-0
/
+7
|
\
\
|
*
|
Initialize pDeoptimize quick entry pointer for Mips.
Douglas Leung
2015-07-13
2
-0
/
+7
*
|
|
Merge "Return an invalid StackMap when none can be found." into mnc-dev
Nicolas Geoffray
2015-07-13
2
-26
/
+31
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Return an invalid StackMap when none can be found.
Nicolas Geoffray
2015-07-13
2
-26
/
+31
*
|
|
Fix proxy handling in FindDeclaredVirtualMethod
Mathieu Chartier
2015-07-11
3
-2
/
+36
*
|
|
ART: Change merges with Undefined to Undefined
Andreas Gampe
2015-07-09
5
-1
/
+57
|
|
/
|
/
|
*
|
ART: Fix test
Andreas Gampe
2015-07-09
1
-0
/
+3
*
|
Merge "ART: Improve the symbolize script" into mnc-dev
Andreas Gampe
2015-07-09
1
-1
/
+13
|
\
\
|
*
|
ART: Improve the symbolize script
Andreas Gampe
2015-07-09
1
-1
/
+13
*
|
|
Support compiling run-tests with jack
Sebastien Hertz
2015-07-09
26
-109
/
+479
[next]