summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge "Stop thread from reattaching during runtime shutdown while tracing."Jeff Hao2014-07-281-7/+0
|\
| * Stop thread from reattaching during runtime shutdown while tracing.Jeff Hao2014-07-291-7/+0
* | Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-23/+13
|/
* ART: Native bridge command-line parameterAndreas Gampe2014-07-261-0/+4
* Runtime can now be set to require relocationAlex Light2014-07-221-0/+12
* Interpreter can kick in even when implicit checks are enabled.Nicolas Geoffray2014-07-221-2/+1
* Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Dave Allison2014-07-161-67/+40
* Merge "Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""""Mathieu Chartier2014-07-151-0/+1
|\
| * Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""Fred Shih2014-07-151-0/+1
* | Break apart header files.Ian Rogers2014-07-151-2/+3
|/
* Add read barriers for the roots in Runtime.Hiroshi Yamauchi2014-07-141-3/+5
* ART: Compacting ROS/DlMalloc spaces with semispace copy GCZuo Wang2014-07-111-1/+3
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-4/+4
* Revert "Revert "Revert "Add intrinsic for Reference.get()"""Sebastien Hertz2014-07-111-1/+0
* Revert "Revert "Add intrinsic for Reference.get()""Christopher Ferris2014-07-111-0/+1
* Revert "Add intrinsic for Reference.get()"Christopher Ferris2014-07-111-1/+0
* Add intrinsic for Reference.get()Fred Shih2014-07-101-0/+1
* Revert "Add implicit null and stack checks for x86"Dave Allison2014-07-101-31/+30
* Add implicit null and stack checks for x86Dave Allison2014-07-091-30/+31
* Merge "Fix method tracing from command-line"Ian Rogers2014-07-091-0/+8
|\
| * Fix method tracing from command-lineSebastien Hertz2014-07-091-0/+8
* | Remove Dbg::VisitRoots().Hiroshi Yamauchi2014-07-081-1/+0
* | Avoid segvs if LOG(FATAL) is called during runtime start-up.Ian Rogers2014-06-271-9/+15
|/
* Add an option to enable collecting dex pc in ART profilerWei Jin2014-06-191-0/+3
* Don't use signal handlers in interpreter only modeDave Allison2014-06-131-1/+1
* Remove Object* weak roots from the debugger.Hiroshi Yamauchi2014-06-111-3/+0
* Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-101-0/+7
* Reduce header files including header files.Ian Rogers2014-06-061-0/+1
* Merge "Fixed and refactored profiler options handling"Calin Juravle2014-06-061-22/+11
|\
| * Fixed and refactored profiler options handlingCalin Juravle2014-06-061-22/+11
* | Added workaround passing empty arg array for proxy invocation.Jeff Hao2014-06-021-1/+2
|/
* Make use of sigchainlib for signal chaining for implicit checksDave Allison2014-05-291-3/+14
* Add option to specify compiler executable.Tsu Chiang Chuang2014-05-271-0/+10
* Fix the problem of not shutting down the profiler in ART properlyWei Jin2014-05-271-0/+5
* Simplify Class::IsArtFieldClass().Hiroshi Yamauchi2014-05-201-0/+3
* Fix race condition between GCDaemon and DeleteLocalReferenceYevgeny Rouban2014-05-201-1/+4
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+2
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-21/+27
* Merge "Move quick frame info to OatQuickMethodHeader."Vladimir Marko2014-05-131-114/+41
|\
| * Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-114/+41
* | Merge "Dump the native stack of an unattached aborting thread."Ian Rogers2014-05-131-0/+2
|\ \
| * | Dump the native stack of an unattached aborting thread.Ian Rogers2014-05-111-0/+2
| |/
* | Merge "Place ISA into boot image name."Ian Rogers2014-05-121-11/+3
|\ \
| * | Place ISA into boot image name.Ian Rogers2014-05-121-11/+3
| |/
* | Merge "Fix stub_test to pass with SS collector."Mathieu Chartier2014-05-121-1/+1
|\ \ | |/ |/|
| * Fix stub_test to pass with SS collector.Mathieu Chartier2014-05-091-1/+1
* | Merge "Revert "Switch on implicit null pointer and stack overflow checks.""Dave Allison2014-05-091-13/+2
|\ \
| * | Revert "Switch on implicit null pointer and stack overflow checks."Dave Allison2014-05-091-13/+2
* | | Remove all LOG(DEBUG) which is not intended to be checked inBrian Carlstrom2014-05-091-1/+1
| |/ |/|