summaryrefslogtreecommitdiffstats
path: root/src/asm_support.h
Commit message (Expand)AuthorAgeFilesLines
* Fix the test-art-target.Shih-wei Liao2012-03-261-2/+2
* Split shadow stack from SIRT.Logan Chien2012-03-261-1/+1
* Compiler intrinsicsbuzbee2012-03-261-0/+5
* Runtime access checks on virtual method callsIan Rogers2012-02-131-3/+3
* Codegen support for debuggerbuzbee2012-02-071-3/+3
* Add access check slow paths to field accessesIan Rogers2012-02-051-3/+3
* Implement array allocation with access checks.Ian Rogers2012-01-311-3/+3
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Fix comment describing THREAD_EXCEPTION_OFFSETBrian Carlstrom2012-01-231-1/+1
* Support for access check in checkcast and instanceof.Ian Rogers2011-10-311-3/+3
* Add slow path for OP_NEW_INSTANCEbuzbee2011-10-271-3/+3
* Work around a bionic bug until I can fix bionic.Elliott Hughes2011-10-121-3/+3
* Ensure R4 is initialized for upcall. Sort suspend naming.Ian Rogers2011-10-091-1/+2
* Move from code field routines to runtime support.Ian Rogers2011-10-071-0/+2
* Spill possibly reference holding registers for runtime calls.Ian Rogers2011-10-071-4/+2
* Static and direct resolution stub.Ian Rogers2011-10-051-3/+3
* Special-case Object.<init> invokebuzbee2011-10-051-3/+3
* Compiler cleanupbuzbee2011-10-051-3/+3
* Add the "- waiting on"/"- waiting to lock" lines to the SIGQUIT output.Elliott Hughes2011-09-261-3/+3
* Stack overflow error and unit test.Ian Rogers2011-09-221-3/+3
* Class cast, fill array and interface exception support.Ian Rogers2011-09-221-2/+5
* Suspend check reworking (ready for rewiew)buzbee2011-09-211-1/+8
* Implement NPE, div by 0 and AIOBE.Ian Rogers2011-09-191-0/+11