summaryrefslogtreecommitdiff
path: root/runtime/parsed_options_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert^3 "VIXL simulator for ART (Stage1)"Ulya Trafimovich2020-07-291-15/+0
* Revert^2 "VIXL simulator for ART (Stage1)"Ulyana Trafimovich2020-07-171-0/+15
* Revert "VIXL simulator for ART (Stage1)"Ulyana Trafimovich2020-07-161-15/+0
* VIXL simulator for ART (Stage1)Xueliang Zhong2020-07-161-0/+15
* Remove MIPS support from runtime/.Vladimir Marko2020-02-141-4/+2
* Add -verbose:interpreterMathieu Chartier2019-05-031-0/+1
* Make kHugeNativeAllocs configurableHans Boehm2019-04-201-0/+2
* Hide conscrypt package classes for app AOT compilation.Vladimir Marko2019-03-251-4/+4
* ART: make generational CC a runtime optionAlbert Mingkun Yang2019-01-181-0/+17
* Revert^2 "Pass boot class path to ImageSpace::LoadBootImage."Vladimir Marko2018-12-071-3/+6
* Revert "Pass boot class path to ImageSpace::LoadBootImage."Vladimir Marko2018-12-071-6/+3
* Pass boot class path to ImageSpace::LoadBootImage.Vladimir Marko2018-12-061-3/+6
* Add support for ANDROID_RUNTIME_ROOT variableNeil Fuller2018-12-031-1/+1
* Delete MarkCompact GCMathieu Chartier2018-04-061-2/+2
* ART: Move to libbase StringPrintfAndreas Gampe2016-12-151-1/+0
* Merge "ART: Refactor CommonRuntimeTest::SetUp" am: fae1db92d8Andreas Gampe2015-12-181-1/+37
|\
| * ART: Refactor CommonRuntimeTest::SetUpAndreas Gampe2015-12-171-1/+37
* | Merge "Revert "Revert "Introduce support for hardware simulators, starting wi...Roland Levillain2015-12-161-0/+2
|\|
| * Merge "Revert "Revert "Introduce support for hardware simulators, starting wi...Roland Levillain2015-12-161-0/+2
| |\
| | * Revert "Revert "Introduce support for hardware simulators, starting with ARM64""Phil Wang2015-11-061-0/+2
* | | Merge "Allow initializing runtime with parsed options." am: e0d25b156e am: 24...Vladimir Marko2015-12-081-4/+4
|\| |
| * | Allow initializing runtime with parsed options.Vladimir Marko2015-12-071-4/+4
| |/
| * Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"Igor Murashkin2015-08-041-3/+2
| * cleanup: Replace pointers with out-parameters and fix-up formattingIgor Murashkin2015-07-311-2/+3
* | Merge lmp changes into mnc.Narayan Kamath2015-11-121-7/+17
|\ \ | |/ |/|
| * Fix for gtest missing core classes, attempt 2Przemyslaw Szczepaniak2015-11-121-7/+16
* | Replace NULL with nullptrMathieu Chartier2015-04-221-17/+16
* | art: Fix bug in VariantMap::SetIgor Murashkin2015-02-171-0/+16
* | art: Try to fix parsed_options_test on the build serverIgor Murashkin2015-02-041-1/+6
* | art: Refactor RuntimeOptions/ParsedOptionsIgor Murashkin2015-02-041-17/+27
* | Fix 2 new sets of clang compiler warnings.Ian Rogers2014-10-101-1/+1
|/
* Break apart header files.Ian Rogers2014-07-151-1/+1
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+3
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Remove oat file location in the image.Nicolas Geoffray2014-03-041-2/+0
* Add ART -help and -showversionBrian Carlstrom2014-03-031-0/+87