summaryrefslogtreecommitdiffstats
path: root/runtime/parsed_options.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Change the stack dump format to be in line with debuggerdAndreas Gampe2015-07-231-0/+3
* Replace NULL with nullptrMathieu Chartier2015-04-221-3/+3
* Merge "Disable parallel GC by default"Mathieu Chartier2015-04-161-2/+2
|\
| * Disable parallel GC by defaultMathieu Chartier2015-04-151-2/+2
* | ART: Streaming trace modeAndreas Gampe2015-04-151-0/+2
|/
* ART: Enable more Clang warningsAndreas Gampe2015-04-061-1/+0
* ART: Set default prune counter to 10Andreas Gampe2015-03-311-1/+1
* Add paths to apk!lib/<abi> to LD_LIBRARY_PATHDmitriy Ivanov2015-03-231-0/+3
* Add way to print JIT related info at shutdownMathieu Chartier2015-03-091-0/+3
* Rename -Xjit / -Xnojit options to -Xusejit:<boolean>Mathieu Chartier2015-03-051-4/+4
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-17/+29
* Merge "Revert "Add JIT""Nicolas Geoffray2015-02-241-29/+17
|\
| * Revert "Add JIT"Nicolas Geoffray2015-02-241-29/+17
* | Merge "Add JIT"Mathieu Chartier2015-02-241-17/+29
|\ \ | |/
| * Add JITMathieu Chartier2015-02-231-17/+29
* | ART: Allow the execution to stop if the compilation fails via an optionJean Christophe Beyler2015-02-231-0/+4
|/
* Implement a simple count based boot marker.Narayan Kamath2015-02-211-0/+3
* Make UseTLAB a bool flag.Hiroshi Yamauchi2015-02-201-0/+1
* Fix gcstress tests.Hiroshi Yamauchi2015-02-061-7/+0
* art: Refactor RuntimeOptions/ParsedOptionsIgor Murashkin2015-02-041-718/+418
* Remove some unused cutils/properties.h referencesBrian Carlstrom2015-01-301-4/+0
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-2/+9
* Follow up on CL 122665.Hiroshi Yamauchi2015-01-131-0/+6
* Remove back-door bootclasspath option from RuntimeRichard Uhler2015-01-081-4/+23
* Disable HomogeneousSpaceCompact for GSS collectorLin Zang2014-12-121-7/+9
* Enable the hspace compaction on OOM by default.Hiroshi Yamauchi2014-11-171-5/+1
* ART: More warningsAndreas Gampe2014-11-041-15/+15
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-1/+1
* Tidy up logging.Ian Rogers2014-10-221-3/+2
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-3/+3
* Enable -Wunreachable-codeIan Rogers2014-09-301-1/+1
* Use homogeneous space compact by default if not low memory.Mathieu Chartier2014-09-171-1/+7
* Add runtime options for large object spaceMathieu Chartier2014-09-161-1/+31
* ART: Fix accidental "1"Andreas Gampe2014-08-291-1/+1
* ART: Initialize fields of ParsedOptionsAndreas Gampe2014-08-291-78/+80
* Merge "Support running without a boot image."Brian Carlstrom2014-08-251-0/+6
|\
| * Support running without a boot image.Alex Light2014-08-251-0/+6
* | Add fallback for non moving space being full.Mathieu Chartier2014-08-221-0/+10
* | Merge "Fix testing wrong variable for non zygote."Mathieu Chartier2014-08-221-4/+0
|\ \
| * | Fix testing wrong variable for non zygote.Mathieu Chartier2014-08-221-4/+0
| |/
* | Always setup the native bridge libraryCalin Juravle2014-08-221-1/+1
|/
* ART: Relax GetInstructionSetFromStringAndreas Gampe2014-08-201-2/+6
* Merge "[ART] Move to system/core native bridge library"Calin Juravle2014-08-151-1/+1
|\
| * [ART] Move to system/core native bridge libraryCalin Juravle2014-08-151-1/+1
* | Use homogeneous space compaction for non low memory devices.Mathieu Chartier2014-08-131-1/+5
* | Execute an application even when dex2oat crashes.Nicolas Geoffray2014-08-131-4/+10
|/
* ART: Fix wrong command line parameterAndreas Gampe2014-08-081-1/+1
* Get the native bridge library from the framework.Calin Juravle2014-08-081-1/+1
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-1/+3
* ART: Native bridge command-line parameterAndreas Gampe2014-07-261-0/+4