summaryrefslogtreecommitdiffstats
path: root/vm/mterp/c
Commit message (Expand)AuthorAgeFilesLines
* dalvik: dalvik device extension pack.Xin Qi2013-10-312-0/+107
* Fix ALOGV bit rot.Elliott Hughes2012-08-061-1/+1
* [X86] X86 trace JIT compiler supportDong-Yuan Chen2012-07-202-2/+2
* resolved conflicts for merge of 93a44a28 to jb-dev-plus-aospElliott Hughes2012-05-031-0/+8
|\
| * [MIPS] Dalvik fast interpreter support and JIT implementationRaghu Gandham2012-05-021-0/+8
* | resolved conflicts for merge of 5a1fcc8a to jb-dev-plus-aospElliott Hughes2012-04-304-9/+10
|\|
| * Use old frame for dvmReportPreNativeInvoke/dvmReportPostNativeInvokeChris Dearman2012-02-151-2/+2
| * Restore fp after calling JNI method in allstubs interpreterChris Dearman2012-02-151-1/+2
| * Fix the warning emitted by codesourcery compiler 4.5.2Raghu Gandham2012-02-151-1/+2
| * Fix instruction logging messagesChris Dearman2012-02-153-10/+10
* | x86 mterp debug/profile fix (issue 5938080)buzbee2012-01-301-1/+2
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-083-9/+9
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* | Remove unsupported experimental opcodes.Elliott Hughes2012-01-05276-984/+104
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-3/+3
* | Fix reference to non-existent function in debug code.Jeff Brown2011-10-271-1/+1
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-263-5/+5
* | Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block2011-10-251-2/+2
|/
* Don't use dvmIsValidObject outside the GC.Elliott Hughes2011-07-191-2/+2
* Prefer printf format "%#x" over "0x%x".Dan Bornstein2011-05-261-1/+1
* Further conservation of newlines.Dan Bornstein2011-05-2611-41/+41
* Fixes to allow the debug VM configuration to build.Carl Shapiro2011-05-101-2/+2
* Establish a subclass relationship between ArrayObject and Object.Carl Shapiro2011-05-031-2/+2
* Type the reference member of JValue as an Object pointer.Carl Shapiro2011-04-291-1/+1
* Eliminate the PROFILE_FIELD_ACCESS feature.Carl Shapiro2011-04-272-20/+0
* Consolidate curFrame fields in thread storagebuzbee2011-04-221-11/+9
* Move the interpreter into C++.Carl Shapiro2011-04-20520-8/+8
* Fix interpreter debug attachbuzbee2011-03-302-5/+13
* Interpreter restructuringbuzbee2011-03-2315-142/+90
* Fix some exception issuesAndy McFadden2011-03-222-0/+5
* 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-1029-43/+64
* Use indirect references in JNI by default.Carl Shapiro2011-03-081-4/+0
* Consistency in exception throws.Dan Bornstein2011-03-072-3/+3
* Fix JUMBO failuresbuzbee2011-03-061-2/+2
* Rename some of the exception functions.Dan Bornstein2011-03-042-2/+2
* More exception rework.Dan Bornstein2011-03-032-2/+2
* Change invoke-object-init to /range formAndy McFadden2011-03-021-4/+4
* Exception cleanup in the assembly interpretersbuzbee2011-03-011-4/+4
* More exception cleanup.Dan Bornstein2011-02-252-2/+2
* Round three of exception cleanup.Dan Bornstein2011-02-242-3/+6
* Round two.Dan Bornstein2011-02-231-1/+1
* Factor out class names from throw statements.Dan Bornstein2011-02-238-35/+22
* Defer marking of objects as finalizableAndy McFadden2011-02-181-11/+29
* Rename invoke-direct-empty to invoke-object-initAndy McFadden2011-02-111-1/+1
* Tweak the 64-bit load/store codeAndy McFadden2011-02-101-25/+24
* Merge "[JIT] Fix for 3385583: Performance variance" into dalvik-devBill Buzbee2011-02-034-11/+11
|\
| * [JIT] Fix for 3385583: Performance varianceBill Buzbee2011-02-034-11/+11
* | Remove the unused monitor tracking and deadlock prediction code.Carl Shapiro2011-02-011-5/+1
|/