summaryrefslogtreecommitdiffstats
path: root/cmdline
Commit message (Expand)AuthorAgeFilesLines
* Add new profile saver options: save without jit & profile AOT codeCalin Juravle2018-05-081-0/+10
* Move most of runtime/base to libartbase/baseDavid Sehr2018-03-083-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
* Change Ti::Agent collection from vector to ListAlex Light2017-03-291-5/+5
* Accept output profile path from dalvikvm commandCalin Juravle2017-03-172-5/+9
* Remove use of npic image for gtests.Richard Uhler2017-02-151-1/+1
* ART: Remove experimental flags for plugins and agentsAndreas Gampe2017-01-251-4/+0
* MethodHandles: Remove experimental flag.Narayan Kamath2017-01-171-2/+0
* ART: Move to libbase StringPrintfAndreas Gampe2016-12-151-5/+7
* ART: Clean up utils.hAndreas Gampe2016-12-133-11/+17
* Ensure CC GC is used for the read barrier config.Hiroshi Yamauchi2016-11-161-9/+1
* ART: Fix tidy warningsAndreas Gampe2016-11-085-9/+9
* Pass some arguments by const reference.Vladimir Marko2016-11-031-1/+1
* Enable agent attaching during live phaseLeonard Mosescu2016-10-251-1/+1
* Remove logging dependency on runtimeDavid Sehr2016-10-172-2/+2
* Avoid ThreadStress timeout with art-read-barrier-table-lookup.Hiroshi Yamauchi2016-10-071-1/+2
* class_linker: Add support for resolving method types.Narayan Kamath2016-10-031-0/+2
* Convert art runtests to Android.bpColin Cross2016-09-191-1/+1
* Convert art gtests to Android.bpColin Cross2016-09-151-0/+23
* Background full compaction for CC.Hiroshi Yamauchi2016-08-251-1/+1
* Merge changes I852b4daf,Id648eaedTreehugger Robot2016-08-121-2/+42
|\
| * Add basic runtime-plugins support.Alex Light2016-08-111-0/+19
| * Create a basic agent loading framework.Alex Light2016-08-111-2/+23
* | Adjust spacing before NOLINT comments in ART.Roland Levillain2016-08-122-3/+3
|/
* Revert experimental lambda feature.Narayan Kamath2016-08-092-7/+0