summaryrefslogtreecommitdiff
path: root/runtime/parsed_options_test.cc
AgeCommit message (Expand)Author
2025-01-21Enable Generational CMC Lokesh Gidra
2024-01-24Add visibility attributes in runtime/p* Dmitrii Ishcheikin
2023-05-02riscv64: disable gtests for unsupported components. Ulya Trafimovich
2022-03-14Use real functions in ParsedOptions test. Peter Collingbourne
2021-05-24Make the runtime option -Ximage a ParseStringList Victor Hsieh
2020-07-29Revert^3 "VIXL simulator for ART (Stage1)" Ulya Trafimovich
2020-07-17Revert^2 "VIXL simulator for ART (Stage1)" Ulyana Trafimovich
2020-07-16Revert "VIXL simulator for ART (Stage1)" Ulyana Trafimovich
2020-07-16VIXL simulator for ART (Stage1) Xueliang Zhong
2020-02-14Remove MIPS support from runtime/. Vladimir Marko
2019-05-03Add -verbose:interpreter Mathieu Chartier
2019-04-20Make kHugeNativeAllocs configurable Hans Boehm
2019-03-25Hide conscrypt package classes for app AOT compilation. Vladimir Marko
2019-01-18ART: make generational CC a runtime option Albert Mingkun Yang
2018-12-07Revert^2 "Pass boot class path to ImageSpace::LoadBootImage." Vladimir Marko
2018-12-07Revert "Pass boot class path to ImageSpace::LoadBootImage." Vladimir Marko
2018-12-06Pass boot class path to ImageSpace::LoadBootImage. Vladimir Marko
2018-12-03Add support for ANDROID_RUNTIME_ROOT variable Neil Fuller
2018-04-06Delete MarkCompact GC Mathieu Chartier
2016-12-15ART: Move to libbase StringPrintf Andreas Gampe
2015-12-18Merge "ART: Refactor CommonRuntimeTest::SetUp" am: fae1db92d8 Andreas Gampe
2015-12-17ART: Refactor CommonRuntimeTest::SetUp Andreas Gampe
2015-12-16Merge "Revert "Revert "Introduce support for hardware simulators, starting wi... Roland Levillain
2015-12-16Merge "Revert "Revert "Introduce support for hardware simulators, starting wi... Roland Levillain
2015-12-08Merge "Allow initializing runtime with parsed options." am: e0d25b156e am: 24... Vladimir Marko
2015-12-07Allow initializing runtime with parsed options. Vladimir Marko
2015-11-12Merge lmp changes into mnc. Narayan Kamath
2015-11-12Fix for gtest missing core classes, attempt 2 Przemyslaw Szczepaniak
2015-11-06Revert "Revert "Introduce support for hardware simulators, starting with ARM64"" Phil Wang
2015-08-04Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" Igor Murashkin
2015-07-31cleanup: Replace pointers with out-parameters and fix-up formatting Igor Murashkin
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-02-17art: Fix bug in VariantMap::Set Igor Murashkin
2015-02-04art: Try to fix parsed_options_test on the build server Igor Murashkin
2015-02-04art: Refactor RuntimeOptions/ParsedOptions Igor Murashkin
2014-10-10Fix 2 new sets of clang compiler warnings. Ian Rogers
2014-07-15Break apart header files. Ian Rogers
2014-05-19Now we have a proper C++ library, use std::unique_ptr. Ian Rogers
2014-05-15Compatibility layer to transition from UniquePtr to std::unique_ptr. Ian Rogers
2014-03-04Remove oat file location in the image. Nicolas Geoffray
2014-03-03Add ART -help and -showversion Brian Carlstrom