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
*
Merge "Stop thread from reattaching during runtime shutdown while tracing."
Jeff Hao
2014-07-28
1
-7
/
+0
|
\
|
*
Stop thread from reattaching during runtime shutdown while tracing.
Jeff Hao
2014-07-29
1
-7
/
+0
*
|
Add GcRoot to clean up and enforce read barriers.
Hiroshi Yamauchi
2014-07-29
1
-23
/
+13
|
/
*
ART: Native bridge command-line parameter
Andreas Gampe
2014-07-26
1
-0
/
+4
*
Runtime can now be set to require relocation
Alex Light
2014-07-22
1
-0
/
+12
*
Interpreter can kick in even when implicit checks are enabled.
Nicolas Geoffray
2014-07-22
1
-2
/
+1
*
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
Dave Allison
2014-07-16
1
-67
/
+40
*
Merge "Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""""
Mathieu Chartier
2014-07-15
1
-0
/
+1
|
\
|
*
Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""
Fred Shih
2014-07-15
1
-0
/
+1
*
|
Break apart header files.
Ian Rogers
2014-07-15
1
-2
/
+3
|
/
*
Add read barriers for the roots in Runtime.
Hiroshi Yamauchi
2014-07-14
1
-3
/
+5
*
ART: Compacting ROS/DlMalloc spaces with semispace copy GC
Zuo Wang
2014-07-11
1
-1
/
+3
*
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-4
/
+4
*
Revert "Revert "Revert "Add intrinsic for Reference.get()"""
Sebastien Hertz
2014-07-11
1
-1
/
+0
*
Revert "Revert "Add intrinsic for Reference.get()""
Christopher Ferris
2014-07-11
1
-0
/
+1
*
Revert "Add intrinsic for Reference.get()"
Christopher Ferris
2014-07-11
1
-1
/
+0
*
Add intrinsic for Reference.get()
Fred Shih
2014-07-10
1
-0
/
+1
*
Revert "Add implicit null and stack checks for x86"
Dave Allison
2014-07-10
1
-31
/
+30
*
Add implicit null and stack checks for x86
Dave Allison
2014-07-09
1
-30
/
+31
*
Merge "Fix method tracing from command-line"
Ian Rogers
2014-07-09
1
-0
/
+8
|
\
|
*
Fix method tracing from command-line
Sebastien Hertz
2014-07-09
1
-0
/
+8
*
|
Remove Dbg::VisitRoots().
Hiroshi Yamauchi
2014-07-08
1
-1
/
+0
*
|
Avoid segvs if LOG(FATAL) is called during runtime start-up.
Ian Rogers
2014-06-27
1
-9
/
+15
|
/
*
Add an option to enable collecting dex pc in ART profiler
Wei Jin
2014-06-19
1
-0
/
+3
*
Don't use signal handlers in interpreter only mode
Dave Allison
2014-06-13
1
-1
/
+1
*
Remove Object* weak roots from the debugger.
Hiroshi Yamauchi
2014-06-11
1
-3
/
+0
*
Remove deprecated WITH_HOST_DALVIK.
Ian Rogers
2014-06-10
1
-0
/
+7
*
Reduce header files including header files.
Ian Rogers
2014-06-06
1
-0
/
+1
*
Merge "Fixed and refactored profiler options handling"
Calin Juravle
2014-06-06
1
-22
/
+11
|
\
|
*
Fixed and refactored profiler options handling
Calin Juravle
2014-06-06
1
-22
/
+11
*
|
Added workaround passing empty arg array for proxy invocation.
Jeff Hao
2014-06-02
1
-1
/
+2
|
/
*
Make use of sigchainlib for signal chaining for implicit checks
Dave Allison
2014-05-29
1
-3
/
+14
*
Add option to specify compiler executable.
Tsu Chiang Chuang
2014-05-27
1
-0
/
+10
*
Fix the problem of not shutting down the profiler in ART properly
Wei Jin
2014-05-27
1
-0
/
+5
*
Simplify Class::IsArtFieldClass().
Hiroshi Yamauchi
2014-05-20
1
-0
/
+3
*
Fix race condition between GCDaemon and DeleteLocalReference
Yevgeny Rouban
2014-05-20
1
-1
/
+4
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-2
/
+2
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-21
/
+27
*
Merge "Move quick frame info to OatQuickMethodHeader."
Vladimir Marko
2014-05-13
1
-114
/
+41
|
\
|
*
Move quick frame info to OatQuickMethodHeader.
Vladimir Marko
2014-05-13
1
-114
/
+41
*
|
Merge "Dump the native stack of an unattached aborting thread."
Ian Rogers
2014-05-13
1
-0
/
+2
|
\
\
|
*
|
Dump the native stack of an unattached aborting thread.
Ian Rogers
2014-05-11
1
-0
/
+2
|
|
/
*
|
Merge "Place ISA into boot image name."
Ian Rogers
2014-05-12
1
-11
/
+3
|
\
\
|
*
|
Place ISA into boot image name.
Ian Rogers
2014-05-12
1
-11
/
+3
|
|
/
*
|
Merge "Fix stub_test to pass with SS collector."
Mathieu Chartier
2014-05-12
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix stub_test to pass with SS collector.
Mathieu Chartier
2014-05-09
1
-1
/
+1
*
|
Merge "Revert "Switch on implicit null pointer and stack overflow checks.""
Dave Allison
2014-05-09
1
-13
/
+2
|
\
\
|
*
|
Revert "Switch on implicit null pointer and stack overflow checks."
Dave Allison
2014-05-09
1
-13
/
+2
*
|
|
Remove all LOG(DEBUG) which is not intended to be checked in
Brian Carlstrom
2014-05-09
1
-1
/
+1
|
|
/
|
/
|
[next]