summaryrefslogtreecommitdiffstats
path: root/cmdline
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a way to measure read barrier slow pathsMathieu Chartier2016-07-201-1/+4
* Clean up profiler optionsCalin Juravle2016-06-292-233/+63
* ART: Log all monitor operations to systraceAndreas Gampe2016-04-291-0/+2
* Split profile recording from jit compilationCalin Juravle2016-04-281-2/+2
* Add VLOG(collector) to reduce log spamMathieu Chartier2016-02-192-0/+9
* Merge "Enable interface default methods by default."Alex Light2016-01-262-14/+2
|\
| * Enable interface default methods by default.Neil Fuller2016-01-262-14/+2
* | Revert "Revert "Load app images""Mathieu Chartier2016-01-251-0/+2
|/
* Revert "Load app images"Nicolas Geoffray2016-01-231-2/+0
* Load app imagesMathieu Chartier2016-01-221-0/+2
* Dex2oat support for multiple oat file and image file outputs.Jeff Hao2015-12-231-2/+1
* Merge "Revert "Revert "Introduce support for hardware simulators, starting wi...Roland Levillain2015-12-162-2/+5
|\
| * Revert "Revert "Introduce support for hardware simulators, starting with ARM64""Phil Wang2015-11-062-2/+5
* | Clarify --boot-image help messageKevin Brodsky2015-12-091-0/+1
* | Allow initializing runtime with parsed options.Vladimir Marko2015-12-072-9/+9
* | 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-132-10/+39
* Remove unnecessary `explicit` qualifiers on constructors.Roland Levillain2015-08-124-10/+9
* runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKSIgor Murashkin2015-07-171-3/+8
* Allow for sig chain to be disabled.Calin Juravle2015-07-011-1/+3
* New experimental GC stress modeMathieu Chartier2015-06-221-0/+5
* interpreter: Add experimental lambda opcodes for invoke/create-lambdaIgor Murashkin2015-06-181-1/+42