summaryrefslogtreecommitdiffstats
path: root/cmdline
Commit message (Expand)AuthorAgeFilesLines
* Use __builtin_trap to force crashingYi Kong2018-12-171-2/+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
* Merge "Add --runtime-arg to command line tools."Vladimir Marko2018-11-301-3/+27
|\
| * Add --runtime-arg to command line tools.Vladimir Marko2018-11-291-3/+27
* | ART: Some iwyu for logging.hAndreas Gampe2018-11-211-1/+1
|/
* Modernise code to use std::make_uniqueYi Kong2018-10-291-1/+1
* 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-023-8/+8
* Use std::move() to prevent copying.Stephen Hines2018-07-191-1/+1
* Merge ""Revert^4 "Make adbconnection start automatically for debuggable apps ...Treehugger Robot2018-06-111-1/+1
|\
| * "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^2 "Remove support for Valgrind in ART."Roland Levillain2018-06-111-2/+3
|/
* 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
* Revert "Remove support for Valgrind in ART."Andreas Gampe2018-05-221-3/+2
* Remove support for Valgrind in ART.Roland Levillain2018-05-141-2/+3
* Add new profile saver options: save without jit & profile AOT codeCalin Juravle2018-05-081-0/+10
* Delete MarkCompact GCMathieu Chartier2018-04-061-2/+0
* Move most of runtime/base to libartbase/baseDavid Sehr2018-03-053-2/+6
* 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-262-4/+5
* Revert "Change default dalvik.vm.jdwp-provider to adbconnection"Alex Light2018-01-242-4/+4
* Change default dalvik.vm.jdwp-provider to adbconnectionAlex Light2018-01-182-4/+4
* ART: Refactor Agent into Agent and AgentSpecAndreas Gampe2018-01-021-3/+3
* Add adbconnection pluginAlex Light2017-12-192-0/+8
* Add support for selecting alternate JDWP implementationsAlex Light2017-12-192-147/+40
* ART: Make kDebugVerifier a verbose flagAndreas Gampe2017-12-062-1/+4
* cpplint: Remove many unnecessary NOLINTIgor Murashkin2017-11-163-9/+9
* cpplint: Cleanup errorsIgor Murashkin2017-11-084-595/+594
* ART: Make InstructionSet an enum class and add kLast.Vladimir Marko2017-11-021-2/+2
* Separate file utilities from utils.ccDavid Sehr2017-11-011-0/+1
* ART: Use CmdlineParser in dex2oatAndreas Gampe2017-10-061-15/+31
* ART: Change CmdlineMain/Args behaviorAndreas Gampe2017-10-031-3/+10
* ART: Move read barrier config out of globalsAndreas Gampe2017-09-181-0/+1
* ART: Remove art and art/runtime include_dir directivesAndreas Gampe2017-08-231-4/+4
* ART: Move cmdline parser to header libraryAndreas Gampe2017-08-232-4/+11
* ART: Include cleanupAndreas Gampe2017-07-247-19/+21
* ART: Refactor abort codeAndreas Gampe2017-06-222-2/+2
* Add support for profiling boot class pathMathieu Chartier2017-06-122-2/+8
* Only compile hot methodsMathieu Chartier2017-06-062-4/+4
* ART: More header cleanup - runtime.hAndreas Gampe2017-05-302-0/+3
* Fix up code warning and errorsYi Kong2017-04-281-1/+1
* ART: Add -verbose:dexAndreas Gampe2017-04-112-0/+9