Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
52fc7ab4d557cfbcd1a7494fd5bf52671c0e122f
52fc7ab
Fix mac build: Enable libdexfile_external (attempt 2)
by David Srbecky
· 6 years ago
917cfdb
Fix build rules.
by Nicolas Geoffray
· 6 years ago
0d54cfb
jitzygote: Special case system server to keep the JIT queue at fork.
by Nicolas Geoffray
· 6 years ago
fe613a7
ART: Small iwyu
by Andreas Gampe
· 6 years ago
b0625e0
ART: Address b/120022597
by Andreas Gampe
· 6 years ago
b74f307
ART: IWYU for HiddenApi domain
by Andreas Gampe
· 6 years ago
1db789e
ART: Small iwyu
by Andreas Gampe
· 6 years ago
0e5dc34
Only write stacks traces to tombstoned
by Joe Onorato
· 6 years ago
35051d4
Define SimplyNoted in smali to retain build annotations.
by Ian Zerny
· 6 years ago
8ba0888
Reland: Make default namespace an "alias" for runtime rather than the other
by Martin Stjernholm
· 6 years ago
9dc44d9
Explicitly compile debug versions of libdexfile_external.
by Nicolas Geoffray
· 6 years ago
f1890fd
Go to native for image decompression thread pool wait
by Mathieu Chartier
· 6 years ago
d801a7b
Have the ART Buildbot and Golem generate timezones files in /system/etc/tz.
by Roland Levillain
· 6 years ago
356864a
Add libdexfiled_external to the debug Runtime APEX.
by Martin Stjernholm
· 6 years ago
ae09081
Remove the dual debug/ndebug run on 018-stack-overflow.
by Nicolas Geoffray
· 6 years ago
6ae463f
hiddenapi, class2greylist: Add support for greylist-max-q
by David Brazdil
· 6 years ago
d112012
Fix mac build: Enable libdexfile_external
by David Srbecky
· 6 years ago
68fa4ca
Add debug version of libnativebridgetest.so
by David Srbecky
· 6 years ago
c5e3a52
Make compiling an apex image explicit.
by Nicolas Geoffray
· 6 years ago
498019a
Update ahat_api.txt
by Tobias Thierer
· 6 years ago
256c94b
Update induction ranges in superblock cloner.
by Nicolas Geoffray
· 6 years ago
7711c35
Fix debug/release dependencies on libartbase
by David Srbecky
· 6 years ago
3923987
Add more logging to 137-cfi
by David Srbecky
· 6 years ago
916b426
Revert "Make default namespace an "alias" for runtime rather than the other way"
by Martin Stjernholm
· 6 years ago
db6932d
Disable 570-checker-osr-locals for trace tests.
by David Srbecky
· 6 years ago
36ec6c7
Fix DWARF line-number generation for JITed methods.
by David Srbecky
· 6 years ago
c36a8cc
Handle empty uncompressed and aligned dex file in an archive.
by Nicolas Geoffray
· 6 years ago
5fe1b23
Make default namespace an "alias" for runtime rather than the other way around.
by Martin Stjernholm
· 6 years ago
2792de4
Enable notifications for android builders.
by Nicolas Geoffray
· 6 years ago
956f9fa
Save floating point registers in art_quick_osr_stub
by David Srbecky
· 6 years ago
b4e6507
Refactor test 1953, 1954, 1955, & 1956 somewhat
by Alex Light
· 6 years ago
240cb2a
FileUtils: Do not expect Android root without an ending slash
by David Brazdil
· 6 years ago
2cc9d34
Fix wrong assumption in RemoveInstructionsAsUsersFromDeadBlocks.
by Nicolas Geoffray
· 6 years ago
c45b589
jitzygote: JIT native methods on first use.
by David Srbecky
· 6 years ago
2cd21b2
ART: Make bad_mutexes abort message legible
by Andreas Gampe
· 6 years ago
7c5acbb
ART: Fix some types
by Andreas Gampe
· 6 years ago
51c6558
Add cfi instructions.
by Christopher Ferris
· 6 years ago
81dc7ab
Speed up and slightly simplify Mutex
by Hans Boehm
· 6 years ago
fe9181d
hiddenapi: Error message when superclass not found
by David Brazdil
· 6 years ago
605a5fe
jitzygote: Fix DCHECKs
by David Srbecky
· 6 years ago
20d1c94
Patch supports Intel(R) AVX/AVX2 MOV Instruction
by jaishank
· 6 years ago
d32f8aa
Don't use framework libs for ahat-test-dump
by Colin Cross
· 6 years ago
069cafc
Convert more of ahat to Android.bp
by Colin Cross
· 6 years ago
96b3baa
ART: Validate boot image system oat files conditionally
by Andreas Gampe
· 6 years ago
3db3d37
Invert IsUsingDefaultBootImageLocation to IsUsingApexBootImageLocation.
by David Srbecky
· 6 years ago
467b692
Use single contention counter for rw mutexes
by Hans Boehm
· 6 years ago
1973687
Clarify histogram logic.
by Hans Boehm
· 6 years ago
f339cca
Revert "jitzygote: Also Pre-JIT native methods."
by David Srbecky
· 6 years ago
dd16edb
Revert "jitzygote: Fix pre-JIT of native methods."
by David Srbecky
· 6 years ago
fe0e00a
Pre-resolve dex cache strings before collecting string offsets
by Mathieu Chartier
· 6 years ago
a3d186e
Remove unused art/tools/amm
by Richard Uhler
· 6 years ago
a4cdd36
Prevent concurrent GC stack-walks during deoptimization
by Alex Light
· 6 years ago
4160c12
Update TODO for the lib/arm(64) subdirectories.
by Martin Stjernholm
· 6 years ago
bfcca58
ART: Add verifier-debug log for exception handler
by Andreas Gampe
· 6 years ago
99db7bb
ART: Templatize internal method verifier class
by Andreas Gampe
· 6 years ago
fc25ae9
ART: Refactor verifier
by Andreas Gampe
· 6 years ago
d09c059
ART: Do not expose arena allocator from MethodVerifier
by Andreas Gampe
· 6 years ago
51de69e
ART: Clean up MethodVerifier
by Andreas Gampe
· 6 years ago
bb2467b
Make kHugeNativeAllocs configurable
by Hans Boehm
· 6 years ago
7c887c5
ART: Under verifier-debug, amend the hard-fail message
by Andreas Gampe
· 6 years ago
a65859d
Add mean GC throughput as per CPU time to perfdump
by Lokesh Gidra
· 6 years ago
87658f3
Revert^2 "Optimize FindClass ClassNotFoundException case"
by Andreas Gampe
· 6 years ago
d5d807b
ART: Restrict dex cache location check
by Andreas Gampe
· 6 years ago
520a436
Use static linking for dexdump on host builds
by Orion Hodson
· 6 years ago
063c985
Revert "Use static linking for dexdump on host builds"
by Greg Hartman
· 6 years ago
501c3b0
Revert^2 "Fix correctness for fast path class loading"
by Andreas Gampe
· 6 years ago
ed42f62
Use static linking for dexdump on host builds
by Orion Hodson
· 6 years ago
8812459
ahat: getImmediateDominator should not return the SuperRoot.
by Richard Uhler
· 6 years ago
2e2f9e8
Revert "Fix correctness for fast path class loading"
by Mathieu Chartier
· 6 years ago
d399f57
Revert "Optimize FindClass ClassNotFoundException case"
by Mathieu Chartier
· 6 years ago
9634705
Optimize FindClass ClassNotFoundException case
by Mathieu Chartier
· 6 years ago
b086f52
ahat: Fix broken style sheet.
by Richard Uhler
· 6 years ago
d94c87d
jitzygote: Fix pre-JIT of native methods.
by David Srbecky
· 6 years ago
4d8d83f
Add a parallel_run.py tool
by Alex Light
· 6 years ago
ef04ac6
Fix correctness for fast path class loading
by Mathieu Chartier
· 6 years ago
1eb5d87
Prefix entrypoints with 0xFF so we can do extra checks.
by David Srbecky
· 6 years ago
9b70ee0
Clean up error messages in the previous CL.
by Martin Stjernholm
· 6 years ago
a54e0cc
Add more entrypoint checks in oatdump.
by David Srbecky
· 6 years ago
dbf5525
Reduce luci timeout to 41.
by David Srbecky
· 6 years ago
2ad6cce
ART: Make LogVerifyInfo newlines consistent
by Andreas Gampe
· 6 years ago
b29ecc1
Build dexdump on mac.
by David Srbecky
· 6 years ago
2e2c45e
Plumb tombstoned connections through PALette.
by Martin Stjernholm
· 6 years ago
a3b31ba
Fix ProfilingInfo race.
by Nicolas Geoffray
· 6 years ago
b10f028
Special case one class in jit zygote.
by Nicolas Geoffray
· 6 years ago
3b19de2
Fix oatdump_test build dependencies.
by David Srbecky
· 6 years ago
5a0622a
jitzygote: Also Pre-JIT native methods.
by Nicolas Geoffray
· 6 years ago
8d83419
Reduce the timeout, 48 is outside of luci range.
by Nicolas Geoffray
· 6 years ago
7989ac9
Save the JIT compiled code when the class isn't initialized yet.
by Nicolas Geoffray
· 6 years ago
6dfdfef
Set core platform API policy from command line flag
by David Brazdil
· 6 years ago
a4469ef
Describe the reason for the allow_all_shared_libs to the platform namespace
by Martin Stjernholm
· 6 years ago
dd8e222
Use art::GetAndroidRoot instead of ANDROID_HOST_OUT in art::CommonArtTestImpl.
by Roland Levillain
· 6 years ago
fb6a5c0
Add and use art::GetAndroidRuntimeBinDir.
by Roland Levillain
· 6 years ago
f160394
Rewrite backtrace-helper to use Unwinder directly.
by David Srbecky
· 6 years ago
50eec3d
Adjust the dladdr-based introspection logic used in art::GetAndroidRootSafe.
by Roland Levillain
· 6 years ago
dc2fbb6
jitzygote: create a type lookup table at runtime for bootclasspath dex files.
by Nicolas Geoffray
· 6 years ago
307b284
Move on-load class modification log to VLOG(class_linker)
by Alex Light
· 6 years ago
dc1dffc
Fix metrics in GC performance dump
by Lokesh Gidra
· 6 years ago
d03e8dd
Fix longstanding JIT bug in interaction with class initialization.
by Nicolas Geoffray
· 6 years ago
408f7d0
Add libc_malloc_debug and _hooks to the runtime APEX
by Jiyong Park
· 6 years ago
c63d566
Update intrinsic Unsafe.getLong() after moving to core platform API
by David Brazdil
· 6 years ago
Next »