summaryrefslogtreecommitdiffstats
path: root/vm/mterp/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kk_2.7_rb1.9' of git://codeaurora.org/platform/dalvik into cafSteve Kondik2013-11-111-0/+2
|\
| * dalvik: dalvik device extension pack.Xin Qi2013-10-311-0/+2
* | Add support for ARMv6J and ARMv6-VFP processor targetArne Coucheron2013-07-241-1/+1
|/
* Don't cache failures in the interface cache.Elliott Hughes2012-12-061-0/+1
* hardening: eliminate all text relocations from lidbvmArd Biesheuvel2012-08-111-0/+6
* am 20aeca6e: Merge "Pad the 8 and 16 bit Jvalue members"Elliott Hughes2012-05-031-0/+4
|\
| * Pad the 8 and 16 bit Jvalue membersChris Dearman2012-05-031-0/+4
* | resolved conflicts for merge of 93a44a28 to jb-dev-plus-aospElliott Hughes2012-05-032-1/+4
|\|
| * [MIPS] Dalvik fast interpreter support and JIT implementationRaghu Gandham2012-05-022-1/+4
| * Bug fix for control-flow construction involving nested loops.Ben Cheng2012-01-181-1/+1
* | Bug fix for control-flow construction involving nested loops.Ben Cheng2012-01-181-1/+1
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-3/+3
* | Remove unsupported experimental opcodes.Elliott Hughes2012-01-051-1/+0
|/
* Further conservation of newlines.Dan Bornstein2011-05-261-3/+3
* Interpreter/Debugger fix #4479968buzbee2011-05-251-8/+8
* Establish a subclass relationship between ArrayObject and Object.Carl Shapiro2011-05-031-2/+2
* Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-271-4/+0
* Eliminate the PROFILE_FIELD_ACCESS feature.Carl Shapiro2011-04-271-8/+0
* Refine & simplify the interBreak mechanismbuzbee2011-04-251-27/+13
* InterpBreak cleanup (part 1)buzbee2011-04-221-30/+28
* Consolidate curFrame fields in thread storagebuzbee2011-04-221-14/+12
* Move the remaining non-compiler VM code into C++.Carl Shapiro2011-04-151-0/+8
* Add safepoint callback for gcbuzbee2011-03-281-1/+1
* Interpreter restructuringbuzbee2011-03-231-40/+68
* Use indirect references in JNI by default.Carl Shapiro2011-03-081-10/+0
* New interpreter breakout mechanismbuzbee2011-02-281-15/+24
* Interpreter restructuring: eliminate InterpStatebuzbee2011-02-191-66/+46
* Defer marking of objects as finalizableAndy McFadden2011-02-181-0/+1
* Consolidate mterp's debug/profile/suspend controlbuzbee2011-01-191-18/+21
* Update field offsets in InterpState per Jit-to-Interp cleanupBen Cheng2011-01-051-4/+4
* [JIT] Trace profiling supportbuzbee2010-12-171-2/+8
* Experimental x86 Jit trace selectionbuzbee2010-12-131-0/+2
* GC Card marking fix for SPUT_OBJECT - use correct object headbuzbee2010-09-301-0/+3
* Change the way thread suspension works.Andy McFadden2010-08-251-11/+11
* Always support debugging and profiling.Andy McFadden2010-08-181-39/+0
* Implement method inlining for getters/settersBen Cheng2010-08-021-7/+19
* Interpreter & JIT support for write barriersbuzbee2010-07-131-25/+29
* ALLOC_NO_GC is no longer used; remove it, and the nonCollectableRefs table.Barry Hayes2010-06-091-1/+1
* Remove the write permission for the JIT code cache when not neededBen Cheng2010-05-271-0/+4
* Fix a race condition in JIT state refresh under debugging / misc code cleanup.Ben Cheng2010-03-311-9/+8
* Improve JIT self verifier test coverage to follow single-step instructions.Ben Cheng2010-03-261-8/+8
* Tweak the interpreter entries and 2nd level trace filter to capture more traces.Ben Cheng2010-02-251-14/+16
* Enable JIT parameters to be initialized in an architecture dependent way.Ben Cheng2010-02-051-0/+23
* Jit: Start the Jit when framework signals on first screen drawBill Buzbee2010-02-051-0/+1
* Fix performance issues related to chaining and unchaining.Ben Cheng2010-02-031-3/+3
* Jit: Rework monitor enter/exit to simplify thread suspensionBill Buzbee2010-02-021-0/+5
* Jit: Rework delayed start plus misc. cleanupBill Buzbee2010-01-281-0/+4
* Tighten the safe points for code cache resets to happen.Ben Cheng2010-01-251-0/+12
* Remove arrayClass from ClassObject. It seems to get only dozens of hits inBarry Hayes2009-12-101-3/+3
* Jit: Save/restore callee-save floating point registers at interpreter entry/exitBill Buzbee2009-12-101-0/+3