summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix broken runtime SetStatsEnabled logicMathieu Chartier2014-09-261-5/+9
* Merge "ART: Update for split native bridge initialization"Andreas Gampe2014-09-241-12/+13
|\
| * ART: Update for split native bridge initializationjgu212014-09-231-12/+13
* | ART: Only allow the zygote to create the global boot imageAndreas Gampe2014-09-181-1/+3
* | Merge "Don't call dlsym from signal context in signal chain"Brian Carlstrom2014-09-181-0/+6
|\ \
| * | Don't call dlsym from signal context in signal chainDave Allison2014-09-161-0/+6
* | | Avoid suspending for alloc trace enabling when already suspended.Jeff Hao2014-09-171-3/+3
| |/ |/|
* | Add runtime options for large object spaceMathieu Chartier2014-09-161-0/+2
|/
* Add native support for FinalizerList.makeCircularListIfUnenqueuedMathieu Chartier2014-09-141-0/+1
* Fix stale root error in verifierMathieu Chartier2014-09-121-0/+1
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-7/+9
* Merge "ART: Fix things for valgrind"Andreas Gampe2014-09-101-11/+8
|\
| * ART: Fix things for valgrindAndreas Gampe2014-09-101-11/+8
* | Merge "Address read barrier issue with cl/106467"Hiroshi Yamauchi2014-09-101-0/+1
|\ \
| * | Address read barrier issue with cl/106467Hiroshi Yamauchi2014-09-091-0/+1
| |/
* / Improve dex location canonicalization-related performance.Vladimir Marko2014-09-101-3/+1
|/
* Merge "ART: Change ART for new native bridge sequence"Andreas Gampe2014-09-041-3/+39
|\
| * ART: Change ART for new native bridge sequenceAndreas Gampe2014-09-041-3/+39
* | Merge "Remove abuse of mirror::Object* to reference special values."Ian Rogers2014-09-041-0/+8
|\ \ | |/ |/|
| * Remove abuse of mirror::Object* to reference special values.Ian Rogers2014-09-031-0/+8
* | Merge "Change intern table to unordered set."Mathieu Chartier2014-09-021-8/+8
|\ \ | |/ |/|
| * Change intern table to unordered set.Mathieu Chartier2014-09-021-8/+8
* | Pre-allocate the NoClassDefFoundError to be thrown for boot classes.Ian Rogers2014-09-021-6/+25
|/
* Add native memory accounting through custom allocator.Mathieu Chartier2014-08-291-0/+1
* Support booting without functioning boot.oat/art patchoat.Alex Light2014-08-261-1/+68
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-0/+28
* Merge "Support running without a boot image."Brian Carlstrom2014-08-251-1/+43
|\
| * Support running without a boot image.Alex Light2014-08-251-1/+43
* | Add fallback for non moving space being full.Mathieu Chartier2014-08-221-0/+1
* | Always setup the native bridge libraryCalin Juravle2014-08-221-5/+6
* | Fix fault handler to unregister on shutdownDave Allison2014-08-211-0/+3
|/
* AttachCurrentThread should only warn on missing thread name if CheckJNI is en...Brian Carlstrom2014-08-181-5/+1
* Merge "[ART] Move to system/core native bridge library"Calin Juravle2014-08-151-4/+8
|\
| * [ART] Move to system/core native bridge libraryCalin Juravle2014-08-151-4/+8
* | Execute an application even when dex2oat crashes.Nicolas Geoffray2014-08-131-0/+2
|/
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-13/+7
* Add implicit checks for x86_64 architecture.Dave Allison2014-08-071-0/+1
* AArch64: Implicit StackOverflow/NPE/Suspend checks.Stuart Monteith2014-08-061-0/+1
* 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