summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Tidy gAborting."Nicolas Geoffray2014-12-091-8/+3
* Tidy gAborting.Ian Rogers2014-12-041-3/+8
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-1/+1
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-4/+4
* Optimize method linkingMathieu Chartier2014-10-271-0/+7
* [native bridge] Make sure we always unload the native bridgeCalin Juravle2014-10-231-4/+6
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-6/+0
* Switch to C++11 style [[noreturn]].Ian Rogers2014-10-101-4/+1
* Fix 2 new sets of clang compiler warnings.Ian Rogers2014-10-101-1/+1
* Add VMRuntime.isBootClassPathOnDiskBrian Carlstrom2014-09-301-0/+5
* Fix broken runtime SetStatsEnabled logicMathieu Chartier2014-09-261-1/+2
* Merge "ART: Update for split native bridge initialization"Andreas Gampe2014-09-241-13/+1
|\
| * ART: Update for split native bridge initializationjgu212014-09-231-13/+1
* | Avoid suspending for alloc trace enabling when already suspended.Jeff Hao2014-09-171-1/+1
|/
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-2/+1
* ART: Fix things for valgrindAndreas Gampe2014-09-101-12/+1
* Merge "ART: Change ART for new native bridge sequence"Andreas Gampe2014-09-041-1/+5
|\
| * ART: Change ART for new native bridge sequenceAndreas Gampe2014-09-041-1/+5
* | 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
|\