Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
6be4f2ae282077e2b6ecb4244c79f1b20e19b99e
/
runtime
6be4f2a
ART: Fix leak in Heap
by Andreas Gampe
· 9 years ago
21e3325
Delete flaky DCHECK
by Mathieu Chartier
· 9 years ago
11cea0c
Fix mac build
by Mathieu Chartier
· 9 years ago
42bddce
Add low_4gb support to MapFile and MapFileAtAddress
by Mathieu Chartier
· 9 years ago
78232f2
Merge "ART: Rerun the verifier for compile-time failures"
by Andreas Gampe
· 9 years ago
f1584a6
Merge "Class Linker: Implement default interface verification ordering."
by Alex Light
· 9 years ago
f1f1049
Class Linker: Implement default interface verification ordering.
by Alex Light
· 9 years ago
ec6e6c1
ART: Rerun the verifier for compile-time failures
by Andreas Gampe
· 9 years ago
a808bac
Add more image writer comments and clean up
by Mathieu Chartier
· 9 years ago
8ccbd27
Remove unused variable.
by Nicolas Geoffray
· 9 years ago
dc18417
Merge "Fix interaction between JIT and instrumentation."
by Nicolas Geoffray
· 9 years ago
ba34e70
Merge "ART: Fix return-object verification"
by Andreas Gampe
· 9 years ago
a4c98f2
ART: Fix return-object verification
by Andreas Gampe
· 9 years ago
8249eac
Merge "Use _exit instead of exit after exec fails"
by Brian Carlstrom
· 9 years ago
6c7aae9
Revert "Mark __jit_debug_register_code as a unique symbol"
by Andreas Gampe
· 9 years ago
5caf652
Mark __jit_debug_register_code as a unique symbol
by Tamas Berghammer
· 9 years ago
ef7ef4c
Merge "ART: Change behavior for rethrowing init failures (2)"
by Andreas Gampe
· 9 years ago
f66f05d
Merge "ART: Fix potential integer overflow in JNI."
by Vladimir Marko
· 9 years ago
795e341
ART: Fix potential integer overflow in JNI.
by Vladimir Marko
· 9 years ago
17656eb
Merge "MIPS32: java.lang.String.equals"
by Andreas Gampe
· 9 years ago
16ba2b4
MIPS32: java.lang.String.equals
by Chris Larsen
· 9 years ago
a5891e8
Fix interaction between JIT and instrumentation.
by Nicolas Geoffray
· 9 years ago
5348137
Merge "JDWP: fix returned tag for ClassType.NewInstance"
by Sebastien Hertz
· 9 years ago
2fa6842
Merge "ART: Fix ignoring duplicate fields when loading class."
by Vladimir Marko
· 9 years ago
da5b28a
Revert "Revert "Add basic image writer support for app images""
by Mathieu Chartier
· 9 years ago
51c1b63
Merge "Fix elf writer to properly handle empty text sections"
by Mathieu Chartier
· 9 years ago
07ddb6f
Fix elf writer to properly handle empty text sections
by Mathieu Chartier
· 9 years ago
ae35c37
Use _exit instead of exit after exec fails
by Tobias Lindskog
· 9 years ago
81819db
ART: Fix ignoring duplicate fields when loading class.
by Vladimir Marko
· 9 years ago
0f7c933
Minor cleanup of Monitor::VisitLocks
by Sebastien Hertz
· 9 years ago
a3e1377
JDWP: fix returned tag for ClassType.NewInstance
by Sebastien Hertz
· 9 years ago
63e47f4
Fix flake around instrumentation.
by Nicolas Geoffray
· 9 years ago
b24301b
Merge "Code cleanup to avoid CompilerDriver abstractions in JIT."
by Nicolas Geoffray
· 9 years ago
629e935
Properly delete the jit thread pool.
by Nicolas Geoffray
· 9 years ago
d28b969
Code cleanup to avoid CompilerDriver abstractions in JIT.
by Nicolas Geoffray
· 9 years ago
c09b334
Merge "Revert "Add basic image writer support for app images""
by Nicolas Geoffray
· 9 years ago
4b01856
Revert "Add basic image writer support for app images"
by Nicolas Geoffray
· 9 years ago
a930832
Merge "Add basic image writer support for app images"
by Mathieu Chartier
· 9 years ago
cb08695
ART: Change behavior for rethrowing init failures (2)
by Andreas Gampe
· 9 years ago
c033474
Add basic image writer support for app images
by Mathieu Chartier
· 9 years ago
accc249
Merge "ART: Change behavior for rethrowing init failures"
by Andreas Gampe
· 9 years ago
99babb6
ART: Change behavior for rethrowing init failures
by Andreas Gampe
· 9 years ago
6bf6e43
Merge "JDWP: fix java.lang.String creation"
by Sebastien Hertz
· 9 years ago
12cbc87
Merge "Fix TODO on instrumentation and add some more DCHECKs."
by Nicolas Geoffray
· 9 years ago
5a23d2e
Fix TODO on instrumentation and add some more DCHECKs.
by Nicolas Geoffray
· 9 years ago
f33ea79
Merge "lambda: Minor capture-variable/liberate-variable clean-up after post-merge reviews."
by Igor Murashkin
· 9 years ago
fb4b605
Merge "Fix broken handling of instrumentation lists."
by Nicolas Geoffray
· 9 years ago
514a616
Fix broken handling of instrumentation lists.
by Nicolas Geoffray
· 9 years ago
56d5e50
JDWP: fix java.lang.String creation
by Sebastien Hertz
· 9 years ago
ea834bb
Merge "Use --oat-fd instead of --oat-file when calling dex2oat."
by Richard Uhler
· 9 years ago
df6dc42
Merge "Fix deadlock with the JIT code cache."
by Nicolas Geoffray
· 9 years ago
6262340
Fix deadlock with the JIT code cache.
by Nicolas Geoffray
· 9 years ago
4bbe780
Merge "Minor improvements for the CC collector."
by Hiroshi Yamauchi
· 9 years ago
30c475a
lambda: Minor capture-variable/liberate-variable clean-up after post-merge reviews.
by Igor Murashkin
· 9 years ago
3482c27
Merge "Fix minor problems with interface verification and default methods."
by Alex Light
· 9 years ago
723e6ce
Minor improvements for the CC collector.
by Hiroshi Yamauchi
· 9 years ago
22cf3d3
Fix tests flakiness with jit when using Proxy classes.
by Nicolas Geoffray
· 9 years ago
43c6d31
Merge "Remove extra space at end of line in output."
by Christopher Ferris
· 9 years ago
a190645
Remove extra space at end of line in output.
by Christopher Ferris
· 9 years ago
289c4e3
Merge "A generic jni method can be instrumented."
by Nicolas Geoffray
· 9 years ago
703c282
A generic jni method can be instrumented.
by Nicolas Geoffray
· 9 years ago
fca90a1
Fix compile-time error.
by Nicolas Geoffray
· 9 years ago
f31f973
Merge "Refactor code so that JIT can parse compiler options."
by Nicolas Geoffray
· 9 years ago
abbb0f7
Refactor code so that JIT can parse compiler options.
by Nicolas Geoffray
· 9 years ago
9507fa2
Change a few places to use string version of GetTypeId
by Mathieu Chartier
· 9 years ago
b56200b
Add comment for RunCheckpoint and clean up ThreadList a bit
by Mathieu Chartier
· 9 years ago
0b654bc
Merge "Relax some CASes for the CC collector."
by Hiroshi Yamauchi
· 9 years ago
59cc4e8
Merge "Implementation of fast lookup table to search class_def by descriptor"
by Mathieu Chartier
· 9 years ago
d9786b0
Implementation of fast lookup table to search class_def by descriptor
by Artem Udovichenko
· 9 years ago
a9cf6ee
Merge "ART: Fix deopt from optimized code under inlining"
by David Brazdil
· 9 years ago
10d2508
Change Checkpoint API to return total number of checkpoints
by Mathieu Chartier
· 9 years ago
efc3f02
ART: Fix deopt from optimized code under inlining
by David Brazdil
· 9 years ago
0db36b3
Fix minor problems with interface verification and default methods.
by Alex Light
· 9 years ago
5f2e628
Merge "Store method as ArtMethod* instead of jmethodId in Breakpoint"
by Mathieu Chartier
· 9 years ago
41af5e5
Store method as ArtMethod* instead of jmethodId in Breakpoint
by Mathieu Chartier
· 9 years ago
b058de9
Merge "Rosalloc fast path in assembly for arm64."
by Hiroshi Yamauchi
· 9 years ago
4e915fb
Tune heuristics a bit.
by Nicolas Geoffray
· 9 years ago
49e4396
A native method may be running and have the resolution stub.
by Nicolas Geoffray
· 9 years ago
c1fc2b0
Merge "Add support for collection ProfilingInfo objects."
by Nicolas Geoffray
· 9 years ago
26705e2
Add support for collection ProfilingInfo objects.
by Nicolas Geoffray
· 9 years ago
6fcb8b9
Merge "Revert "Remove DCHECK that does not work for gtests.""
by Vladimir Marko
· 9 years ago
3dca4c0
Merge "Use HashMap for DexFileVerifier"
by Mathieu Chartier
· 9 years ago
9e1b56f
Merge "Make the mark stack expandable for the CC collector."
by Hiroshi Yamauchi
· 9 years ago
562ff44
Revert "Remove DCHECK that does not work for gtests."
by Vladimir Marko
· 9 years ago
7d32dbc
Remove DCHECK that does not work for gtests.
by Nicolas Geoffray
· 9 years ago
903ef50
Merge "Added format 25x to dexdump(2)."
by Aart Bik
· 9 years ago
a3bb720
Added format 25x to dexdump(2).
by Aart Bik
· 9 years ago
7a16bdb
Merge "Reduce memory used by CompiledMethods."
by Vladimir Marko
· 9 years ago
1a7b133
Merge "Support garbage collection of JITted code."
by Nicolas Geoffray
· 9 years ago
35831e8
Reduce memory used by CompiledMethods.
by Vladimir Marko
· 9 years ago
9c6ad8e
Merge "Remove stalled DCHECK."
by Nicolas Geoffray
· 9 years ago
bd425fa
Remove stalled DCHECK.
by Nicolas Geoffray
· 9 years ago
7596996
MIPS32: Move code from RA to T9 in longjump
by Goran Jakovljevic
· 9 years ago
0f8e072
Use HashMap for DexFileVerifier
by Mathieu Chartier
· 9 years ago
6f6244a
Rosalloc fast path in assembly for arm64.
by Hiroshi Yamauchi
· 9 years ago
8327cf7
Use --oat-fd instead of --oat-file when calling dex2oat.
by Richard Uhler
· 9 years ago
450f012
Merge "Make dchecked_vector C++11 compatible."
by Dan Albert
· 9 years ago
1dad3f6
Support garbage collection of JITted code.
by Nicolas Geoffray
· 9 years ago
f230fee
Merge "Add HashSet::Reserve"
by Mathieu Chartier
· 9 years ago
05ff5a4
Make dchecked_vector C++11 compatible.
by Dan Albert
· 9 years ago
Next »