summaryrefslogtreecommitdiffstats
path: root/runtime/parsed_options.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Runtime can now be set to require relocationAlex Light2014-07-221-0/+12
* 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