summaryrefslogtreecommitdiffstats
path: root/runtime/parsed_options.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Dave Allison2014-07-161-80/+1
* Break apart header files.Ian Rogers2014-07-151-6/+8
* ART: Compacting ROS/DlMalloc spaces with semispace copy GCZuo Wang2014-07-111-6/+20
* Revert "Revert "Revert "Add implicit null and stack checks for x86"""Nicolas Geoffray2014-07-111-1/+80
* Revert "Revert "Add implicit null and stack checks for x86""Dave Allison2014-07-101-80/+1
* Revert "Add implicit null and stack checks for x86"Dave Allison2014-07-101-3/+2
* Add implicit null and stack checks for x86Dave Allison2014-07-091-2/+3
* Add a new type of profile data in ART profilerWei Jin2014-06-271-3/+8
* Merge "Add mark compact collector."Mathieu Chartier2014-06-171-0/+2
|\
| * Add mark compact collector.Mathieu Chartier2014-06-191-0/+2
* | Add an option to enable collecting dex pc in ART profilerWei Jin2014-06-191-0/+5
|/
* Enable background compaction by defaultMathieu Chartier2014-06-171-1/+1
* Merge "Relax limits for profiler options"Calin Juravle2014-06-101-2/+2
|\
| * Relax limits for profiler optionsCalin Juravle2014-06-111-2/+2
* | Reduce header files including header files.Ian Rogers2014-06-061-1/+4
|/
* Merge "Fixed and refactored profiler options handling"Calin Juravle2014-06-061-13/+20
|\
| * Fixed and refactored profiler options handlingCalin Juravle2014-06-061-13/+20
* | Switch on implicit checks and bump oat version to force recompilationDave Allison2014-05-301-1/+1
|/
* Add option to specify compiler executable.Tsu Chiang Chuang2014-05-271-0/+6
* Merge "Fix profile-backoff usage message"Calin Juravle2014-05-231-1/+1
|\
| * Fix profile-backoff usage messageCalin Juravle2014-05-221-1/+1
* | Change profiler file name parsing optionWei Jin2014-05-211-2/+2
* | Use strtod to read a double rather than operator >>Dave Allison2014-05-201-4/+12
|/
* Fix typo in option parsing.Ian Rogers2014-05-191-1/+1
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+1
* 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