- eb1fece Cover more cases in nterp. by Nicolas Geoffray · 4 years, 5 months ago
- 211f9d3 Fix deadlock from dl_iterate_phdr() callback. by Vladimir Marko · 4 years, 5 months ago
- 09261a8 Revert "Throw ClassFormatError for unsupported default methods." by Nicolas Geoffray · 4 years, 5 months ago
- 03a322d Fix boot.art boot class path for golem by David Srbecky · 4 years, 5 months ago
- a4868fd Revert "Use prebuilt Runtime (Bionic) APEX and SDK." by Martin Stjernholm · 4 years, 5 months ago
- 262925e Add test-suite-tag for ART gtests. by David Srbecky · 4 years, 5 months ago
- 08110ef Improve error message in RunRootClinits by David Srbecky · 4 years, 6 months ago
- bce6877 Really fix indentation. by Florian Mayer · 4 years, 5 months ago
- 62bcf3d Blacklist tests timing out on gcstress. by Nicolas Geoffray · 4 years, 5 months ago
- 2280b53 Move gtest tool dependencies from makefile to soong by David Srbecky · 4 years, 5 months ago
- fc13652 Revert "Don't abort for min/max/abs intrinsics, baseline use them." by Vladimir Marko · 4 years, 5 months ago
- 5158d4a Remove hiddenapi warning on non-android builds. by Nicolas Geoffray · 4 years, 5 months ago
- 5521c64 Use prebuilt Runtime (Bionic) APEX and SDK. by Martin Stjernholm · 4 years, 6 months ago
- 0caa3fd Fix indentation. by Florian Mayer · 4 years, 5 months ago
- adf0f2e Throw ClassFormatError for unsupported default methods. by Vladimir Marko · 4 years, 5 months ago
- 50df0c4 Adjust code lookup logic in artQuickResolutionTrampoline. by Nicolas Geoffray · 4 years, 5 months ago
- 4c04514 libartpalette: Fix non-existent required dependency by Yo Chiang · 4 years, 5 months ago
- 0278b4b Preload perfetto_hprof library in Zygote. by Florian Mayer · 4 years, 5 months ago
- e3ad70f Disable ART APEX for PDK builds by Jiyong Park · 4 years, 5 months ago
- eed0217 Drop toolbox from ART builds. by Nicolas Geoffray · 4 years, 5 months ago
- e2f9711 Create the linker configs on host. by Martin Stjernholm · 4 years, 5 months ago
- 8b934b1 Checker: Refactor line-matching algorithm by David Brazdil · 8 years ago
- b3146d0 Make heap exhaustion more robust in art-tests by Lokesh Gidra · 4 years, 5 months ago
- a2efd2a Add regression test for b/36989421 by Alex Light · 4 years, 6 months ago
- ad3bbcd Revert^2 "Use CPP defines for default x86 and x86_64 ISA features" by Eric Holk · 4 years, 6 months ago
- 6217fc2 Fix calling instance methods of erroneous classes. by Vladimir Marko · 4 years, 5 months ago
- b708fc1 Add support for greylist-max-r signatures. by Artur Satayev · 4 years, 6 months ago
- 6c71dca Hardcode more array types in the profile for the ART boot image. by Ulya Trafimovich · 4 years, 6 months ago
- c4b8310 Do not update method's entrypoint in resolution trampoline. by Vladimir Marko · 4 years, 5 months ago
- 4fc7569 [nterp] Add arm64 implementation. by Nicolas Geoffray · 4 years, 10 months ago
- d1a421f Re-enable asan tests which we disabled due to huge stack frames. by David Srbecky · 4 years, 6 months ago
- 2acd1ec HWASan fixes for ART tests by David Srbecky · 4 years, 6 months ago
- 4d55215 Handle symlinks consistently in extract-from-apex. by Martin Stjernholm · 4 years, 6 months ago
- 695348f Add compiler type to CompilerOptions. by Vladimir Marko · 4 years, 6 months ago
- 1f5300a Fix heap exhaustion logic by Lokesh Gidra · 4 years, 6 months ago
- 8284e9a Add extra failed inlining reasons by Mathieu Chartier · 4 years, 6 months ago
- ad71c90 Clean up standalone-apex-files build rule. by Martin Stjernholm · 4 years, 6 months ago
- 16f395b Revert^2 "libz is a stub" by Jiyong Park · 4 years, 6 months ago
- f65cbb5 Fix braino in dex2oat_wrapper. by Nicolas Geoffray · 4 years, 6 months ago
- b1c8e16 Dynamically link to libz by Jiyong Park · 4 years, 6 months ago
- daee51f Revert "Move ArtGtestsTarget to general-tests." by Sooraj Sasindran · 4 years, 6 months ago
- fa082fb perfetto_hprof: do not wait for listener by Florian Mayer · 4 years, 6 months ago
- 0972d08 perfetto_hprof: add flag to enable. by Florian Mayer · 4 years, 6 months ago
- 3d18943 Revert^4 "Handle OOM situation in java-heap more aggressively" by Lokesh Gidra · 4 years, 6 months ago
- 5217396 Make heap exhaustion more robust in art-tests by Lokesh Gidra · 4 years, 6 months ago
- 0ddb338 ARM64: Combine LSR+ADD into ADD_shift for Int32 HDiv/HRem by Evgeny Astigeevich · 4 years, 6 months ago
- 8bcba22 ART: Fix infinite recursion in testrunner parse_test_name by Evgeny Astigeevich · 4 years, 6 months ago
- e84f53e Add a new dex2oat_wrapper script for golem. by Nicolas Geoffray · 4 years, 6 months ago
- c6849c6 Move ArtGtestsTarget to general-tests. by David Srbecky · 4 years, 6 months ago
- cb782e8 Revert "libz is a stub" by Jiyong Park · 4 years, 6 months ago
- 88c139b Disable hwasan for BitMemoryRegion::LoadBits by David Srbecky · 4 years, 6 months ago
- 1439e57 ART: Optimize ADD/SUB+ADD_shift into ADDS/SUBS+CINC for HDiv/HRem by Evgeny Astigeevich · 4 years, 6 months ago
- 4be2560 libz is a stub by Jiyong Park · 4 years, 6 months ago
- c50055e Use "debug" for image location by Mathieu Chartier · 4 years, 6 months ago
- 883c134 Revert^2 "Remove test_per_src from ART tests." by David Srbecky · 4 years, 6 months ago
- 6128097 Set 067-preemptive-unpark success flag sooner by Hans Boehm · 4 years, 6 months ago
- 0a6063a Clean up Field::CreateFromArtField(). by Vladimir Marko · 4 years, 6 months ago
- ecb984d Optimizing: Run additional tests on target. by Vladimir Marko · 4 years, 6 months ago
- f91fc12 Optimizing: Run gtests without creating the Runtime. by Vladimir Marko · 4 years, 6 months ago
- 33c091e Code sinking can move around LoadString that can throw. by Nicolas Geoffray · 4 years, 6 months ago
- 5d2311a Optimizing: Refactor ImprovedOptimizingUnitTest. by Vladimir Marko · 4 years, 6 months ago
- 58520df Revert "Use MADV_FREE to reclaim pages of freed regions" by Lokesh Gidra · 4 years, 6 months ago
- bc89ed4 Do not execute OAT files that require app images that cannot be loaded by Eric Holk · 4 years, 6 months ago
- 12cde74 Revert "Use CPP defines for default x86 and x86_64 ISA features" by Vladimir Marko · 4 years, 6 months ago
- 02ca05a Move HandleCache to HGraph. by Vladimir Marko · 4 years, 6 months ago
- 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 4 years, 6 months ago
- 5a62af5 Optimizing: Create fewer handles in inliner. by Vladimir Marko · 4 years, 6 months ago
- aba509f Add a --csv-results flag to testrunner by Alex Light · 4 years, 6 months ago
- e050f58 Fix ArtGtestsTarget by David Srbecky · 4 years, 6 months ago
- 928d28e Use boot image for all tests instead of core.art. by David Srbecky · 4 years, 7 months ago
- 85af16e Fix two bugs around aput-object. by Nicolas Geoffray · 4 years, 6 months ago
- 5b0bbf3 Use CPP defines for default x86 and x86_64 ISA features by Eric Holk · 4 years, 6 months ago
- 968db3c ARM64: Combine LSR+ASR into ASR for Int32 HDiv/HRem by Evgeny Astigeevich · 4 years, 6 months ago
- 2750a98 Report time spent doing madvise in GC performance dump by Lokesh Gidra · 4 years, 6 months ago
- 62dd4e8 Continue try allocating until we've reached max capacity. by Nicolas Geoffray · 4 years, 6 months ago
- 12b7ea1 Handle the case a boot classpath class fails to verify. by Nicolas Geoffray · 4 years, 6 months ago
- 75b961a Add visibilities for prebuilts. by Martin Stjernholm · 4 years, 6 months ago
- 3a07909 Don't run pre-verification if the thread cannot load classes. by Nicolas Geoffray · 4 years, 6 months ago
- d4c45e6 Retry: Update art sdk/module_exports to support conscrypt by Paul Duffin · 4 years, 8 months ago
- a977689 Remove extra logging added to debug by Lokesh Gidra · 4 years, 6 months ago
- 94a810b Small cleanups by Eric Holk · 4 years, 6 months ago
- fc5e2ef Revert "Remove test_per_src from ART tests." by Christopher Ferris · 4 years, 6 months ago
- 685c847 Revert "Revert^2 "Handle OOM situation in java-heap more aggressively"" by Lokesh Gidra · 4 years, 6 months ago
- 8103e47 Remove test_per_src from ART tests. by David Srbecky · 4 years, 6 months ago
- 6a8f8c5 Set build dependecy on hostdex explicity from ahat hprof dump by Victor Chang · 4 years, 6 months ago
- d20e51d "Move ICU from ART APEX to i18n APEX" Attempt 2 by Victor Chang · 4 years, 6 months ago
- a6653d3 ART: Refactor InstructionCodeGeneratorARM64::GenerateDivRemWithAnyConstant by Evgeny Astigeevich · 4 years, 6 months ago
- 4d0f795 Fix unintended sign-extension. by Vladimir Marko · 4 years, 6 months ago
- 04a46f9 Revert^2 "Handle OOM situation in java-heap more aggressively" by Lokesh Gidra · 4 years, 6 months ago
- e6afa95 Bionic and kernel system include paths are no longer implicit. by Martin Stjernholm · 4 years, 7 months ago
- 6621013 Allow unresolved exception classes in boot image. by Vladimir Marko · 4 years, 6 months ago
- 9e4b42a Refactor vdex file writing. by Vladimir Marko · 4 years, 6 months ago
- 5477b8e Allow bootjars in system_ext. by Chris Gross · 4 years, 6 months ago
- ed28956 Revert "Update art sdk/module_exports to support conscrypt" by Shawn Lin · 4 years, 6 months ago
- d34b73b Clean up internal stack trace construction. by Vladimir Marko · 4 years, 6 months ago
- 4a48775 Revert "Move ICU from ART APEX to i18n APEX" by vichang · 4 years, 6 months ago
- b5146a3 Revert "Calling @IntraCoreApi from core-icu4j should not cause "..." by vichang · 4 years, 6 months ago
- 50f89ba Calling @IntraCoreApi from core-icu4j should not cause "Core platform API violation" by Victor Chang · 4 years, 6 months ago
- 8419b82 Move ICU from ART APEX to i18n APEX by Victor Chang · 4 years, 7 months ago
- b6f4c79 Clean up Constructor/Method/Field construction. by Vladimir Marko · 4 years, 6 months ago