- 30cf977 DO NOT MERGE - Mark RQ2A.210105.001 as merged. by Xin Li · 3 years, 8 months ago
- be0d891 Add 2040-huge-native-alloc test by Hans Boehm · 3 years, 8 months ago
- ab0b19f Add empty boot image profile and preload classes for ART by yawanng · 3 years, 8 months ago
- 8aca1a3 Increase JDWP test timeout. by David Srbecky · 3 years, 8 months ago
- 582448f Avoid loading external libraries from ARTs internal linker namespace. by Martin Stjernholm · 3 years, 9 months ago
- 39d4df6 Revert "Devirtualize to HInvokeStaticOrDirect." by Nicolas Geoffray · 3 years, 8 months ago
- a28c827 Use `quick_exit` instead of `_exit` (except for error handling). by Roland Levillain · 3 years, 8 months ago
- 7eedd44 Fix some tests to work in prebuilt ART module mode. by Martin Stjernholm · 3 years, 8 months ago
- 6e1b7d8 Add heterogenous lookup to Thread::custom_tls_ by Alex Light · 3 years, 8 months ago
- 0877daf Avoid the warning heapprofd_client_api.so does not include an by Wessam Hassanein · 3 years, 8 months ago
- 7a147a0 Also add magic "sorted" symbol to create_minidebuginfo by David Srbecky · 3 years, 8 months ago
- 2d3354a Fix .debug_frame_hdr generation. by David Srbecky · 3 years, 8 months ago
- af30bf7 buildbot-build.sh: Invert installclean flag by David Srbecky · 3 years, 8 months ago
- 5024ddf Devirtualize to HInvokeStaticOrDirect. by Nicolas Geoffray · 3 years, 8 months ago
- 5859b68 Clean up `ResetOffset()` calls in profile tests. by Vladimir Marko · 3 years, 8 months ago
- 68dc4a5 Adjust code in compiledWithOptimizing by Nicolas Geoffray · 3 years, 8 months ago
- 06884de Disable live-lock kill daemon for tests. by David Srbecky · 3 years, 8 months ago
- 3cafbac Handle missing dist directory when --skip-apex is used. by Martin Stjernholm · 3 years, 8 months ago
- 8e5966d Make libjdwp an exported library in the ART APEX. by Martin Stjernholm · 3 years, 8 months ago
- 0d0f8df In run tests, do not rely on loading native libs in the ART namespace by Martin Stjernholm · 3 years, 8 months ago
- 2207b7e Extend Link() to allow linking to the default namespace. by Martin Stjernholm · 3 years, 8 months ago
- 107d22b Handle potential race in oat file loading. by Nicolas Geoffray · 3 years, 8 months ago
- 17c5018 Revert "odrefresh: re-enable OdrFsUtilsTest.GetUsedSpace" by Nicolas Geoffray · 3 years, 8 months ago
- 06b173c Add tests to expected failures. by Nicolas Geoffray · 3 years, 8 months ago
- 8078996 Handle a potential race when verifying dex files in the background. by Nicolas Geoffray · 3 years, 8 months ago
- e059ef1 run-libcore-tests.py: Extend error regex by David Srbecky · 3 years, 8 months ago
- 2d68269 Mark art apex as compressible by Nikita Ioffe · 3 years, 9 months ago
- 59d29bf odrefresh: re-enable OdrFsUtilsTest.GetUsedSpace by Orion Hodson · 3 years, 8 months ago
- 680d768 Fix run-libcore-tests exclusions for fugu. by David Srbecky · 3 years, 8 months ago
- 39198c0 Generalize Main.compiledWithOptimizing. by Nicolas Geoffray · 3 years, 8 months ago
- d808f69 string_view: handle with care. by Nicolas Geoffray · 3 years, 8 months ago
- 807de1e Fix partial LSE using removed load as Phi input. by Vladimir Marko · 3 years, 8 months ago
- 6de68dd buildbot-build.sh: Convenience tweaks for local use. by David Srbecky · 3 years, 8 months ago
- 5c4d0df Revert^2 "Solidify GC triggering and reporting" by Hans Boehm · 3 years, 8 months ago
- 9cacdce Enable mini-debug-info by default. by David Srbecky · 3 years, 8 months ago
- 0849c1c Tweak run-libcore-tests.py output formatting. by David Srbecky · 3 years, 8 months ago
- 889da94 Fix gtests with mini-debug-info enabled by default. by David Srbecky · 3 years, 8 months ago
- d78f319 Put 75% of ART run-tests in `TEST_MAPPING` group `mainline-presubmit`. by Roland Levillain · 3 years, 8 months ago
- d3c45c2 Add apex versions in oat file headers. by Nicolas Geoffray · 3 years, 8 months ago
- ba32016 Improve simplifier slightly by Alex Light · 3 years, 8 months ago
- 7a76e23 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 3 years, 8 months ago
- f847f9d Use legacy.art.module.platform.api in art-bootclasspath-fragment stub_libs by Paul Duffin · 3 years, 8 months ago
- a5d3741 Revert change to target name by Chris Wailes · 3 years, 9 months ago
- 0bc9bef Allow apps to be profileable by trusted system services. by Florian Mayer · 3 years, 8 months ago
- 891ec2c Regenerate ART test files. by Roland Levillain · 3 years, 8 months ago
- 88e08c0 Create magic symbol to mark .symtab as sorted. by David Srbecky · 3 years, 8 months ago
- e1e0e0f Reland "Refactor code in inliner." by Nicolas Geoffray · 3 years, 8 months ago
- 98e9a12 Update provideLibs from system/etc/linker.config.pb. by Martin Stjernholm · 3 years, 8 months ago
- aea51b5 Support non-flattened APEXes in the sync script. by Martin Stjernholm · 3 years, 8 months ago
- afff758 Revert "Solidify GC triggering and reporting" by Hans Boehm · 3 years, 8 months ago
- c86345c odrefresh: temporarily disable OdrFsUtilsTest.GetUsedSpace by Orion Hodson · 3 years, 8 months ago
- 2397edd Add stub_libs properties to art-bootclasspath-fragment by Paul Duffin · 3 years, 9 months ago
- aa1b711 Revert "Refactor code in inliner." by Winson Chung · 3 years, 8 months ago
- fd7044d Make it easier to interrupt testrunner.py with Ctrl-C. by Martin Stjernholm · 3 years, 8 months ago
- c3a152e odr_fs_utils_test: drop bogus assertion by Orion Hodson · 3 years, 8 months ago
- e0d677d Add the artd binary to the ART APEX by Chris Wailes · 3 years, 10 months ago
- a0ef40d Run libcore tests in parallel by David Srbecky · 3 years, 8 months ago
- 9215250 Refactor code in inliner. by Nicolas Geoffray · 3 years, 8 months ago
- d4edf4f odrefresh: Avoid a couple string copies by Greg Kaiser · 3 years, 8 months ago
- 61c6242 Remove RETURN_VOID_NO_BARRIER byte-code. by David Srbecky · 3 years, 8 months ago
- 1dab575 Remove some dead code around ClassTable. by Vladimir Marko · 3 years, 10 months ago
- 854725b run-libcore-tests.py: Fix hash-bang to work on LUCI bots. by David Srbecky · 3 years, 8 months ago
- baf563d odrefresh: Add support for uploading stats by Orion Hodson · 3 years, 9 months ago
- 957fb15 odrefresh: add metrics support by Orion Hodson · 3 years, 9 months ago
- f96c916 odrefresh: move file-system utilities into odr_fs_utils.{h,cc} by Orion Hodson · 3 years, 9 months ago
- c182a17 Create persistent named cache directory in LUCI. by David Srbecky · 3 years, 8 months ago
- cb3f8e3 art: retire libartpalette method PaletteGetVersion by Orion Hodson · 3 years, 8 months ago
- 10132a0 Rewrite run-libcore-tests.sh in python by David Srbecky · 3 years, 8 months ago
- c3db254 Revert^2 "Add hooks in palette for reporting JNI invocations." by Nicolas Geoffray · 3 years, 8 months ago
- 0349b15 Dedup art-bootclasspath-fragment contents from sdk by Paul Duffin · 3 years, 8 months ago
- 8a70dd8 Add contents property to art-bootclasspath-fragment by Paul Duffin · 3 years, 8 months ago
- bb550e4 Fix issue with Partial LSE and casts/instanceof by Alex Light · 3 years, 8 months ago
- adfa1ad profman: Clean up output profile type options. by Vladimir Marko · 3 years, 8 months ago
- a220980 dex2oat: Expect boot image profiles for boot image. by Vladimir Marko · 3 years, 8 months ago
- a618592 Fix profile magic detection. by Vladimir Marko · 3 years, 8 months ago
- fe1c7b4 buildbot-build.sh: Enable build of both host and target. by David Srbecky · 3 years, 8 months ago
- 19cdd04 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 3 years, 8 months ago
- 8f187c3 Add static asserts we have a full list of mirror classes by Alex Light · 3 years, 8 months ago
- e0f5839 Remove unused art-boot-image by Paul Duffin · 3 years, 8 months ago
- 6d5a49c Solidify GC triggering and reporting by Hans Boehm · 3 years, 10 months ago
- 0cdbf97 Add installclean step to buildbot-build.sh by David Srbecky · 3 years, 8 months ago
- c716cb8 Update art_apex_test.py to use python3. by Vladimir Marko · 3 years, 8 months ago
- ffafe8b Clean up Handle<> comparison with null. by Vladimir Marko · 3 years, 8 months ago
- f2e1bc7 Ensure consistent build configuration by Paul Duffin · 3 years, 8 months ago
- 1219683 Remove dependencies on art-notices jar by Anton Hansson · 3 years, 8 months ago
- a78a63b Static libunwindstack has a static dependency on libasync_safe. by Martin Stjernholm · 3 years, 8 months ago
- 3adb7de Update build docs with new setup command "banchan". by Martin Stjernholm · 3 years, 9 months ago
- 4db2af7 Update test.py for python3, fix --gtest. by Vladimir Marko · 3 years, 8 months ago
- 30d4d2f Rewrite libdexfile C API to follow NDK guidelines better. by David Srbecky · 3 years, 9 months ago
- 18584d1 libnativebridge: fix a potential null deref by George Burgess IV · 3 years, 8 months ago
- 13ab541 Static libunwindstack has a static dependency on libasync_safe. by Martin Stjernholm · 3 years, 8 months ago
- 52f1f57 Drop libdexfile from host prebuilts. by Martin Stjernholm · 3 years, 8 months ago
- 2cca1e0 Add number of methods to OatClass. by Vladimir Marko · 3 years, 8 months ago
- 7957811 Use core-icu4j-for-host instead of core-icu4j by Paul Duffin · 3 years, 8 months ago
- b283f37 Use conscrypt-for-host instead of conscrypt by Paul Duffin · 3 years, 8 months ago
- 4b3f4d3 Limit odrefresh progress percent to 90. by Nicolas Geoffray · 3 years, 8 months ago
- e1d1706 Revert^2 "Use only half of the cores in testrunner by default on target." by David Srbecky · 3 years, 8 months ago
- ab474e3 Revert "Use only half of the cores in testrunner by default on target." by David Srbecky · 3 years, 8 months ago
- f663b34 Put 50% of ART run-tests in `TEST_MAPPING` group `mainline-presubmit`. by Roland Levillain · 3 years, 9 months ago
- 1c7d0ce Extra OatDexFile checks when defining classes. by Vladimir Marko · 3 years, 8 months ago