summaryrefslogtreecommitdiff
path: root/build/art.go
AgeCommit message (Expand)Author
2025-02-26[Sim] Support Simulator in the build system. Chris Jones
2025-02-19[Sim] Add a restricted mode setup Chris Jones
2025-01-21Enable Generational CMC Lokesh Gidra
2024-09-17riscv64 autovectorization needs a little more space. Elliott Hughes
2024-06-17Always set page agnostic flag. Steven Moreland
2024-03-22Don't use predicated vectorization by default. Artem Serov
2023-12-11Remove bp2build in art/ Colin Cross
2023-12-0616k: art: Update config function PageSizeAgnostic to NoBionicPageSizeMacro Vilas Bhat
2023-11-29Propagate page size agnosticism build switch Ruben Ayrapetyan
2023-09-12Remove unused module type: art_apex_test_host Jooyung Han
2023-09-01Disable cdex at build time. Martin Stjernholm
2023-05-08Revert "Remove the codegen property" Android Culprit Assistant
2023-05-08Remove the codegen property Cole Faust
2023-04-22Remove art defaults modules types Cole Faust
2023-02-21riscv64: add initial support for ART. Ulya Trafimovich
2022-11-23Use cmdline gc-type and phenotype to decide which GC to run Lokesh Gidra
2022-10-31Add minimal riscv64 elf support to allow create_minidebuginfo on riscv64 bina... Colin Cross
2022-10-11Fix art-asan test mprotect errors Chih-Hung Hsieh
2022-09-01Inline cc.TestFactory() and un-export it. Jingwen Chen
2022-08-22Allow all GCs when not using read barrier Lokesh Gidra
2022-08-10Convert kUseReadBarrier to static const from constexpr Lokesh Gidra
2022-06-27Don't copy host cross variants to testcases Colin Cross
2022-06-08Fix bugprone-macro-parentheses clang-tidy issues Stefano Cianciulli
2022-03-04Remove art_apex and art_apex_test module type. Jingwen Chen
2022-01-13Remove deprecated ToMakePath calls Colin Cross
2021-10-25Remove all support for Brooks read barrier. Vladimir Marko
2021-10-20Remove artApex parameter from ApexBundleFactory Paul Duffin
2021-07-23Use config.BuildOS instead of android.BuildOs Colin Cross
2021-01-12Fix to not copy pseudo-random module variants to art-test-cases.zip. Martin Stjernholm
2020-09-07Fix libnativeloader unit tests being skipped. Martin Stjernholm
2020-07-15Fixes for gtests in eng-prod David Srbecky
2020-07-01Add binary prebuilt tools needed for host gtests David Srbecky
2020-07-01Revert "Support running of host gtests in eng-prod" David Srbecky
2020-06-26Support running of host gtests in eng-prod David Srbecky
2020-06-25Do not use ART_IMT_SIZE for IMT size configuration. Vladimir Marko
2020-06-24Copy tools needed by host gtests to testcases directory. David Srbecky
2020-02-20Reuse factory methods for art extensions of cc module types Paul Duffin
2020-02-20Remove remaining MIPS support. Vladimir Marko
2020-02-14Remove MIPS support from runtime/. Vladimir Marko
2020-02-13Compile host dex2oat for 64 bit even when HOST_PREFER_32_BIT is set. Martin Stjernholm
2019-12-30Clean up art's Soong go files Colin Cross
2019-11-11Revert^4 "Package dexpreopt artifacts for libcore jars in the ART apex." Ulyana Trafimovich
2019-11-07Revert^3 "Package dexpreopt artifacts for libcore jars in the ART apex." Ulyana Trafimovich
2019-11-07Revert^2 "Package dexpreopt artifacts for libcore jars in the ART apex." Ulyana Trafimovich
2019-10-30Revert "Package dexpreopt artifacts for libcore jars in the ART apex." Nicolas Geoffray
2019-10-30Package dexpreopt artifacts for libcore jars in the ART apex. Ulya Trafimovich
2019-10-03Follow change to ART_TEST_LIST_* Colin Cross
2019-10-02Hide static from cc_library_shared and vice versa Colin Cross
2019-09-13Bump stack overflow gap for hwasan. Evgenii Stepanov
2019-09-12Fix mention of `art_apex_test_host` in ART never-allow rules. Roland Levillain