summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | resolved conflicts for merge of b926b3c6 to dalvik-devBrian Carlstrom2013-10-111-3/+6
|\ \ | |/
| * Have JNI FindClass fall back to system ClassLoaderBrian Carlstrom2013-10-101-3/+6
* | Inflate contended lock word by suspending owner.Ian Rogers2013-10-021-0/+7
* | Split the allocation path into 'instrumented' and 'uninstrumented'Hiroshi Yamauchi2013-09-251-0/+5
* | resolved conflicts for merge of bb0140e0 to dalvik-devMathieu Chartier2013-09-201-0/+3
|\ \ | |/
| * Re-enable concurrent system weak sweeping.Mathieu Chartier2013-09-201-0/+3
* | Refactor system weak sweeping, add support for modification.Mathieu Chartier2013-09-171-0/+4
|/
* Handle OOMEs in class linker with grace.Ian Rogers2013-08-271-3/+2
* Merge "Add more runtime options." into dalvik-devMathieu Chartier2013-08-211-1/+5
|\
| * Add more runtime options.Mathieu Chartier2013-08-211-1/+5
* | Compiler filter updatebuzbee2013-08-211-6/+6
|/
* Add -XX:+DisableExplicitGC option for ArtAnwar Ghuloum2013-08-141-0/+6
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-11/+11
* Compilation filterbuzbee2013-08-081-24/+49
* Add low memory mode option to ART.Mathieu Chartier2013-08-051-0/+1
* Add option for changing number of GC threads.Mathieu Chartier2013-07-231-0/+1
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+479