summaryrefslogtreecommitdiffstats
path: root/runtime/stack.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "64bit changes to the stack walker for the Quick ABI."Nicolas Geoffray2014-04-221-6/+5
* 64bit changes to the stack walker for the Quick ABI.Nicolas Geoffray2014-04-181-5/+6
* Implement implicit stack overflow checksDave Allison2014-03-311-0/+8
* Implicit null/suspend checks (oat version bump)Dave Allison2014-03-131-1/+1
* Generic JNI implementation for x86_64Andreas Gampe2014-03-051-1/+1
* Fix and optimize verify object.Mathieu Chartier2014-02-211-18/+14
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-0/+1
* GenSpecialCase support for x86Razvan A Lupusoru2014-02-131-1/+7
* Object model changes to support 64bit.Ian Rogers2014-02-061-41/+58
* Enable compiler temporariesRazvan A Lupusoru2014-01-311-12/+75
* Cleanup invoke's receiver handling in interpreter.Sebastien Hertz2013-12-171-1/+1
* Compacting collector.Mathieu Chartier2013-11-111-1/+37
* Add missing references.Sebastien Hertz2013-10-091-1/+1
* Cleanup invoke in interpreter.Sebastien Hertz2013-09-301-2/+1
* am e47637cc: 4-byte align 64-bit values in Get/Set Double/Long for GCC 4.8.Jeff Hao2013-09-191-4/+12
|\
| * 4-byte align 64-bit values in Get/Set Double/Long for GCC 4.8.Jeff Hao2013-09-191-4/+12
* | Add support for changing roots through the root visitor callback.Mathieu Chartier2013-09-131-3/+9
|/
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-19/+19
* Uleb128 compression of vmap and mapping table.Ian Rogers2013-08-091-72/+0
* Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-291-1/+1
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-3/+3
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-1/+2
* 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/+647