index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
parsed_options.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Runtime can now be set to require relocation
Alex Light
2014-07-22
1
-0
/
+12
*
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
Dave Allison
2014-07-16
1
-80
/
+1
*
Break apart header files.
Ian Rogers
2014-07-15
1
-6
/
+8
*
ART: Compacting ROS/DlMalloc spaces with semispace copy GC
Zuo Wang
2014-07-11
1
-6
/
+20
*
Revert "Revert "Revert "Add implicit null and stack checks for x86"""
Nicolas Geoffray
2014-07-11
1
-1
/
+80
*
Revert "Revert "Add implicit null and stack checks for x86""
Dave Allison
2014-07-10
1
-80
/
+1
*
Revert "Add implicit null and stack checks for x86"
Dave Allison
2014-07-10
1
-3
/
+2
*
Add implicit null and stack checks for x86
Dave Allison
2014-07-09
1
-2
/
+3
*
Add a new type of profile data in ART profiler
Wei Jin
2014-06-27
1
-3
/
+8
*
Merge "Add mark compact collector."
Mathieu Chartier
2014-06-17
1
-0
/
+2
|
\
|
*
Add mark compact collector.
Mathieu Chartier
2014-06-19
1
-0
/
+2
*
|
Add an option to enable collecting dex pc in ART profiler
Wei Jin
2014-06-19
1
-0
/
+5
|
/
*
Enable background compaction by default
Mathieu Chartier
2014-06-17
1
-1
/
+1
*
Merge "Relax limits for profiler options"
Calin Juravle
2014-06-10
1
-2
/
+2
|
\
|
*
Relax limits for profiler options
Calin Juravle
2014-06-11
1
-2
/
+2
*
|
Reduce header files including header files.
Ian Rogers
2014-06-06
1
-1
/
+4
|
/
*
Merge "Fixed and refactored profiler options handling"
Calin Juravle
2014-06-06
1
-13
/
+20
|
\
|
*
Fixed and refactored profiler options handling
Calin Juravle
2014-06-06
1
-13
/
+20
*
|
Switch on implicit checks and bump oat version to force recompilation
Dave Allison
2014-05-30
1
-1
/
+1
|
/
*
Add option to specify compiler executable.
Tsu Chiang Chuang
2014-05-27
1
-0
/
+6
*
Merge "Fix profile-backoff usage message"
Calin Juravle
2014-05-23
1
-1
/
+1
|
\
|
*
Fix profile-backoff usage message
Calin Juravle
2014-05-22
1
-1
/
+1
*
|
Change profiler file name parsing option
Wei Jin
2014-05-21
1
-2
/
+2
*
|
Use strtod to read a double rather than operator >>
Dave Allison
2014-05-20
1
-4
/
+12
|
/
*
Fix typo in option parsing.
Ian Rogers
2014-05-19
1
-1
/
+1
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-1
/
+1
*
Remove ISA from boot image name.
Brian Carlstrom
2014-05-14
1
-3
/
+1
*
Changes for vogar compatibility
Kenny Root
2014-05-13
1
-1
/
+8
*
Merge "Place ISA into boot image name."
Ian Rogers
2014-05-12
1
-1
/
+3
|
\
|
*
Place ISA into boot image name.
Ian Rogers
2014-05-12
1
-1
/
+3
*
|
Merge "Make it easy to change the default GC type."
Hiroshi Yamauchi
2014-05-12
1
-1
/
+9
|
\
\
|
|
/
|
/
|
|
*
Make it easy to change the default GC type.
Hiroshi Yamauchi
2014-05-12
1
-1
/
+9
*
|
Merge "Revert "Switch on implicit null pointer and stack overflow checks.""
Dave Allison
2014-05-09
1
-1
/
+1
|
\
\
|
*
|
Revert "Switch on implicit null pointer and stack overflow checks."
Dave Allison
2014-05-09
1
-1
/
+1
*
|
|
Remove all LOG(DEBUG) which is not intended to be checked in
Brian Carlstrom
2014-05-09
1
-9
/
+12
|
|
/
|
/
|
*
|
Merge "Switch on implicit null pointer and stack overflow checks."
Dave Allison
2014-05-06
1
-1
/
+1
|
\
\
|
|
/
|
*
Switch on implicit null pointer and stack overflow checks.
Dave Allison
2014-05-06
1
-1
/
+1
*
|
Handle implicit stack overflow without affecting stack walks
Dave Allison
2014-05-05
1
-0
/
+3
|
/
*
Use instruction specific dalvik cache dirs.
Narayan Kamath
2014-05-01
1
-1
/
+5
*
Enable concurrent sweeping for non-concurrent GC.
Mathieu Chartier
2014-04-29
1
-32
/
+52
*
Merge "Add an option to specify a list of methods for LIR dumping."
Mingyao Yang
2014-04-21
1
-0
/
+3
|
\
|
*
Add an option to specify a list of methods for LIR dumping.
Mingyao Yang
2014-04-18
1
-0
/
+3
*
|
Fixing missing newlines in Usage calls
Brian Carlstrom
2014-04-18
1
-18
/
+18
*
|
Fix ForegroundHeapGrowthMultiplier and ParseDouble.
Mathieu Chartier
2014-04-18
1
-3
/
+4
|
/
*
Decrease target utilization for foreground apps.
Mathieu Chartier
2014-04-16
1
-0
/
+5
*
Recognize and ignore options '-ea' and '-da'
Yevgeny Rouban
2014-04-14
1
-4
/
+4
*
Profile: made startImmediately settable
Calin Juravle
2014-04-07
1
-0
/
+3
*
Add support for -Xverify:none mode.
Jeff Hao
2014-04-02
1
-1
/
+12
*
An empty collector skeleton for a read barrier-based collector.
Hiroshi Yamauchi
2014-03-27
1
-0
/
+2
*
Fix issue parsing implicit_checks property
Dave Allison
2014-03-20
1
-1
/
+3
[prev]
[next]