Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
86bf2fe254f2e2b3511a9c6293c4cd3a238e465e
86bf2fe
Remove too agressive DCHECK.
by Nicolas Geoffray
· 5 years ago
d5fe17e
Fix incorrect narrowing type cast
by Yi Kong
· 5 years ago
bd5690d
Make run-jdwp-tests.sh warn about deprecation
by Alex Light
· 5 years ago
627d8d3
Move bionic ("runtime") apex definition out of art/.
by Elliott Hughes
· 5 years ago
4090657
Deoptimize boot image when profiling boot class path
by Mathieu Chartier
· 5 years ago
19cb8e2
Lower the check to class is initialized.
by Nicolas Geoffray
· 5 years ago
3067710
Raise timeout for method tracing to 30 mins.
by Martin Stjernholm
· 5 years ago
de05550
Use ClassStatus::kVisiblyInitialized in reflection.
by Vladimir Marko
· 6 years ago
988c391
Fix null checks on volatile reference field loads on ARM64.
by Roland Levillain
· 5 years ago
4bbc62b
Only write to data-sources targeting the process.
by Florian Mayer
· 5 years ago
fd64e56
Move to bionic platform include.
by Christopher Ferris
· 5 years ago
46123bc
Prune class2greylisttest out of general-tests.
by easoncylee
· 5 years ago
7e97cf1
Add 10 minutes for gcstress timeout.
by Nicolas Geoffray
· 5 years ago
bf0e3d2
ART chroot: Handle new linker logic for ld config file.
by Nicolas Geoffray
· 5 years ago
cb497cf
Raise timeout when method tracing is enabled.
by Martin Stjernholm
· 5 years ago
82e61e9
Revert switch to bc to do fractional calculation.
by Martin Stjernholm
· 5 years ago
44f406c
Raise the timeout for 670-bitstring-type-check.
by Martin Stjernholm
· 5 years ago
c18eba3
Consolidate updating of reflective Field/Method references
by Alex Light
· 5 years ago
371390f
Call NativeDebugInfoPostFork in the child post-fork.
by Nicolas Geoffray
· 5 years ago
954b3ad
Removed an used method from profile compilation info
by Calin Juravle
· 5 years ago
b55ef65
Improve VLOG_STREAM
by Alex Light
· 5 years ago
b096c91
Correctly perform read-barriers on cross-thread reg access
by Alex Light
· 5 years ago
193efa4
Disable leak detection locally.
by Steven Moreland
· 5 years ago
0701929
Add method flag bits for 32/64 bit execution in the profile
by Calin Juravle
· 5 years ago
621afb4
Avoid linking libdexfile_support into static executables.
by Martin Stjernholm
· 5 years ago
4815e72
Propagate timeout to run-test-jar.
by Martin Stjernholm
· 5 years ago
f84ef31
Implement << operator for ProfileCompilationInfo::DexRefence
by Calin Juravle
· 5 years ago
d0d215a
Fix documentation and some style issues in the profile
by Calin Juravle
· 5 years ago
4f9c6cf
Remove an unused profile method
by Calin Juravle
· 5 years ago
4ad9521
Make explicit which methods retrieve info about *hot* methods
by Calin Juravle
· 5 years ago
45cdd05
Clean up profile AddClass APIs
by Calin Juravle
· 5 years ago
1061c7d
Clean up profile AddMethod APIs
by Calin Juravle
· 5 years ago
8b95995
Restructure the profile compilation info tests
by Calin Juravle
· 5 years ago
7acb846
Allow excluding API list values via command line arguments.
by Artur Satayev
· 6 years ago
5a0b672
Boot image: only use the resolution stub when there is AOT code.
by Nicolas Geoffray
· 5 years ago
a6c9b78
Consolidate profile methods
by Calin Juravle
· 5 years ago
38cf110
Process method flags uniformly in the profile
by Calin Juravle
· 5 years ago
e58624f
Various renames following the name change from "Runtime APEX" to "ART APEX".
by Martin Stjernholm
· 5 years ago
48349ad
AVX support for bitwise instructions (Xor, Or, And, Andn)
by Neeraj Solanki
· 6 years ago
1ba7fec
unset ART_TEST_ANDROID_I18N_ROOT before starting chroot test
by Victor Chang
· 5 years ago
d3ee98a
Restrict visibility of a static library module.
by Martin Stjernholm
· 5 years ago
53d220e
ART: Improve VisitStringGetCharsNoCheck intrinsic for compressed strings, using SIMD
by David Horstmann
· 6 years ago
d7ea043
Generalize ART APEX flavor handling in `art_apex_test.py`.
by Roland Levillain
· 6 years ago
4ba700a
Clean up the use of profile_key / dex_locations
by Calin Juravle
· 5 years ago
1550a66
JIT mini-debug-info: Add support for zygote shared memory
by David Srbecky
· 6 years ago
357d4db
Improve stack unwinding during gcstress tests.
by David Srbecky
· 5 years ago
b0ce4d2
Change some LOG(DEBUG) to VLOG(plugin)
by Alex Light
· 5 years ago
6df588b
Generate mini-debug-info when running JIT tests.
by David Srbecky
· 5 years ago
b4abe0a
Limit visibility of ART libraries, binaries, and headers.
by Martin Stjernholm
· 6 years ago
f3e6c5e
Revert "Include com.android.runtime in the "runtime" linker namespace."
by Martin Stjernholm
· 5 years ago
8df75ed
Do not propagate option `--get-random` to Vogar in `run-libcore-tests.sh`.
by Roland Levillain
· 5 years ago
bac1a80
Revert "ART: Check dex file constraint A1"
by Mathieu Chartier
· 5 years ago
b45fc22
Enable plugin VLOG with SetVerboseFlag(JVMTI_VERBOSE_OTHER)
by Alex Light
· 5 years ago
07710c5
Reland "Java Heap Profiler for Perfetto." again
by Florian Mayer
· 5 years ago
fb11957
Fixed issue in structural redefinition around class init
by Alex Light
· 5 years ago
c2c5948
Skip tests 1975 & 1976 on redefine-stress
by Alex Light
· 5 years ago
e5abfbd
Check revoked_mark_stacks empty in FinishPhase()
by Lokesh Gidra
· 5 years ago
d6e2c38
Add Vogar expectations file for tests failing because of missing getrandom().
by Roland Levillain
· 5 years ago
7997590
Fix access to symbols of the Testing ART APEX on the ART Buildbot.
by Roland Levillain
· 5 years ago
4ac0e15
Revert "Revert "Basic structural redefinition support""
by Nicolas Geoffray
· 5 years ago
5a2301d
Revert "Basic structural redefinition support"
by Nicolas Geoffray
· 5 years ago
4eb6eb4
[optimizing] Improve constant folding on logical and
by Balaram Makam
· 6 years ago
c971eaf
Basic structural redefinition support
by Alex Light
· 6 years ago
1ba7e8c
Fix uses of DW_CFA_restore_state in assembly code.
by David Srbecky
· 6 years ago
849439a
Refactor the management of profile keys
by Calin Juravle
· 5 years ago
973f8c4
Create boot image profiles with the appropriate version
by Calin Juravle
· 6 years ago
8d8a98c
Add a new boot image profile format
by Calin Juravle
· 6 years ago
01fc470
Fix test 1974
by Alex Light
· 5 years ago
7539b40
Fix test 1974 expected output
by Mathieu Chartier
· 5 years ago
f4666af
Revert^2 "Fix profile saver hotness for AOT code"
by Mathieu Chartier
· 6 years ago
8e2c78d
Generate mini-debug-info when running tests.
by David Srbecky
· 5 years ago
3f43b93
libartbase: Check kernel support for membarrier(2)
by Wang Han
· 6 years ago
5012df2
Do not initialize VeriClass java objects unless precise mode is enabled.
by Artur Satayev
· 6 years ago
a49b04f
Revert "ART: Detect target run-test timeout and print a message"
by David Srbecky
· 5 years ago
70f2314
Fix ODR issue with dex2oat and libcrypto
by Colin Cross
· 6 years ago
284b1b0
Revert "Reland "Java Heap Profiler for Perfetto.""
by Lokesh Gidra
· 6 years ago
4fa78a0
Revert^2 "Additional sanity checking for JIT thresholds"
by Orion Hodson
· 6 years ago
38a2818
ART: Add exit-code option to signal_dumper
by Andreas Gampe
· 6 years ago
2704d0a
ART: Detect target run-test timeout and print a message
by Andreas Gampe
· 6 years ago
5aae3db
ART: Switch to executable test in run-test
by Andreas Gampe
· 6 years ago
5d775eb
ART: Fix signal_dumper detection in run-test
by Andreas Gampe
· 6 years ago
29bfb0c
ART: Add env variable to increase run-test timeouts
by Andreas Gampe
· 6 years ago
6ad30a2
ART: Make run-test timeout dependent on sanitization
by Andreas Gampe
· 6 years ago
87beba3
Fix some typos in ART.
by Roland Levillain
· 6 years ago
9e3954d
Bump stack overflow gap for hwasan.
by Evgenii Stepanov
· 6 years ago
40fb15b
Fix MethodHandle::GetTargetClass bug
by Alex Light
· 6 years ago
60931d9
ART: Simplify and tighten run-test timeouts
by Andreas Gampe
· 6 years ago
f0c9480
Remove support for aggregation counters from device ART profiles
by Calin Juravle
· 6 years ago
d6fa4f2
Add some helper functions/constructors to ArraySlice
by Alex Light
· 6 years ago
4fb71cc
Fix mention of `art_apex_test_host` in ART never-allow rules.
by Roland Levillain
· 6 years ago
52b4dc9
Fix comments in `test/etc/run-test-jar`.
by Roland Levillain
· 6 years ago
5a446bd
Reland "Java Heap Profiler for Perfetto."
by Florian Mayer
· 6 years ago
f923b09
Revert "Additional sanity checking for JIT thresholds"
by Nicolas Geoffray
· 6 years ago
5a3e9fb
Additional sanity checking for JIT thresholds
by Orion Hodson
· 6 years ago
2ea4ec0
ART: Add signal_dumper as target run-test dependency
by Andreas Gampe
· 6 years ago
816a552
ART: Add signal_dumper to testing APEX
by Andreas Gampe
· 6 years ago
a613808
ART: Check for signal_dumper on-device for run-test
by Andreas Gampe
· 6 years ago
975d70b
ART: Add timeout to run-test invocation on-device
by Andreas Gampe
· 6 years ago
ba23956
ART: Add logcat output to signal_dumper
by Andreas Gampe
· 6 years ago
c200355
ART: Enable signal_dumper for device
by Andreas Gampe
· 6 years ago
Next »