summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints/portable
Commit message (Expand)AuthorAgeFilesLines
* Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-3/+2
* AArch64: Add arm64 runtime support.Stuart Monteith2014-03-191-1/+2
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-062-6/+8
* Remove blacklistSebastien Hertz2014-02-171-12/+24
* Object model changes to support 64bit.Ian Rogers2014-02-066-31/+35
* Background compaction support.Mathieu Chartier2014-01-081-6/+9
* Don't rely on gcc extensionsBernhard Rosenkränzer2013-12-121-8/+8
* Enable moving classes.Mathieu Chartier2013-12-101-3/+3
* Don't prefix GC map by length.Vladimir Marko2013-12-101-5/+1
* Fix a libartd.so boot crash in Heap::AllocObjectWithAllocator()Hiroshi Yamauchi2013-11-211-4/+4
* Refactor allocation entrypoints.Mathieu Chartier2013-11-201-6/+10
* Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-0/+1
* Inline field and method resolution.Sebastien Hertz2013-10-282-52/+56
* Get PORTABLE + SMALL on x86.Dragos Sbirlea2013-08-151-2/+4
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-1310-75/+75
* Work on SMALL_ART and PORTABLE working at the same time.Dragos Sbirlea2013-08-134-390/+433
* Entry point clean up.Ian Rogers2013-08-071-4/+4
* Clear exception when no move-exception on portable.Ian Rogers2013-07-311-0/+6
* Portable refactorings.Ian Rogers2013-07-3014-0/+1366