summaryrefslogtreecommitdiff
path: root/cmdline/cmdline_parser_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Enable ProfileSaver to have a different delay for the first ever saveCalin Juravle2021-06-141-7/+8
* Rewrite OatFileManager::OpenDexFilesFromOat.Nicolas Geoffray2020-07-021-1/+0
* Remove old JDWP implementation from ARTAlex Light2020-01-291-5/+0
* dex2oat: add --cpu-set command-line optionOrion Hodson2019-11-191-1/+17
* Add -verbose:interpreterMathieu Chartier2019-05-031-1/+2
* Revert^2 "Pass boot class path to ImageSpace::LoadBootImage."Vladimir Marko2018-12-071-2/+13
* Revert "Pass boot class path to ImageSpace::LoadBootImage."Vladimir Marko2018-12-071-13/+2
* Pass boot class path to ImageSpace::LoadBootImage.Vladimir Marko2018-12-061-2/+13
* ART: Continue adding override annotationsAndreas Gampe2018-09-071-1/+1
* Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends.""Nicolas Geoffray2018-08-301-3/+2
* Modernize codebase by replacing NULL with nullptrYi Kong2018-08-021-3/+3
* "Revert^4 "Make adbconnection start automatically for debuggable apps (on tar...Alex Light2018-06-081-1/+1
* Revert "Revert^2 "Make adbconnection start automatically for debuggable apps ...Nicolas Geoffray2018-06-081-1/+1
* Revert^2 "Make adbconnection start automatically for debuggable apps (on targ...Alex Light2018-06-071-1/+1
* Revert "Make adbconnection start automatically for debuggable apps (on target)"Andreas Gampe2018-06-061-1/+1
* Make adbconnection start automatically for debuggable apps (on target)Alex Light2018-06-051-1/+1
* Move most of runtime/base to libartbase/baseDavid Sehr2018-03-051-1/+3
* Revert "Revert "Make the runtime default to not allowing JDWP again.""Alex Light2018-01-311-1/+1
* Revert "Make the runtime default to not allowing JDWP again."David Brazdil2018-01-311-1/+1
* Make the runtime default to not allowing JDWP again.Alex Light2018-01-301-1/+1
* Refactor jdwp_provider to make it easier to change the defaultAlex Light2018-01-261-1/+1
* Revert "Change default dalvik.vm.jdwp-provider to adbconnection"Alex Light2018-01-241-1/+1
* Change default dalvik.vm.jdwp-provider to adbconnectionAlex Light2018-01-181-1/+1
* Add adbconnection pluginAlex Light2017-12-191-0/+5
* Add support for selecting alternate JDWP implementationsAlex Light2017-12-191-36/+24
* ART: Make kDebugVerifier a verbose flagAndreas Gampe2017-12-061-1/+2
* cpplint: Remove many unnecessary NOLINTIgor Murashkin2017-11-161-6/+6
* ART: Remove art and art/runtime include_dir directivesAndreas Gampe2017-08-231-4/+4
* ART: Include cleanupAndreas Gampe2017-07-241-3/+5
* ART: Refactor abort codeAndreas Gampe2017-06-221-1/+1
* Add support for profiling boot class pathMathieu Chartier2017-06-121-2/+3
* Only compile hot methodsMathieu Chartier2017-06-061-2/+2
* ART: More header cleanup - runtime.hAndreas Gampe2017-05-301-0/+1
* ART: Add -verbose:dexAndreas Gampe2017-04-111-0/+7
* Accept output profile path from dalvikvm commandCalin Juravle2017-03-171-2/+3
* ART: Fix tidy warningsAndreas Gampe2016-11-081-3/+3
* Remove logging dependency on runtimeDavid Sehr2016-10-171-1/+1
* Revert experimental lambda feature.Narayan Kamath2016-08-091-5/+0
* Clean up profiler optionsCalin Juravle2016-06-291-72/+22
* Split profile recording from jit compilationCalin Juravle2016-04-281-2/+2
* Add VLOG(collector) to reduce log spamMathieu Chartier2016-02-191-0/+7
* Enable interface default methods by default.Neil Fuller2016-01-261-11/+1
* Merge "Revert "Revert "Introduce support for hardware simulators, starting wi...Roland Levillain2015-12-161-2/+3
|\
| * Revert "Revert "Introduce support for hardware simulators, starting with ARM64""Phil Wang2015-11-061-2/+3
* | Fix cmdline parser test.Nicolas Geoffray2015-11-191-2/+2
* | Increase code cache after 1 full collection.Nicolas Geoffray2015-11-191-2/+4
|/
* Add initial default method support to ArtAlex Light2015-10-131-10/+21
* runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKSIgor Murashkin2015-07-171-3/+8
* interpreter: Add experimental lambda opcodes for invoke/create-lambdaIgor Murashkin2015-06-181-1/+42
* Bring back verbosity overrideSebastien Hertz2015-06-091-0/+7