Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
79a21e798abde263afdb5c8d1c191c84748fe06e
/
runtime
79a21e7
Add support for Executable.getParameters() metadata
by Neil Fuller
· 8 years ago
38e1882
Merge "ART: Fix dependencies"
by Andreas Gampe
· 8 years ago
adc4e82
Merge "Cleanup String.<init> handling."
by Nicolas Geoffray
· 8 years ago
da079bb
Cleanup String.<init> handling.
by Nicolas Geoffray
· 8 years ago
6e17410
ART: Fix dependencies
by Andreas Gampe
· 8 years ago
42c49d2
Merge "ART: Revert base/logging conditional hacks"
by Treehugger Robot
· 8 years ago
d6e54bb
ART: Fix nits
by Andreas Gampe
· 8 years ago
58246a1
ART: Revert base/logging conditional hacks
by Andreas Gampe
· 8 years ago
3fec9ac
ART: Use libbase logging
by Andreas Gampe
· 8 years ago
0cfe19a
Merge "Fix CTS crash from DexFile refactoring"
by David Sehr
· 8 years ago
ad1f0ad
Merge "Use liblog for liblog (instead of libcutils)"
by Treehugger Robot
· 8 years ago
48ec36f
Merge "Smarter image layout"
by Treehugger Robot
· 8 years ago
1d3038f
Use liblog for liblog (instead of libcutils)
by Dimitry Ivanov
· 8 years ago
496577f
Smarter image layout
by Mathieu Chartier
· 8 years ago
9fddd36
Fix CTS crash from DexFile refactoring
by David Sehr
· 8 years ago
c16672a
Merge "Add CanWriteToDalvikCache() check before writing a boot marker or image cache."
by Treehugger Robot
· 8 years ago
764f38f
Merge "Make image test multi image"
by Treehugger Robot
· 8 years ago
866d874
Make image test multi image
by Mathieu Chartier
· 8 years ago
4b55b4b
Merge "Get a basic modification of dex file working"
by Treehugger Robot
· 8 years ago
524dfe8
Merge "jni: Implement generic JNI support for @CriticalNative/@FastNative"
by Treehugger Robot
· 8 years ago
9c20a14
Get a basic modification of dex file working
by Alex Light
· 8 years ago
06a04e0
jni: Implement generic JNI support for @CriticalNative/@FastNative
by Igor Murashkin
· 8 years ago
ce092d0
Merge "Refactor Dex open methods"
by Treehugger Robot
· 8 years ago
85bf9de
Merge "Write VerifierDeps into VDEX."
by Treehugger Robot
· 8 years ago
5d5a36b
Write VerifierDeps into VDEX.
by David Brazdil
· 8 years ago
bfa1f8d
Add CanWriteToDalvikCache() check before writing a boot marker or image cache.
by Robert Sesek
· 8 years ago
733ddb2
Refactor Dex open methods
by David Sehr
· 8 years ago
0e84439
Collapse ART's AbstractMethod class into Executable
by Neil Fuller
· 8 years ago
692cc74
Merge "Change remaining slow path throw entrypoints to save everything."
by Vladimir Marko
· 8 years ago
48d10ee
Merge changes Id749f453,Ie3ce9dd8
by Colin Cross
· 8 years ago
804b03f
Change remaining slow path throw entrypoints to save everything.
by Vladimir Marko
· 8 years ago
02cd28b
ARM: Remove extra argument from RUNTIME_CURRENT uses.
by Vladimir Marko
· 8 years ago
b20be21
Always run oatdumps tests
by Colin Cross
· 8 years ago
9aec856
Merge "Revert "Revert "test: Remove icu cleanup hack"""
by Treehugger Robot
· 8 years ago
6a40fc9
Merge "Ensure class is initialized when reading its fields from debugger."
by Treehugger Robot
· 8 years ago
904614f
Merge "Convert art runtests to Android.bp"
by Colin Cross
· 8 years ago
afd3c9e
Convert art runtests to Android.bp
by Colin Cross
· 8 years ago
ec88abd
Merge "Remove the `CanTriggerGC` side-effects on a few instructions."
by Roland Levillain
· 8 years ago
583f319
Revert "Revert "test: Remove icu cleanup hack""
by Igor Murashkin
· 8 years ago
91a6516
Remove the `CanTriggerGC` side-effects on a few instructions.
by Alexandre Rames
· 8 years ago
3c73829
Revert "test: Remove icu cleanup hack"
by Colin Cross
· 8 years ago
9aa352e
Remove TypeLookupTable from DexFile.
by David Sehr
· 8 years ago
be3a3ee
Merge "Fix a deadlock in the CC collector."
by Treehugger Robot
· 8 years ago
c6eced0
Merge "Move art::Runtime::InitZygote logic from art into frameworks/base."
by Treehugger Robot
· 8 years ago
6f82fbd
Implement VerifierDeps encoding/decoding
by David Brazdil
· 8 years ago
ca3c8c3
Collect verifier dependencies
by David Brazdil
· 8 years ago
0764877
Merge "test: Remove icu cleanup hack"
by Treehugger Robot
· 8 years ago
de19a25
Ensure class is initialized when reading its fields from debugger.
by Jeff Hao
· 8 years ago
febd0cf
Fix a deadlock in the CC collector.
by Hiroshi Yamauchi
· 8 years ago
c865147
Merge "Avoid using memcpy for object header in ConcurrentCopying::Copy"
by Mathieu Chartier
· 8 years ago
d818adb
Avoid using memcpy for object header in ConcurrentCopying::Copy
by Mathieu Chartier
· 8 years ago
6e95dd5
Convert art gtests to Android.bp
by Colin Cross
· 8 years ago
6b22aa5
Convert libart-gtest to Android.bp
by Colin Cross
· 8 years ago
6b4d988
Merge "Fix google-explicit-constructor warnings in art."
by Chih-hung Hsieh
· 8 years ago
5a7c611
Merge "Fix moving GC bugs in entrypoints"
by Mathieu Chartier
· 8 years ago
a593118
Fix google-explicit-constructor warnings in art.
by Chih-Hung Hsieh
· 8 years ago
fce42f4
Merge "Revert "Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC.""""
by Nicolas Geoffray
· 8 years ago
b76bc78
Revert "Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC."""
by Nicolas Geoffray
· 8 years ago
755beba
Merge "Move ArrayRef to runtime/base"
by David Brazdil
· 8 years ago
be08cf5
Fix moving GC bugs in entrypoints
by Mathieu Chartier
· 8 years ago
d9c9037
Move ArrayRef to runtime/base
by David Brazdil
· 8 years ago
b226703
Move art::Runtime::InitZygote logic from art into frameworks/base.
by Robert Sesek
· 8 years ago
26ead49
Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug"
by Mathieu Chartier
· 8 years ago
52a8da6
Merge "ARM/ARM64: Fix throwing entrypoints to call runtime handlers."
by Treehugger Robot
· 8 years ago
9323e6e
Separate annotations from dexfile reading.
by David Sehr
· 8 years ago
908eb22
ARM/ARM64: Fix throwing entrypoints to call runtime handlers.
by Vladimir Marko
· 8 years ago
0584647
Remove ThrowNoSuchMethod entrypoint.
by Vladimir Marko
· 8 years ago
e305eaf
Merge "Revert "Revert "Use implicit null checks inside try blocks."""
by Treehugger Robot
· 8 years ago
3b7537b
Revert "Revert "Use implicit null checks inside try blocks.""
by Vladimir Marko
· 8 years ago
d4b294c
test: Remove icu cleanup hack
by Igor Murashkin
· 8 years ago
268764d
Make ScopedAssertNoThreadSuspension no overhead for non-debug
by Mathieu Chartier
· 8 years ago
c72b7d3
Merge "String Compression (interpreter only) bug fix"
by Treehugger Robot
· 8 years ago
2048da5
Merge "Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC."""
by Treehugger Robot
· 8 years ago
f8f81ea
Merge "Add more logging for checking in to-space for CC copy"
by Treehugger Robot
· 8 years ago
8522758
Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC.""
by Hiroshi Yamauchi
· 8 years ago
dfcd6f4
Add more logging for checking in to-space for CC copy
by Mathieu Chartier
· 8 years ago
db6dcb6
ART: Rearrange some JVMTI headers
by Andreas Gampe
· 8 years ago
1f43979
Merge "Re-apply "Cleanup run-test and Makefile around boot image and PIC.""
by Treehugger Robot
· 8 years ago
dc0c7e1
Merge "ART: Remove LogSeverity NONE"
by Treehugger Robot
· 8 years ago
9b5515e
Re-apply "Cleanup run-test and Makefile around boot image and PIC."
by Nicolas Geoffray
· 8 years ago
c956879
Merge "Track libcore Executable.getParameter() changes"
by Neil Fuller
· 8 years ago
5fd66d0
ART: Remove LogSeverity NONE
by Andreas Gampe
· 8 years ago
5e49b50
Merge "Add a debug check for unsaved callee-save register for diagnosis."
by Treehugger Robot
· 8 years ago
6a8c69f
Merge "ART: Remove unnecessary file from vdex"
by Andreas Gampe
· 8 years ago
f7e8223
ART: Remove unnecessary file from vdex
by Andreas Gampe
· 8 years ago
f9decf9
Merge "ART: Add generic system-weak holder infrastructure"
by Andreas Gampe
· 8 years ago
e204051
Merge "Revert "Use implicit null checks inside try blocks.""
by Nicolas Geoffray
· 8 years ago
0719b5b
Revert "Use implicit null checks inside try blocks."
by Nicolas Geoffray
· 8 years ago
fda5714
ART: Add generic system-weak holder infrastructure
by Andreas Gampe
· 8 years ago
eb1680f
Add a debug check for unsaved callee-save register for diagnosis.
by Hiroshi Yamauchi
· 8 years ago
47b4515
Merge "Fix run-test after introduction of VDEX"
by David Brazdil
· 8 years ago
c93b3be
Fix run-test after introduction of VDEX
by David Brazdil
· 8 years ago
6ee9a33
Merge "Use implicit null checks inside try blocks."
by Treehugger Robot
· 8 years ago
a5d718a
Merge "Try to avoid allocation when interning strings."
by Vladimir Marko
· 8 years ago
935cf1b
Merge "Introduce VDEX file, use it for DEX files"
by David Brazdil
· 8 years ago
7aa7560
Use implicit null checks inside try blocks.
by Vladimir Marko
· 8 years ago
7b49e6c
Introduce VDEX file, use it for DEX files
by David Brazdil
· 8 years ago
f029fb6
Merge "Squashed commit of the following:"
by Nicolas Geoffray
· 8 years ago
1ba223b
Squashed commit of the following:
by Nicolas Geoffray
· 8 years ago
50082ba
Merge "MIPS64: Sign-extend results in art_quick_get32_static/instance"
by Treehugger Robot
· 8 years ago
Next »