summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create CompilerOptionsBrian Carlstrom2014-02-241-69/+8
* Upcall support for x86-64.Ian Rogers2014-02-201-0/+4
* Remove blacklistSebastien Hertz2014-02-171-0/+26
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-6/+6
* RosAlloc verification.Hiroshi Yamauchi2014-02-071-0/+2
* Object model changes to support 64bit.Ian Rogers2014-02-061-0/+6
* Fix heap verification and add runtime options.Mathieu Chartier2014-01-171-0/+2
* Background compaction support.Mathieu Chartier2014-01-081-3/+5
* Add sampling profilerDave Allison2014-01-071-0/+16
* Move compiler code out of method verifier.Vladimir Marko2013-12-171-3/+8
* Thread local bump pointer allocator.Mathieu Chartier2013-12-161-0/+1
* Enable moving classes.Mathieu Chartier2013-12-101-3/+15
* Add -xGc: MS, CMS, SS options to specify which GC to use.Mathieu Chartier2013-11-221-1/+2
* Fix a crash with -XX:DumpGCPerformanceOnShutdown.Hiroshi Yamauchi2013-11-221-0/+3
* Add developer option for dumping GC cumulative timings on shutdown.Mathieu Chartier2013-11-221-0/+1
* Compacting collector.Mathieu Chartier2013-11-111-5/+2
* Fix oatdump and valgrind.Ian Rogers2013-11-061-5/+0
* Merge "Implement Interface Method Tables (IMT)." into dalvik-devJeff Hao2013-10-291-0/+38
|\
| * Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-0/+38
* | Fix object identity hash.Mathieu Chartier2013-10-291-1/+2
|/
* resolved conflicts for merge of 5d79c5de to dalvik-devBrian Carlstrom2013-10-201-0/+1
|\
| * Preload DexCachesBrian Carlstrom2013-10-201-0/+1