summaryrefslogtreecommitdiffstats
path: root/runtime/interpreter
Commit message (Expand)AuthorAgeFilesLines
* ART: More nullptr checks in unstarted runtimeAndreas Gampe2015-04-141-7/+26
* Merge "ART: Add Security cutout to unstarted runtime"Andreas Gampe2015-04-141-0/+97
|\
| * ART: Add Security cutout to unstarted runtimeAndreas Gampe2015-04-141-0/+97
* | ART: Add a null-check to unstarted-runtimeAndreas Gampe2015-04-141-1/+6
|/
* ART: Add Array.createObjectArray to unstarted runtimeAndreas Gampe2015-04-101-0/+27
* Move ArtField to nativeMathieu Chartier2015-04-103-11/+11
* ART: Add Clang's -Wused-but-marked-unusedAndreas Gampe2015-04-031-2/+2
* Use va_list argument to abort transactionSebastien Hertz2015-04-035-17/+32
* Use specific exception class to abort transactionSebastien Hertz2015-04-032-7/+9
* Merge "Revert "Revert "Deoptimization-based bce."""Mingyao Yang2015-04-011-1/+3
|\
| * Revert "Revert "Deoptimization-based bce.""Mingyao Yang2015-04-011-1/+3
* | ART: Fix unstarted runtimeAndreas Gampe2015-04-011-7/+12
|/
* Add AccessibleObject and Field to mirrorMathieu Chartier2015-03-292-14/+7
* Unify ART's various implementations of bit_cast.Roland Levillain2015-03-241-1/+1
* JDWP: Optimized single step during debuggingDaniel Mihalyi2015-03-241-2/+9
* Revert "Deoptimization-based bce."Andreas Gampe2015-03-241-3/+1
* Deoptimization-based bce.Mingyao Yang2015-03-231-1/+3
* Fix interpreter to allow 0 size sparse switches.Jeff Hao2015-03-201-1/+4
* Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIERMathieu Chartier2015-03-192-17/+5
* Remove the Android.mk GCC-only source files hackeryColin Cross2015-03-181-0/+5
* ART: Fix arraycopy in Unstarted RuntimeAndreas Gampe2015-03-131-21/+102
* ART: More cutouts for unstarted runtimeAndreas Gampe2015-03-121-27/+202
* ART: Fix finalizable class in Unstarted RuntimeAndreas Gampe2015-03-111-0/+16
* ART: Fix AbortTransaction in Unstarted RuntimeAndreas Gampe2015-03-111-20/+28
* ART: Refactor unstarted runtimeAndreas Gampe2015-03-115-390/+809
* Remove ThrowLocation.Nicolas Geoffray2015-03-104-68/+56
* Merge "Compute the right catch location for the debugger."Nicolas Geoffray2015-03-093-83/+9
|\
| * Compute the right catch location for the debugger.Nicolas Geoffray2015-03-093-83/+9
* | ART: Allow arraycopy with int[] in unstarted runtimeAndreas Gampe2015-03-061-1/+2
* | Merge "ART: Fix missing handles"Andreas Gampe2015-03-041-24/+28
|\ \ | |/ |/|
| * ART: Fix missing handlesAndreas Gampe2015-03-041-24/+28
* | Change how we report exceptions to the debugger.Nicolas Geoffray2015-03-031-6/+5
|/
* ART: Allow more operations in unstarted RuntimeAndreas Gampe2015-03-021-15/+135
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-1/+24
* Revert "Add JIT"Nicolas Geoffray2015-02-241-24/+1
* Add JITMathieu Chartier2015-02-231-1/+24
* ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe2015-02-231-2/+3
* Fix transaction abortingSebastien Hertz2015-02-051-3/+5
* Fix exception handling during deoptimizationSebastien Hertz2015-01-233-3/+27
* ART: Reorder entrypoint argument orderAndreas Gampe2014-12-292-2/+2
* Add missing iget quick for bool, byte, char, shortMathieu Chartier2014-12-103-20/+68
* Move GetClassFromTypeIdx to ArtMethod.Ian Rogers2014-12-021-12/+3
* Remove FieldHelper.Ian Rogers2014-12-021-3/+1
* Remove MethodHelper from the interpreter.Ian Rogers2014-12-026-149/+142
* Move dexCacheStrings from ArtMethod to ClassMathieu Chartier2014-11-251-2/+3
* Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-181-18/+19
* Merge "ART: More warnings"Andreas Gampe2014-11-052-5/+5
|\
| * ART: More warningsAndreas Gampe2014-11-042-5/+5
* | Add a test for SafeMath.Ian Rogers2014-11-041-0/+132
|/
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-2/+5