- c7ac91b [metrics] Report some ART metadata by Eric Holk · 4 years ago
- 5c48df9 [verifier]: flag instruction that will throw at runtime by Nicolas Geoffray · 4 years ago
- 9ebc066 libartpalette: add #apex to methods by Orion Hodson · 4 years ago
- 4d53d3e Move prebuilt update script to a location not in the sources. by Martin Stjernholm · 4 years ago
- 1b3fb62 Do not dump details of OOME for thread peer. by Vladimir Marko · 4 years ago
- 5bcecf0 Convert `test/utils/regen-test-files` from Bash to Python. by Roland Levillain · 4 years ago
- 6dc86d1 Put method pointer arrays together in images. by Vladimir Marko · 4 years ago
- eae6a71 Avoid an unnecessary ComputeModifiedUtf8Hash(). by Vladimir Marko · 4 years ago
- 1ee1267 Rewrite pointer array relocation in ImageWriter. by Vladimir Marko · 4 years ago
- 7302a74 Re-init Locks and MemMap for each gtest by Alex Light · 4 years ago
- c5323fe libartpalette: Use fixed width typedef rather than enum for status by Orion Hodson · 4 years ago
- b6dda5a [metrics] Report metrics at app startup completion by Eric Holk · 4 years ago
- a0a20cd Fix Reference.refersTo() intrinsic for heap poisoning. by Vladimir Marko · 4 years ago
- 4335474 Cache hashes of virtual methods in j.l.Object. by Vladimir Marko · 4 years ago
- f80445b Sort tests in `test/utils/regen-test-files` in a deterministic order. by Roland Levillain · 4 years ago
- a554752 Regenerate ART test files. by Roland Levillain · 4 years ago
- 55ab7e8 ARM64: Support SVE VL other than 128-bit. by Artem Serov · 4 years, 9 months ago
- ac27ac0 Implement Reference.refersTo() intrinsic. by Vladimir Marko · 4 years ago
- 26bf47a Use memfd_create_compat() in gtests. by Vladimir Marko · 4 years ago
- b5a10be ART/Perfetto Java Heap Profiler by Wessam Hassanein · 4 years, 2 months ago
- bfd622a Initial commit of the test code for ART Service by Chris Wailes · 4 years ago
- befdad4 Initial layout of ART Service files by Chris Wailes · 4 years ago
- 43e27b1 Revert "Add test to expected failures." by Pete Bentley · 4 years ago
- 8ba4de1 ART: Implement predicated SIMD vectorization. by Artem Serov · 5 years ago
- 32bf6d3 Ignore corrupt vdex files from .dm by Calin Juravle · 4 years ago
- 649beaa Fix ThreadStress check script to filter stderr. by Vladimir Marko · 4 years ago
- f51d182 Fix DDMS-JDWP race by Alex Light · 4 years ago
- 3098e36 Limit hidden api logcat logging. by Andrei Onea · 4 years ago
- 37fd800 Use mmap for compiled code for gtest. by Vladimir Marko · 4 years ago
- 9807115 Improve trace logging when loading odex files by Calin Juravle · 4 years ago
- d8b153b Remove obsolete TestApiEnforcementPolicy. by Artur Satayev · 4 years ago
- b1cf837 Fix image bug around clinit and nterp. by Nicolas Geoffray · 4 years ago
- 0f0caf8 Add test to expected failures. by Nicolas Geoffray · 4 years ago
- 32a630e ARM64: Add a README on how to run tests via FVP. by Artem Serov · 4 years ago
- 9ce38b5 Experiment with ART Mainline Module Testing in Test Mapping. by Roland Levillain · 4 years ago
- de275aa Revert "[metrics] Add histogram statistics for reporting" by Eric Holk · 4 years ago
- 480d981 [metrics] Move core metrics code to libartbase by Eric Holk · 4 years ago
- 10592e3 Default jdwpOptions to suspend=n,server=y by Alex Light · 4 years, 1 month ago
- d1728bf Add a kTypeChecksFailure. by Nicolas Geoffray · 4 years ago
- 36e4d1d Remove HWASan tag from method entrypoint in tests. by Vladimir Marko · 4 years ago
- daf1133 Switch module building script to use TARGET_BUILD_APPS. by Martin Stjernholm · 4 years ago
- 21ed6bc Add art-boot-image to the ART apexes by Paul Duffin · 4 years ago
- 35a3720 Reland "Remove obsolete code in the verifier." by Nicolas Geoffray · 4 years ago
- 3a1ca40 [metrics] Add histogram statistics for reporting by Eric Holk · 4 years ago
- e77141a Add debug output for bug 177816575. by Vladimir Marko · 4 years ago
- 0fba186 Add ERROR log with JVMTI version explanation by Alex Light · 4 years ago
- 60e0081 Regenerate ART test files. by Roland Levillain · 4 years ago
- e22c7a8 Revert "Replace use of build-aml-prebuilts" by Pete Bentley · 4 years ago
- 7572e76 Revert "Remove obsolete code in the verifier." by Nicolas Geoffray · 4 years ago
- 42bee50 Clean up ClassLinker::LinkFields(). by Vladimir Marko · 4 years ago
- 2b84cf8 Don't use whole_static_libs in libnativeloader. by Martin Stjernholm · 4 years ago
- 7d1a7f1 Replace use of build-aml-prebuilts by Anton Hansson · 4 years, 1 month ago
- f3f1c8b Add comment to art_jni_trampoline. by Yabin Cui · 4 years ago
- a7c66e7 Avoid potential null dereference by Alex Light · 4 years ago
- af2aabc Add ART boot image by Paul Duffin · 4 years ago
- c7993d5 Rewrite ClassLinker::LinkFields(). by Vladimir Marko · 4 years ago
- 22538e4 Remove obsolete code in the verifier. by Nicolas Geoffray · 4 years ago
- 7203b20 Do not fill ImageWriter::oat_index_map_ for single image. by Vladimir Marko · 4 years ago
- 151e23a Rewrite intern table construction in ImageWriter. by Vladimir Marko · 4 years ago
- f6510e4 Fix CardTable::Scan for short regions. by Vladimir Marko · 4 years ago
- bd728b0 Add a ScopedTrace when updating code_item and entrypoint in image. by Nicolas Geoffray · 4 years ago
- 04ea42c Add a new kind of verifier error with unresolved type checks. by Nicolas Geoffray · 4 years ago
- ee7bfb2 Don't stage removals in git when --skip-cls is used. by Martin Stjernholm · 4 years, 1 month ago
- 853367b arm: Fix and improve JNI frame entry/exit. by Vladimir Marko · 4 years ago
- c39af94 Add a nterp trampoline in the oat file, replaced at runtime. by Nicolas Geoffray · 4 years ago
- 3a73ffb Revert^4 "Partial Load Store Elimination" by Alex Light · 4 years ago
- e585964 When entering nterp, take a fast path for instance calls with 1 argument. by Nicolas Geoffray · 4 years ago
- 1bcd7cd Revert "Add one OsTest to the expectes failures." by Lorenzo Colitti · 4 years ago
- 791df7a Revert "Revert^2 "Partial Load Store Elimination"" by Nicolas Geoffray · 4 years ago
- 805769b Remove unused flag is_zygote flag from ImageSpace. by Orion Hodson · 4 years ago
- 47d89dd Add one OsTest to the expectes failures. by Nicolas Geoffray · 4 years ago
- fc1ce4e Revert^2 "Partial Load Store Elimination" by Alex Light · 4 years ago
- c6da1be Enable LSE of shadow$_monitor_ field by Alex Light · 4 years ago
- b171bc4 Change offsets in LSE_test to be outside of Object by Alex Light · 4 years ago
- ef01e76 Guard clock_gettime by Jiyong Park · 4 years ago
- 7968cae arm: Implement VarHandle intrinsics for byte array views. by Vladimir Marko · 4 years ago
- 47ac531 Revert "Partial Load Store Elimination" by Nicolas Geoffray · 4 years ago
- 51d771d Update test expectations for new core-oj API by Nikita Iashchenko · 4 years ago
- 0b986f7 Revert^4 "[metrics] Add background reporting thread" by Eric Holk · 4 years ago
- b8686ce Partial Load Store Elimination by Alex Light · 4 years, 2 months ago
- 6250480 Extend build-art-module.sh to be able to control products and modules. by Martin Stjernholm · 4 years ago
- d5a8695 Reland "Improve invokeinterface for nterp." by Nicolas Geoffray · 4 years ago
- 2fb3741 Fix moving GC bugs introduced in latest nterp change. by Nicolas Geoffray · 4 years ago
- 2c2724c Disable the public SDK Checker during exception throwing by Calin Juravle · 4 years ago
- 350c2ff Add java_boot_libs to art.module.sdk by Paul Duffin · 4 years, 1 month ago
- 6d951ca Use correct modifiers on LDR instructions. by Peter Collingbourne · 4 years ago
- e3c1ede Allow reserved_ memmap to be invalid for heap test by Mathieu Chartier · 4 years ago
- c6e4578 Fix 053-wait-some time bounds by Hans Boehm · 4 years ago
- 04c73cc Regenerate ART test files. by Roland Levillain · 4 years ago
- a0729ba Remove special casing of tzdata files for target golem builds. by Nicolas Geoffray · 4 years ago
- 808c556 Reland "Refactor code in mterp and nterp to handle all cases of missing class."" by Nicolas Geoffray · 4 years ago
- caac87a Use the prebuilts tzdata apex when building ART. by Nicolas Geoffray · 4 years ago
- 4c796aa Rewrite class table construction in ImageWriter. by Vladimir Marko · 4 years ago
- dd732cc Add an overload of ExecAndReturnCode taking a timeout by Orion Hodson · 4 years ago
- 748e956 Revert "Refactor code in mterp and nterp to handle all cases of missing class." by Alex Light · 4 years ago
- 09e2337 Avoid passing around LSE Phase by Alex Light · 4 years ago
- f5a84cb Rename Value::Unknown to Value::PureUnknown by Alex Light · 4 years ago
- 1e414eb Make MaterializeLoopPhis more explicit by Alex Light · 4 years ago
- deef200 Fix minor formatting issue by Alex Light · 4 years ago
- fa81f71 Remove the ability to load the boot image from dalvik cache by Orion Hodson · 4 years ago