summaryrefslogtreecommitdiffstats
path: root/src/assembler_arm.h
Commit message (Expand)AuthorAgeFilesLines
* Method prologue and epilogues, add missing x86 functionality.Ian Rogers2012-03-121-2/+3
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Fix an "unsigned int"/"size_t" discrepancy.Elliott Hughes2012-01-061-2/+1
* Add missing 'explicit's on single-argument constructors.Elliott Hughes2011-10-171-1/+1
* Always log the value when an alignment check fails.Elliott Hughes2011-10-161-1/+1
* Various assembly fixes.Ian Rogers2011-10-091-0/+1
* Support for JNI local reference cookie.Ian Rogers2011-09-271-2/+11
* Save/restore local table state on down calls.Ian Rogers2011-09-231-0/+9
* Fix JNI thread state transitions.Ian Rogers2011-09-181-0/+2
* Support for exception throwing from JNI.Ian Rogers2011-09-171-1/+3
* Support for exception throwing.Ian Rogers2011-09-151-9/+6
* Add oat file generation and tests to buildBrian Carlstrom2011-09-151-1/+0
* Support for cross compilation.Ian Rogers2011-09-081-74/+124
* Fix various JNI compiler bugs/unimplementeds.Ian Rogers2011-09-071-0/+2
* Decoding references. Otherwise, buggy code works only on stack refs.Shih-wei Liao2011-09-021-0/+4
* Add validate object, clean up stack indirect reference table.Ian Rogers2011-08-231-7/+7
* Updating the compiler to use the new-world modelbuzbee2011-08-211-0/+4
* Issue 5177609: remove Monitor(Enter|Exit)HelperIan Rogers2011-08-171-0/+1
* Fix JNI compiler for synchronized methods.Ian Rogers2011-08-151-2/+9
* Use the UNIMPLEMENTED macro everywhere.Elliott Hughes2011-08-121-6/+0
* Initial ARM JNI compiler support.Carl Shapiro2011-07-251-0/+1
* Move DexFiles to be allocated on the heapBrian Carlstrom2011-07-221-5/+5
* Exception and suspend count polling on JNI bridge return.Ian Rogers2011-07-221-0/+13
* Add allocation and garbage collection infrastructure.Carl Shapiro2011-07-211-0/+1
* Support for synchronized native methods.Ian Rogers2011-07-211-10/+4
* x86 JNI compiler and unit tests.Ian Rogers2011-07-201-3/+66
* Add the implementation for the ARM assembler.Carl Shapiro2011-06-211-0/+493
* Shorten the namespace and re-normalize include guards.Carl Shapiro2011-06-211-3/+2
* Add basic assembler interface and an x86 backend.Carl Shapiro2011-06-211-0/+14