summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints/portable
Commit message (Expand)AuthorAgeFilesLines
* Remove portable.Elliott Hughes2014-12-1212-1485/+0
* Remove MethodHelper.Ian Rogers2014-12-021-9/+61
* Remove MethodHelper from the interpreter.Ian Rogers2014-12-021-1/+2
* Delete ArtMethod gc_map_ fieldMathieu Chartier2014-11-241-1/+1
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-032-0/+2
* Tidy logging code not using UNIMPLEMENTED.Ian Rogers2014-10-241-3/+2
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-8/+9
* stdint types all the way!Ian Rogers2014-10-091-7/+7
* Don't copy fill array data to quick literal pool.Ian Rogers2014-10-081-18/+2
* Optimize get/set reflection performanceMathieu Chartier2014-09-261-0/+1
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-122-6/+4
* ART: Add guards to the dex cache and its shortcutsAndreas Gampe2014-08-061-1/+1
* Remove object_utils.h.Ian Rogers2014-07-162-3/+2
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-1111-12/+12
* Ensure classes are initialized rather than initializing.Ian Rogers2014-06-181-1/+1
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-094-17/+16
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-232-9/+12
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-222-12/+9
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-222-9/+12
* Fix race condition between GCDaemon and DeleteLocalReferenceYevgeny Rouban2014-05-201-1/+2
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-3/+5
* Visit deoptimized shadow frames as rootsSebastien Hertz2014-04-291-1/+1
* 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