index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
runtime.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Decrease target utilization for foreground apps.
Mathieu Chartier
2014-04-16
1
-0
/
+1
*
Prevent deadlocks in Runtime::Abort.
Mathieu Chartier
2014-04-10
1
-13
/
+20
*
Merge "Profile: made startImmediately settable"
Calin Juravle
2014-04-08
1
-4
/
+5
|
\
|
*
Profile: made startImmediately settable
Calin Juravle
2014-04-07
1
-4
/
+5
*
|
Make frame size dependent on arch-specific constants.
Andreas Gampe
2014-04-03
1
-5
/
+5
*
|
Merge "Runtime::PreZygoteFork returns void, not boolean."
Narayan Kamath
2014-04-03
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
Runtime::PreZygoteFork returns void, not boolean.
Narayan Kamath
2014-04-02
1
-2
/
+1
*
|
Add support for -Xverify:none mode.
Jeff Hao
2014-04-02
1
-1
/
+3
*
|
Pass instruction-set from runtime through to spawned dex2oat.
Ian Rogers
2014-04-02
1
-0
/
+55
|
/
*
Merge "Move most zygote related code to frameworks/base."
Narayan Kamath
2014-04-02
1
-1
/
+1
|
\
|
*
Move most zygote related code to frameworks/base.
Narayan Kamath
2014-04-01
1
-1
/
+1
*
|
Merge "Cleanup transaction support"
Sebastien Hertz
2014-04-02
1
-18
/
+13
|
\
\
|
*
|
Cleanup transaction support
Sebastien Hertz
2014-04-02
1
-18
/
+13
|
|
/
*
|
Merge "Fix running with DlMalloc instead of RosAlloc."
Mathieu Chartier
2014-04-01
1
-0
/
+2
|
\
\
|
*
|
Fix running with DlMalloc instead of RosAlloc.
Mathieu Chartier
2014-04-01
1
-0
/
+2
*
|
|
Add handler for printing java stack traces for compiled code SIGSEGV.
Mathieu Chartier
2014-04-01
1
-4
/
+8
|
/
/
*
|
Allow mixing of thread offsets between 32 and 64bit architectures.
Ian Rogers
2014-04-01
1
-1
/
+1
|
/
*
Add missing debugger root visiting.
Mathieu Chartier
2014-03-25
1
-1
/
+3
*
64bit: make runtime offsets more deterministic.
Ian Rogers
2014-03-20
1
-5
/
+5
*
AArch64: Add arm64 runtime support.
Stuart Monteith
2014-03-19
1
-0
/
+41
*
Refactor reflective method invocation.
Ian Rogers
2014-03-14
1
-4
/
+2
*
Implicit null/suspend checks (oat version bump)
Dave Allison
2014-03-13
1
-1
/
+29
*
Make use of profiling information for dex2oat
Dave Allison
2014-03-07
1
-4
/
+17
*
Enable annotalysis on clang ART builds.
Ian Rogers
2014-03-06
1
-4
/
+4
*
Support compiler filters for boot classpath
Brian Carlstrom
2014-03-04
1
-0
/
+3
*
Avoid marking old class linker and intern table roots during pause.
Mathieu Chartier
2014-03-04
1
-15
/
+20
*
Remove oat file location in the image.
Nicolas Geoffray
2014-03-04
1
-3
/
+0
*
Add ART -help and -showversion
Brian Carlstrom
2014-03-03
1
-496
/
+22
*
Add custom SIGSEGV handler to help find heap corruption.
Mathieu Chartier
2014-02-28
1
-0
/
+7
*
Create CompilerOptions
Brian Carlstrom
2014-02-24
1
-45
/
+16
*
Upcall support for x86-64.
Ian Rogers
2014-02-20
1
-2
/
+8
*
Change root visitor to use Object**.
Mathieu Chartier
2014-02-18
1
-10
/
+7
*
Remove blacklist
Sebastien Hertz
2014-02-17
1
-3
/
+80
*
Revert "Revert "Revert "Add a script for running art standalone."""
Ian Rogers
2014-02-14
1
-7
/
+1
*
Revert "Revert "Add a script for running art standalone.""
Nicolas Geoffray
2014-02-13
1
-1
/
+7
*
Revert "Add a script for running art standalone."
Brian Carlstrom
2014-02-12
1
-7
/
+1
*
Merge "Add a script for running art standalone."
Nicolas Geoffray
2014-02-12
1
-1
/
+7
|
\
|
*
Add a script for running art standalone.
Nicolas Geoffray
2014-02-12
1
-1
/
+7
*
|
Merge "Work in the direction of hard float quick ABIs."
Ian Rogers
2014-02-12
1
-6
/
+5
|
\
\
|
*
|
Work in the direction of hard float quick ABIs.
Ian Rogers
2014-02-11
1
-6
/
+5
*
|
|
Add root types and thread id to root visiting.
Mathieu Chartier
2014-02-11
1
-32
/
+35
|
/
/
*
|
Make debugger / jdwp compaction safe.
Mathieu Chartier
2014-02-08
1
-0
/
+3
*
|
RosAlloc verification.
Hiroshi Yamauchi
2014-02-07
1
-2
/
+14
|
/
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-35
/
+80
*
Add missing SIRT to LoadNativeLibrary.
Mathieu Chartier
2014-02-06
1
-1
/
+2
*
Fix GC options to make the setting available
lzang1
2014-01-29
1
-40
/
+41
*
Use direct class pointers at allocation sites in the compiled code.
Hiroshi Yamauchi
2014-01-23
1
-1
/
+1
*
Fix heap verification and add runtime options.
Mathieu Chartier
2014-01-17
1
-23
/
+36
*
Revert accidental default collector type change.
Mathieu Chartier
2014-01-14
1
-2
/
+1
*
Improve the generational mode.
Hiroshi Yamauchi
2014-01-14
1
-1
/
+4
[next]