summaryrefslogtreecommitdiffstats
path: root/runtime/parsed_options.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove ISA from boot image name.Brian Carlstrom2014-05-141-3/+1
* Changes for vogar compatibilityKenny Root2014-05-131-1/+8
* Merge "Place ISA into boot image name."Ian Rogers2014-05-121-1/+3
|\
| * Place ISA into boot image name.Ian Rogers2014-05-121-1/+3
* | Merge "Make it easy to change the default GC type."Hiroshi Yamauchi2014-05-121-1/+9
|\ \ | |/ |/|
| * Make it easy to change the default GC type.Hiroshi Yamauchi2014-05-121-1/+9
* | Merge "Revert "Switch on implicit null pointer and stack overflow checks.""Dave Allison2014-05-091-1/+1
|\ \
| * | Revert "Switch on implicit null pointer and stack overflow checks."Dave Allison2014-05-091-1/+1
* | | Remove all LOG(DEBUG) which is not intended to be checked inBrian Carlstrom2014-05-091-9/+12
| |/ |/|
* | Merge "Switch on implicit null pointer and stack overflow checks."Dave Allison2014-05-061-1/+1
|\|
| * Switch on implicit null pointer and stack overflow checks.Dave Allison2014-05-061-1/+1
* | Handle implicit stack overflow without affecting stack walksDave Allison2014-05-051-0/+3
|/
* Use instruction specific dalvik cache dirs.Narayan Kamath2014-05-011-1/+5
* Enable concurrent sweeping for non-concurrent GC.Mathieu Chartier2014-04-291-32/+52
* Merge "Add an option to specify a list of methods for LIR dumping."Mingyao Yang2014-04-211-0/+3
|\
| * Add an option to specify a list of methods for LIR dumping.Mingyao Yang2014-04-181-0/+3
* | Fixing missing newlines in Usage callsBrian Carlstrom2014-04-181-18/+18
* | Fix ForegroundHeapGrowthMultiplier and ParseDouble.Mathieu Chartier2014-04-181-3/+4
|/
* Decrease target utilization for foreground apps.Mathieu Chartier2014-04-161-0/+5
* Recognize and ignore options '-ea' and '-da'Yevgeny Rouban2014-04-141-4/+4
* Profile: made startImmediately settableCalin Juravle2014-04-071-0/+3
* Add support for -Xverify:none mode.Jeff Hao2014-04-021-1/+12
* An empty collector skeleton for a read barrier-based collector.Hiroshi Yamauchi2014-03-271-0/+2
* Fix issue parsing implicit_checks propertyDave Allison2014-03-201-1/+3
* Implicit null/suspend checks (oat version bump)Dave Allison2014-03-131-0/+82
* Make heap reference poisoning work with the interpreter.Hiroshi Yamauchi2014-03-051-1/+7
* Size and offset fixes to compile for 64b hostAndreas Gampe2014-03-051-2/+2
* Support compiler filters for boot classpathBrian Carlstrom2014-03-041-2/+4
* Remove oat file location in the image.Nicolas Geoffray2014-03-041-2/+0
* Add ART -help and -showversionBrian Carlstrom2014-03-031-0/+739