summaryrefslogtreecommitdiffstats
path: root/vm/mterp/armv5te
Commit message (Expand)AuthorAgeFilesLines
* dalvik: dalvik device extension pack.Xin Qi2013-10-312-3/+77
* Remove stray references to non-existent opcodes.Elliott Hughes2013-02-141-1/+1
* Remove dead instruction in common_exceptionThrown.Jeff Hao2013-02-011-1/+0
* Optimize opcodes to avoid bubble in pipeline.You Kim2012-12-1710-14/+14
* hardening: eliminate all text relocations from lidbvmArd Biesheuvel2012-08-115-29/+40
* 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
* | Support building Dalvik with AddressSanitizer.Evgeniy Stepanov2012-04-111-0/+3
* | Remove unsupported experimental opcodes.Elliott Hughes2012-01-05260-1564/+0
|/
* Fix memory barriers (Issue 3338450)buzbee2011-09-2720-28/+36
* Prefer printf format "%#x" over "0x%x".Dan Bornstein2011-05-261-1/+1
* Fix alt handling for Jumbo opsbuzbee2011-05-231-0/+10
* 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-228-16/+16
* | Consolidate curFrame fields in thread storagebuzbee2011-04-222-16/+14
* | Move the interpreter into C++.Carl Shapiro2011-04-201-0/+0
|/
* Fix interpreter debug attachbuzbee2011-03-303-29/+38
* Interpreter restructuringbuzbee2011-03-2340-480/+833
* Fix some exception issuesAndy McFadden2011-03-221-0/+3
* Move finalization out of the VM.Carl Shapiro2011-03-211-0/+1
* Clean up ArrayStoreException some more.Dan Bornstein2011-03-161-1/+1
* Add volatile/jumbo opcodesAndy McFadden2011-03-1032-24/+62
* 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-2/+1
* mterp generation cleanupbuzbee2011-03-022-5/+0
* Exception cleanup in the assembly interpretersbuzbee2011-03-015-41/+14
* New interpreter breakout mechanismbuzbee2011-02-285-8/+22
* Use new negative array size exception reportingbuzbee2011-02-283-9/+5
* Round three of exception cleanup.Dan Bornstein2011-02-241-1/+1
* Interpreter restructuring: eliminate InterpStatebuzbee2011-02-1964-281/+260
* Defer marking of objects as finalizableAndy McFadden2011-02-181-2/+15
* Merge "Fix some asm .size directives" into dalvik-devAndy McFadden2011-02-162-0/+2
|\
| * Fix some asm .size directivesAndy McFadden2011-02-152-0/+2
* | Remove spurious code from bad merge/pilot errorbuzbee2011-02-151-2/+0
|/
* Rename invoke-direct-empty to invoke-object-initAndy McFadden2011-02-111-1/+1
* 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-07258-7/+1383
* Make opcode 00ff be called "dispatch-ff".Dan Bornstein2010-12-021-0/+0
* Better ArrayStoreException detail messages.Elliott Hughes2010-11-192-15/+8
* Include both types in ClassCastException detail messages.Elliott Hughes2010-11-182-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-215-36/+5
* | Detail messages for ArrayIndexOutOfBoundsExceptions.Elliott Hughes2010-10-212-14/+11
|/