summaryrefslogtreecommitdiff
path: root/libartbase/base
AgeCommit message (Expand)Author
2022-02-15Fix logic around SDK visibility of interface methods. Nicolas Geoffray
2022-02-14Revert "Remove the primary boot image from the ART APEX." Jiakai Zhang
2022-02-14Remove the primary boot image from the ART APEX. Jiakai Zhang
2022-02-11Revert^4 "Generate a primary boot image for testing." Jiakai Zhang
2022-02-08Fall back to compiling the primary boot image on device. Jiakai Zhang
2022-02-08Revert^3 "Generate a primary boot image for testing." Jiakai Zhang
2022-02-07Revert^2 "Generate a primary boot image for testing." Jiakai Zhang
2022-02-07Revert^2 "Fix the check on apex-versions for boot images." Jiakai Zhang
2022-02-02Revert "Fix the check on apex-versions for boot images." Santiago Aboy Solanes
2022-02-01Revert "Generate a primary boot image for testing." Hans Boehm
2022-01-31Generate a primary boot image for testing. Jiakai Zhang
2022-01-28Fix the check on apex-versions for boot images. Jiakai Zhang
2022-01-18Make it easier to change the location of the primary boot image. Jiakai Zhang
2022-01-12Update dexpreopt_test to verify boot images. Jiakai Zhang
2022-01-12Compile the entire bootclasspath on device. Jiakai Zhang
2022-01-10Add `HashSet<>::{Put,PutWithHash}()`. Vladimir Marko
2022-01-07Ignore changes to irrelevant APEXes Alan Stokes
2022-01-07Fix ReadMagicAndReset. Jiakai Zhang
2022-01-05Add HashSet<> ctor with initial buffer... Vladimir Marko
2021-12-20Update JIT Zygote to support compiling the entire bootclasspath. Jiakai Zhang
2021-12-07JNI: Inline fast-path for `JniMethodStart()`. Vladimir Marko
2021-12-02Respect ART_APEX_DATA for default artifact dir Victor Hsieh
2021-11-15ART: Use core image to speed up some gtests. Vladimir Marko
2021-11-09Make art_test_common_defaults inherit art_defaults. Martin Stjernholm
2021-10-28Add dexpreopt_test. Jiakai Zhang
2021-10-25Change `BitTableBase<>::num_rows_` to `uint32_t`. Vladimir Marko
2021-10-20Use the .dm file at runtime for verification. Nicolas Geoffray
2021-10-15Allow odrefresh to write elsewhere than dalvik-cache Alan Stokes
2021-10-08Reland^2: Create an abstraction for dexopt tasks Victor Hsieh
2021-10-01Revert "Create an abstraction for dexopt tasks" Nicolas Geoffray
2021-09-30Create an abstraction for dexopt tasks Victor Hsieh
2021-09-24Revert "Create an abstraction for dexopt tasks" Victor Hsieh
2021-09-24Create an abstraction for dexopt tasks Victor Hsieh
2021-09-22Change only_use_system_oat_files_ logic. Nicolas Geoffray
2021-09-22Update ART runtime to recognize artifacts on /system for APEX. Jiakai Zhang
2021-09-17Fix art compiling against musl Colin Cross
2021-09-17Fix two incorrect test conditions in `libartbase/base/flags_test.cc`. Roland Levillain
2021-09-10Explicitly note ignored return result Yi Kong
2021-08-31Fix a few non-inclusive terms Orion Hodson
2021-08-24Fix android.security.cts.FileDescriptorTest#testCLOEXEC Hu Wang
2021-07-16Mark move constructors/assignements as `noexcept`. Vladimir Marko
2021-07-14Trigger on-device AOT compilation for system_server on mainline update. Jiakai Zhang
2021-07-14Modernize typedefs with `using`. Vladimir Marko
2021-07-08Add a "vdex" reason for compilation reason. Nicolas Geoffray
2021-07-07Move Transaction logs to arena allocator. Vladimir Marko
2021-07-06Uncouple ART gtests from the ART APEX. Roland Levillain
2021-07-02runtime: add -Xdeny-art-apex-data-files Orion Hodson
2021-07-02Add special control flags for system server reporting Calin Juravle
2021-07-01Replace JIT total time histogram with total time counter Calin Juravle
2021-07-01Fix compiler filter / reason reporting and add the ISA to the metrics Calin Juravle