summaryrefslogtreecommitdiffstats
path: root/vm/mterp/out/InterpAsm-armv5te.S
Commit message (Expand)AuthorAgeFilesLines
* dalvik: dalvik device extension pack.Xin Qi2013-10-311-3/+77
* Remove dead instruction in common_exceptionThrown.Jeff Hao2013-02-011-1/+0
* Optimize opcodes to avoid bubble in pipeline.You Kim2012-12-171-20/+20
* hardening: eliminate all text relocations from lidbvmArd Biesheuvel2012-08-111-30/+42
* am 44292346: Merge "Switched code to blx <reg>"Jean-Baptiste Queru2012-06-201-4/+4
|\
| * Switched code to blx <reg>David Butcher2012-06-201-4/+4
* | Remove unsupported experimental opcodes.Elliott Hughes2012-01-051-10618/+4
|/
* Fix memory barriers (Issue 3338450)buzbee2011-09-271-40/+72
* Prefer printf format "%#x" over "0x%x".Dan Bornstein2011-05-261-1/+1
* Fix alt handling for Jumbo opsbuzbee2011-05-231-17/+8
* am 00ceb87d: Fix for double breakpoint (issue 4378296)buzbee2011-05-031-1/+2
|\
| * Fix for double breakpoint (issue 4378296)buzbee2011-05-031-1/+2
* | Refine & simplify the interBreak mechanismbuzbee2011-04-251-10/+6
* | InterpBreak cleanup (part 1)buzbee2011-04-221-18/+18
* | Consolidate curFrame fields in thread storagebuzbee2011-04-221-16/+14
|/
* Fix interpreter debug attachbuzbee2011-03-301-29/+38
* Interpreter restructuringbuzbee2011-03-231-2898/+8221
* Fix some exception issuesAndy McFadden2011-03-221-0/+6
* Move finalization out of the VM.Carl Shapiro2011-03-211-0/+2
* Clean up ArrayStoreException some more.Dan Bornstein2011-03-161-1/+1
* Add volatile/jumbo opcodesAndy McFadden2011-03-101-76/+649
* Fix method profilingAndy McFadden2011-03-081-14/+15
* Consistency in exception throws.Dan Bornstein2011-03-071-3/+2
* Change invoke-object-init to /range formAndy McFadden2011-03-021-5/+4
* mterp generation cleanupbuzbee2011-03-021-516/+521
* Exception cleanup in the assembly interpretersbuzbee2011-03-011-46/+16
* New interpreter breakout mechanismbuzbee2011-02-281-10/+7182
* Use new negative array size exception reportingbuzbee2011-02-281-9/+5
* Round three of exception cleanup.Dan Bornstein2011-02-241-1/+1
* Interpreter restructuring: eliminate InterpStatebuzbee2011-02-191-392/+371
* Defer marking of objects as finalizableAndy McFadden2011-02-181-3/+15
* Merge "Fix some asm .size directives" into dalvik-devAndy McFadden2011-02-161-1/+3
|\
| * Fix some asm .size directivesAndy McFadden2011-02-151-1/+3
* | Remove spurious code from bad merge/pilot errorbuzbee2011-02-151-2/+0
|/
* Rename invoke-direct-empty to invoke-object-initAndy McFadden2011-02-111-3/+3
* Remove the unused monitor tracking and deadlock prediction code.Carl Shapiro2011-02-011-7/+1
* Add runtime support for method based compilation.Ben Cheng2011-01-261-6/+6
* Support traceview-style profiling in all buildsbuzbee2011-01-191-16/+24
* Consolidate mterp's debug/profile/suspend controlbuzbee2011-01-191-61/+25
* Added vm support for new jumbo opcodes.jeffhao2011-01-071-6/+3822
* Make opcode 00ff be called "dispatch-ff".Dan Bornstein2010-12-021-2/+2
* Better ArrayStoreException detail messages.Elliott Hughes2010-11-191-15/+8
* Include both types in ClassCastException detail messages.Elliott Hughes2010-11-181-12/+6
* resolved conflicts for merge of dfc99234 to dalvik-devBen Cheng2010-10-221-0/+21
|\
| * Avoid conditional loads if WORKAROUND_CORTEX_A9_745320 is defined.Ben Cheng2010-10-221-0/+21
* | Remove junk from platform.S now armv4t is gone.Elliott Hughes2010-10-211-42/+10
* | Detail messages for ArrayIndexOutOfBoundsExceptions.Elliott Hughes2010-10-211-10/+8
|/
* resolved conflicts for merge of 6d55b332 to masterbuzbee2010-09-301-10/+8
|\
| * GC Card marking fix for SPUT_OBJECT - use correct object headbuzbee2010-09-301-10/+8
* | resolved conflicts for merge of 2e75e47d to masterbuzbee2010-09-281-22/+23
|\|