- 116a26a Migrate Buffer peek*Array methods to art/ by Miguel · 2 years, 9 months ago
- 7188478 Remove dependency on libbacktrace. by Christopher Ferris · 2 years, 9 months ago
- 8671f58 Add a separate path for MethodHandle invokeExact from transforms by Orion Hodson · 2 years, 10 months ago
- a0a5f00 Add timed out test files to tidy_timeout_srcs by Chih-Hung Hsieh · 2 years, 10 months ago
- 1bad13f Move from sampling PGO to AFDO pipeline by Yi Kong · 3 years ago
- 0a74d27 Add a "broken test ART APEX" Soong module. by Roland Levillain · 3 years, 3 months ago
- e10abe7 Inherit art_defaults in cc_library_headers as well. by Martin Stjernholm · 3 years, 2 months ago
- b747b7a Move the bionic_libc_platform_headers dependency to where it is used. by Martin Stjernholm · 3 years, 2 months ago
- dc7f139 Refactor libart_runtime_headers_ndk to a header lib also used by libart itself. by Martin Stjernholm · 3 years, 2 months ago
- 295ed5a Update bug no. associated with TODOs for failing standalone ART gtests. by Roland Levillain · 3 years, 2 months ago
- ebf496f Deprecate --updatable-bcp-packages-fd and --updatable-bcp-packages-file by Jiakai Zhang · 3 years, 3 months ago
- 2f01e8e Copying sun.misc.Unsafe to jdk.internal.misc by Sorin Basca · 3 years, 6 months ago
- 09bfdf1 Rewrite UTF-8 encoding. by Vladimir Marko · 3 years, 5 months ago
- e4f983c Remove mterp. by Nicolas Geoffray · 3 years, 6 months ago
- f040914 Uncouple ART gtests from the ART APEX. by Roland Levillain · 3 years, 9 months ago
- c2753e6 Fix compiler filter / reason reporting and add the ISA to the metrics by Calin Juravle · 3 years, 6 months ago
- 55ffe7f Rename some ART gtest related Soong modules. by Roland Levillain · 3 years, 7 months ago
- 5fef556 Clean up ART APEX manifests. by Martin Stjernholm · 3 years, 6 months ago
- f5958f8 Add x86 implementation for nterp. by Nicolas Geoffray · 3 years, 7 months ago
- ec11cf1 Add period reporting to the metrics infra by Calin Juravle · 3 years, 6 months ago
- 04c9f3a x86: Don't use the GOT to access art::Runtime::instance_. by Vladimir Marko · 3 years, 7 months ago
- 1e7faf7 Use tinyxml2-based generated Apex Info List sources by Sorin Basca · 3 years, 7 months ago
- 07ff283 Compile libart.so and libart-compiler.so with 2MB section alignment. by Collin Fijalkovich · 4 years, 4 months ago
- 93c28ed Use the system namespace to get the right permitted paths for loading OAT files. by Martin Stjernholm · 3 years, 8 months ago
- 8ffaef9 Remove BUILDING_LIBART macro. by Vladimir Marko · 3 years, 8 months ago
- 053e138 Link libvixl statically. by Vladimir Marko · 3 years, 8 months ago
- d3c45c2 Add apex versions in oat file headers. by Nicolas Geoffray · 3 years, 8 months ago
- 61c6242 Remove RETURN_VOID_NO_BARRIER byte-code. by David Srbecky · 3 years, 8 months ago
- baf563d odrefresh: Add support for uploading stats by Orion Hodson · 3 years, 9 months ago
- 13ab541 Static libunwindstack has a static dependency on libasync_safe. by Martin Stjernholm · 3 years, 8 months ago
- d3e9ff3 Merge libdexfile_external into libdexfile (reland 2). by Martin Stjernholm · 3 years, 10 months ago
- a2f48a4 Fix apex_available lists to avoid APEX stubs between internal libs. by Martin Stjernholm · 3 years, 9 months ago
- 669756d Revert "Merge libdexfile_external into libdexfile (reland)." by Ulyana Trafimovich · 3 years, 9 months ago
- 14d9155 Merge libdexfile_external into libdexfile (reland). by Martin Stjernholm · 3 years, 10 months ago
- 6f7e98e Add a __x86.get_pc_thunk.bx helper function by Ryan Prichard · 3 years, 9 months ago
- f442a84 Revert "Merge libdexfile_external into libdexfile." by Nikita Ioffe · 3 years, 9 months ago
- 5557553 Revert "Avoid internal APEX stubs for libsigchain and clean up e..." by Nikita Ioffe · 3 years, 9 months ago
- 73d4e11 Avoid internal APEX stubs for libsigchain and clean up exported symbols. by Martin Stjernholm · 3 years, 9 months ago
- 848fc80 Merge libdexfile_external into libdexfile. by Martin Stjernholm · 3 years, 10 months ago
- 22a6162 Inherit art_defaults in some recently added native libraries. by Martin Stjernholm · 3 years, 10 months ago
- ec388c0 Add min_sdk_version for ART module. by Nicolas Geoffray · 3 years, 10 months ago
- 45a9fc9 Add API to ART/Perfetto Java Heap Profiler (reland) by Wessam Hassanein · 3 years, 11 months ago
- 2291439 Revert "Add API to ART/Perfetto Java Heap Profiler" by Nicolas Geoffray · 3 years, 10 months ago
- 08e44f1 Add API to ART/Perfetto Java Heap Profiler by Wessam Hassanein · 3 years, 11 months ago
- 39d529f Revert^2 "[metrics] Add StatsdBackend" by Eric Holk · 3 years, 10 months ago
- 9150de6 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 3 years, 10 months ago
- cedec9d Do not create HandleScope for JNI transitions. by Vladimir Marko · 3 years, 11 months ago
- dbad1ef Revert "[metrics] Add StatsdBackend" by Ulyana Trafimovich · 3 years, 10 months ago
- 3d2b93e [metrics] Add StatsdBackend by Eric Holk · 3 years, 11 months ago
- c7ac91b [metrics] Report some ART metadata by Eric Holk · 3 years, 11 months ago
- b5a10be ART/Perfetto Java Heap Profiler by Wessam Hassanein · 4 years, 2 months ago
- 480d981 [metrics] Move core metrics code to libartbase by Eric Holk · 4 years ago
- 3378768 SDK-stub controlled dex2oat verification by Calin Juravle · 5 years ago
- 3a284f8 Do not strip art libraries on host (as before) by David Srbecky · 4 years, 1 month ago
- a1cc540 Revert^2 "Add MessageQueue for cross-thread communication" by Eric Holk · 4 years, 1 month ago
- df38537 Add dex_instruction_list.h to libart_mterp.armng genrule tools by Colin Cross · 4 years, 1 month ago
- c7edde0 Revert "Add MessageQueue for cross-thread communication" by Eric Holk · 4 years, 1 month ago
- e4f2215 [metrics] Move metrics code to runtime by Eric Holk · 4 years, 1 month ago
- de60ef3 Add MessageQueue for cross-thread communication by Eric Holk · 4 years, 1 month ago
- dd406c3 Add an arm32 port of nterp. by Nicolas Geoffray · 4 years, 1 month ago
- 037d282 Add compat framework logging to ART by Andrei Onea · 4 years, 1 month ago
- 7b55065 Add dex_instruction_list.h to mterp genrule tools by Colin Cross · 4 years, 1 month ago
- f579b06 Unified sampling PGO for art by Yi Kong · 4 years, 2 months ago
- 3e9abfc Rename ART release APEX to com.android.art. by Martin Stjernholm · 4 years, 3 months ago
- 71f7aff Use prebuilt_visibility property on sdk/module_exports by Paul Duffin · 4 years, 3 months ago
- 8b24762 Use the new libicu.so provided in the NDK by Victor Chang · 4 years, 3 months ago
- 9636062 Integrate cpu_features external library by Daniil Riazanovskiy · 4 years, 3 months ago
- 35f765b Link all internal libraries statically into dex2oat(d) on host. by Martin Stjernholm · 4 years, 3 months ago
- 68e5db5 Convert libdexfile_support_static to *_static_defaults modules. by Martin Stjernholm · 4 years, 3 months ago
- 2eb1f83 Link liblz4 and liblzma dynamically again. by Martin Stjernholm · 4 years, 3 months ago
- 169dfb4 Revert^2 "art: Remove dependencies on platform unavailable modules" by Yo Chiang · 4 years, 5 months ago
- c4cd59b Revert "art: Remove dependencies on platform unavailable modules" by Insaf Latypov · 4 years, 5 months ago
- 84eb3c9 art: Remove dependencies on platform unavailable modules by Yo Chiang · 4 years, 5 months ago
- 5439f05 Revert^3 "VIXL simulator for ART (Stage1)" by Ulya Trafimovich · 4 years, 5 months ago
- d3ee902 More inclusive language in the build system. by David Srbecky · 4 years, 5 months ago
- 50a454b Link statically with libart(d)-simulator-container. by Ulya Trafimovich · 4 years, 5 months ago
- 659e8d6 Sampling PGO for libart by Yi Kong · 4 years, 5 months ago
- e886d68 Revert^2 "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 6 months ago
- 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 6 months ago
- 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 6 years ago
- 0d60a2b Introduce an enum for the compilation kind. by Nicolas Geoffray · 4 years, 6 months ago
- 9974e3c Clean up generated operator<<(os, enum). by Vladimir Marko · 4 years, 7 months ago
- 4a88a5a Finish move of jar compilation rules from makefile to soong. by David Srbecky · 4 years, 8 months ago
- 2280b53 Move gtest tool dependencies from makefile to soong by David Srbecky · 4 years, 7 months ago
- 4fc7569 [nterp] Add arm64 implementation. by Nicolas Geoffray · 5 years ago
- b1c8e16 Dynamically link to libz by Jiyong Park · 4 years, 7 months ago
- 75b961a Add visibilities for prebuilts. by Martin Stjernholm · 4 years, 8 months ago
- 71f661c Set apex_available property by Jiyong Park · 4 years, 8 months ago
- 00cb81d Add explicit dependencies on jni_headers by Orion Hodson · 4 years, 9 months ago
- b72a094 Remove ART dependency on libicuuc by Victor Chang · 4 years, 10 months ago
- c1ad13a Add Handle::GetFromGdb function by Alex Light · 4 years, 9 months ago
- 9f8ead2 Remove support code for native Core Platform API checks by Orion Hodson · 4 years, 10 months ago
- 41b605c Remove MIPS support from runtime/. by Vladimir Marko · 4 years, 11 months ago
- 30b38f8 Remove MIPS mterp. by Vladimir Marko · 4 years, 11 months ago
- b682ea4 Introduce BaseDexClassLoader.computeClassLoaderContextsNative by Dan Zimmerman · 5 years ago
- fc58809 Remove old JDWP implementation from ART by Alex Light · 5 years ago
- 467defb [art] Format runtime/Android.bp by Dan Zimmerman · 5 years ago
- 066dd902 Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR by Jiyong Park · 5 years ago
- 80599a2 Revert submission 1191937-art_apex_available by Joseph Murphy · 5 years ago
- 1e88f98 Use apex_available property by Jiyong Park · 5 years ago