index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
driver
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fallback to quick in case of soft verification errors
Calin Juravle
2015-04-10
2
-0
/
+11
*
ART: Remove LLVM cruft
Andreas Gampe
2015-04-07
2
-44
/
+0
*
Merge "Prevent verified method from being deleted by compiler driver."
Jeff Hao
2015-04-06
2
-2
/
+7
|
\
|
*
Prevent verified method from being deleted by compiler driver.
Jeff Hao
2015-04-06
2
-2
/
+7
*
|
Fix JNI compiler for mips64
Goran Jakovljevic
2015-04-06
1
-4
/
+2
|
/
*
Explicitly specify the C libraries that have mallinfo(3).
Elliott Hughes
2015-04-02
1
-1
/
+1
*
Refactor RelativePatcher out of OatWriter.
Vladimir Marko
2015-04-02
2
-0
/
+6
*
Merge "Fixed layout for dex caches in boot image."
Vladimir Marko
2015-03-31
2
-4
/
+20
|
\
|
*
Fixed layout for dex caches in boot image.
Vladimir Marko
2015-03-31
2
-4
/
+20
*
|
ART: PathClassLoader for compiler
Andreas Gampe
2015-03-27
1
-3
/
+2
|
/
*
Revert "Revert "Inline across dex files.""
Nicolas Geoffray
2015-03-25
2
-8
/
+23
*
Enable more direct code for JIT
Mathieu Chartier
2015-03-20
1
-1
/
+4
*
Add verify-at-runtime compiler filter
Mathieu Chartier
2015-03-20
3
-13
/
+40
*
Fix 003-omnibus-opcodes flaky failures with GSS GC.
Hiroshi Yamauchi
2015-03-19
1
-1
/
+1
*
Add more info to who called SuspendAll
Mathieu Chartier
2015-03-13
1
-1
/
+1
*
Merge "ART: Check that boot image classes are verified"
Andreas Gampe
2015-03-12
1
-0
/
+6
|
\
|
*
ART: Check that boot image classes are verified
Andreas Gampe
2014-11-24
1
-0
/
+6
*
|
Trim arenas for JIT
Mathieu Chartier
2015-03-09
2
-11
/
+3
*
|
Merge "Compute the right catch location for the debugger."
Nicolas Geoffray
2015-03-09
1
-4
/
+4
|
\
\
|
*
|
Compute the right catch location for the debugger.
Nicolas Geoffray
2015-03-09
1
-4
/
+4
*
|
|
Initial support for quick compiler on MIPS64r6.
Maja Gagic
2015-03-06
1
-2
/
+4
*
|
|
ART: Add option to abort dex2oat on hard failure
Andreas Gampe
2015-03-05
4
-2
/
+28
*
|
|
ART: Fix compile-time-init fail
Andreas Gampe
2015-03-04
1
-0
/
+5
*
|
|
Merge "ART: Add debuggable compiler flag"
Andreas Gampe
2015-03-04
2
-0
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ART: Add debuggable compiler flag
Andreas Gampe
2015-03-04
2
-0
/
+9
*
|
|
Merge "Remove ART_SMALL_MODE ifdefs."
Jeff Hao
2015-03-03
1
-4
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove ART_SMALL_MODE ifdefs.
Jeff Hao
2015-03-02
1
-4
/
+0
*
|
|
Merge "Follow-up 128393"
Sebastien Hertz
2015-03-03
1
-2
/
+1
|
\
\
\
|
*
|
|
Follow-up 128393
Sebastien Hertz
2015-03-03
1
-2
/
+1
|
|
/
/
*
|
|
Fix JIT direct call to interpreter bridge
Mathieu Chartier
2015-02-26
1
-0
/
+8
|
/
/
*
|
Revert "Revert "Add JIT""
Mathieu Chartier
2015-02-24
3
-54
/
+154
*
|
Revert "Add JIT"
Nicolas Geoffray
2015-02-24
3
-154
/
+54
*
|
Add JIT
Mathieu Chartier
2015-02-23
3
-54
/
+154
*
|
Move arenas into runtime
Mathieu Chartier
2015-02-19
1
-1
/
+1
*
|
Revert "Revert "Allow preopted apps to have sharpened calls for non-x86 archi...
Jeff Hao
2015-02-05
1
-1
/
+9
*
|
Fix transaction aborting
Sebastien Hertz
2015-02-05
1
-1
/
+1
*
|
Revert "Allow preopted apps to have sharpened calls for non-x86 architectures."
Brian Carlstrom
2015-01-31
1
-17
/
+9
*
|
Merge "Allow preopted apps to have sharpened calls for non-x86 architectures."
Jeff Hao
2015-01-29
1
-9
/
+17
|
\
\
|
*
|
Allow preopted apps to have sharpened calls for non-x86 architectures.
Jeff Hao
2015-01-27
1
-9
/
+17
*
|
|
Clean up pass driver
Mathieu Chartier
2015-01-28
2
-37
/
+91
|
/
/
*
|
ART: More Quick cleanup
Andreas Gampe
2015-01-26
1
-1
/
+0
*
|
Merge "ART: Some Quick cleanup"
Andreas Gampe
2015-01-26
2
-2
/
+1
|
\
\
|
*
|
ART: Some Quick cleanup
Andreas Gampe
2015-01-26
2
-2
/
+1
*
|
|
Implicit stack overflow checks and null checks are the norm now.
Nicolas Geoffray
2015-01-23
1
-2
/
+2
|
/
/
*
|
ART: Curb dex2oat verbosity
Andreas Gampe
2015-01-20
2
-14
/
+16
*
|
Merge "ART: Allow to compile interpret-only mips64 files"
Andreas Gampe
2015-01-15
1
-1
/
+2
|
\
\
|
*
|
ART: Allow to compile interpret-only mips64 files
Andreas Gampe
2015-01-15
1
-1
/
+2
*
|
|
Merge "ART: dex2oat flag for HGraphVisualizer dump file"
David Brazdil
2015-01-15
2
-1
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ART: dex2oat flag for HGraphVisualizer dump file
David Brazdil
2015-01-13
2
-1
/
+9
|
*
|
Revert "ART: dex2oat flag for HGraphVisualizer dump file"
Andreas Gampe
2015-01-13
2
-9
/
+1
[next]