summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.h
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Remove abuse of mirror::Object* to reference special values."Ian Rogers2014-09-041-0/+10
|\ \ | |/ |/|
| * Remove abuse of mirror::Object* to reference special values.Ian Rogers2014-09-031-0/+10
* | Merge "Change intern table to unordered set."Mathieu Chartier2014-09-021-4/+4
|\ \ | |/ |/|
| * Change intern table to unordered set.Mathieu Chartier2014-09-021-4/+4
* | Pre-allocate the NoClassDefFoundError to be thrown for boot classes.Ian Rogers2014-09-021-0/+4
|/
* Add native memory accounting through custom allocator.Mathieu Chartier2014-08-291-1/+4
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-0/+8
* Merge "Support running without a boot image."Brian Carlstrom2014-08-251-1/+6
|\
| * Support running without a boot image.Alex Light2014-08-251-1/+6
* | Always setup the native bridge libraryCalin Juravle2014-08-221-3/+4
|/
* Merge "[ART] Move to system/core native bridge library"Calin Juravle2014-08-151-0/+20
|\
| * [ART] Move to system/core native bridge libraryCalin Juravle2014-08-151-0/+20
* | Execute an application even when dex2oat crashes.Nicolas Geoffray2014-08-131-0/+5
|/
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-12/+13
* Recycle mem-maps for collector transitions.Mathieu Chartier2014-07-221-1/+1
* Runtime can now be set to require relocationAlex Light2014-07-221-1/+16
* Add read barriers for the GC roots in Instrumentation.Hiroshi Yamauchi2014-07-211-0/+1
* Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Dave Allison2014-07-161-0/+5
* Break apart header files.Ian Rogers2014-07-151-31/+13
* Add read barriers for the roots in Runtime.Hiroshi Yamauchi2014-07-141-11/+22
* Revert "Revert "Revert "Add implicit null and stack checks for x86"""Nicolas Geoffray2014-07-111-5/+0
* Revert "Revert "Add implicit null and stack checks for x86""Dave Allison2014-07-101-0/+5
* ART: Bump runtime version to 2.1.0Andreas Gampe2014-06-271-1/+1
* Reduce header files including header files.Ian Rogers2014-06-061-8/+6
* Merge "Fixed and refactored profiler options handling"Calin Juravle2014-06-061-9/+8
|\
| * Fixed and refactored profiler options handlingCalin Juravle2014-06-061-9/+8
* | Added workaround passing empty arg array for proxy invocation.Jeff Hao2014-06-021-0/+11
|/
* Add option to specify compiler executable.Tsu Chiang Chuang2014-05-271-0/+3
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+2
* Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-7/+16
* Interpreter-only mode should cause dex-to-dex compilation.Ian Rogers2014-04-171-0/+4
* Merge "Profile: made startImmediately settable"Calin Juravle2014-04-081-1/+3
|\
| * Profile: made startImmediately settableCalin Juravle2014-04-071-1/+3
* | Merge "Runtime::PreZygoteFork returns void, not boolean."Narayan Kamath2014-04-031-1/+1
|\ \ | |/ |/|
| * Runtime::PreZygoteFork returns void, not boolean.Narayan Kamath2014-04-021-1/+1
* | Add support for -Xverify:none mode.Jeff Hao2014-04-021-0/+7
* | Pass instruction-set from runtime through to spawned dex2oat.Ian Rogers2014-04-021-6/+12
|/
* Merge "Cleanup transaction support"Sebastien Hertz2014-04-021-2/+4
|\
| * Cleanup transaction supportSebastien Hertz2014-04-021-2/+4
* | Fix running with DlMalloc instead of RosAlloc.Mathieu Chartier2014-04-011-0/+6
|/
* 64bit: make runtime offsets more deterministic.Ian Rogers2014-03-201-10/+6
* Implicit null/suspend checks (oat version bump)Dave Allison2014-03-131-0/+16
* Make use of profiling information for dex2oatDave Allison2014-03-071-1/+8
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-2/+1
* Fix valgrind gtests and memory leaks.Mathieu Chartier2014-03-051-0/+3
* Avoid marking old class linker and intern table roots during pause.Mathieu Chartier2014-03-041-2/+16
* Remove oat file location in the image.Nicolas Geoffray2014-03-041-17/+0
* Add ART -help and -showversionBrian Carlstrom2014-03-031-65/+4
* Fix clang to compile and run host tests.Ian Rogers2014-02-281-1/+1
* Add custom SIGSEGV handler to help find heap corruption.Mathieu Chartier2014-02-281-0/+11