summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/arm
AgeCommit message (Expand)Author
2011-10-02Optimization fixes buzbee
2011-10-01Various bugfixes buzbee
2011-09-30Silence a misleading compiler warning. Elliott Hughes
2011-09-30Clean up instanceof codegen in compiler. buzbee
2011-09-29Add memory barriers (Issue 3338450) buzbee
2011-09-29Register usage cleanup buzbee
2011-09-27Fixes for "null instanceof" and class initialization Brian Carlstrom
2011-09-26Misc codegen fixes related to register promotion buzbee
2011-09-26Various optimization fixes buzbee
2011-09-23assert to DCHECK conversion buzbee
2011-09-23Support for exceptions from array allocation. Ian Rogers
2011-09-23Add tables to map between callee saves and vregs buzbee
2011-09-22Stack overflow error and unit test. Ian Rogers
2011-09-22Class cast, fill array and interface exception support. Ian Rogers
2011-09-21Suspend check reworking (ready for rewiew) buzbee
2011-09-21Restore Method* following invoke with > 20 args buzbee
2011-09-21Adding oat_process Brian Carlstrom
2011-09-20Rework type & size inference, literal usage buzbee
2011-09-20Fix sub codegen bug buzbee
2011-09-19Cleanup resolution of type, field, method indexes Brian Carlstrom
2011-09-18Fix manyargs test buzbee
2011-09-18Assembler fix buzbee
2011-09-17Fix OP_FILLED_NEW_ARRAY buzbee
2011-09-17Suspend check fix buzbee
2011-09-17Support for exception throwing from JNI. Ian Rogers
2011-09-16Fix array-put-object buzbee
2011-09-16Various bits of cleanup. Elliott Hughes
2011-09-16Implement monitors. Elliott Hughes
2011-09-16Merge "Def/Use mask fix for vldm/vstm" into dalvik-dev buzbee
2011-09-15Support for exception throwing. Ian Rogers
2011-09-15Def/Use mask fix for vldm/vstm buzbee
2011-09-14Fix invoke-interface bug. buzbee
2011-09-14Fix null check elimination buzbee
2011-09-14Implement sun.misc.Unsafe and fix the jfieldID/jmethodID leak. Elliott Hughes
2011-09-13SSA renaming fix & invalid opcode fix buzbee
2011-09-13Support 32-bit volatiles. Elliott Hughes
2011-09-11Mark top of managed stack on helper transitions buzbee
2011-09-11Use the right dex cache in the SGET/SPUT fast paths. Elliott Hughes
2011-09-11Fix debugging output for unresolved fields. Elliott Hughes
2011-09-10Complete compiler portion of exception handling buzbee
2011-09-09Test conversion of floats and doubles to strings. Elliott Hughes
2011-09-09Add stack overflow check buzbee
2011-09-08Add suspend check & stub buzbee
2011-09-08Add run-time resolution paths for iget/iput. buzbee
2011-09-08Transmit mapping table to runtime buzbee
2011-09-08Check-cast, instance-of, misc fixes buzbee
2011-09-07Fixes for register promotion; enable fast path buzbee
2011-09-06Fix for argument passing bug buzbee
2011-09-05Fix bug in invoke-super slow path buzbee
2011-09-05Try/Catch analysis; various workarounds buzbee