summaryrefslogtreecommitdiffstats
path: root/vm/mterp/out
Commit message (Expand)AuthorAgeFilesLines
* Dalvik: Add hardware support for OP_LONG_TO_DOUBLE in the interpreterSerban Constantinescu2014-02-021-12/+16
* Dalvik: Add sdiv support in the interpreterSerban Constantinescu2014-02-022-300/+236
* Dalvik: DMB OptimisationDavid Butcher2014-01-022-4/+4
* Merge branch 'kk_2.7_rb1.9' of git://codeaurora.org/platform/dalvik into cafSteve Kondik2013-11-117-12/+574
|\
| * dalvik: dalvik device extension pack.Xin Qi2013-10-317-12/+574
| * [x86] Fix errors with WITH_JIT_TUNING definedUdayan Banerji2013-03-291-0/+8
* | dalvik: update ARMv6 code to bring in line with ARMv5Lalit Maganti2013-07-242-8/+8
* | dalvik: Update ARMv6 code to compile and bring in line with ARMv5Lalit Maganti2013-07-244-21472/+50
* | Add support for ARMv6J and ARMv6-VFP processor targetArne Coucheron2013-07-244-0/+58110
* | [x86] Fix errors with WITH_JIT_TUNING definedUdayan Banerji2013-04-011-0/+8
|/
* Remove stray references to non-existent opcodes.Elliott Hughes2013-02-141-2/+1
* Remove dead instruction in common_exceptionThrown.Jeff Hao2013-02-016-6/+0
* Optimize opcodes to avoid bubble in pipeline.You Kim2012-12-174-82/+82
* Merge "[MIPS] Fix DDMS(profiling) bug."Elliott Hughes2012-11-271-4/+4
|\
| * [MIPS] Fix DDMS(profiling) bug.Douglas Leung2012-11-211-4/+4
* | [MIPS] Fixing FP registers fs0 and fs1 corruption bug.Douglas Leung2012-11-261-20/+20
|/
* Remove Jumbo opcode supportRaghu Gandham2012-10-151-35/+0
* hardening: eliminate all text relocations from lidbvmArd Biesheuvel2012-08-114-120/+168
* Fix ALOGV bit rot.Elliott Hughes2012-08-062-2/+2
* [X86] X86 trace JIT compiler supportDong-Yuan Chen2012-07-206-21088/+1128
* Remove some dead code in the MIPS stuff, and run rebuild.sh.Elliott Hughes2012-07-172-11618/+110
* am 44292346: Merge "Switched code to blx <reg>"Jean-Baptiste Queru2012-06-204-16/+16
|\
| * Switched code to blx <reg>David Butcher2012-06-204-16/+16
* | am 07901d5e: Merge "Running rebuild.sh found a few changes to be updated to v...Elliott Hughes2012-05-302-13/+29
|\|
| * Running rebuild.sh found a few changes to be updated toRaghu Gandham2012-05-302-13/+29
* | resolved conflicts for merge of 93a44a28 to jb-dev-plus-aospElliott Hughes2012-05-0310-0/+32446
|\|
| * [MIPS] Dalvik fast interpreter support and JIT implementationRaghu Gandham2012-05-0210-0/+32446
* | resolved conflicts for merge of 5a1fcc8a to jb-dev-plus-aospElliott Hughes2012-04-308-48/+52
|\|
| * Merge changes I8669dfbc,I0ffb15b7,Ib2b8e87a,Ifc7de30eElliott Hughes2012-04-308-84/+92
| |\
| | * Use old frame for dvmReportPreNativeInvoke/dvmReportPostNativeInvokeChris Dearman2012-02-154-8/+8
| | * Restore fp after calling JNI method in allstubs interpreterChris Dearman2012-02-154-4/+8
| | * Fix the warning emitted by codesourcery compiler 4.5.2Raghu Gandham2012-02-154-4/+8
| | * Fix instruction logging messagesChris Dearman2012-02-158-68/+68
* | | resolved conflicts for merge of 4c5f9711 to jb-dev-plus-aospElliott Hughes2012-04-307-13/+27
|\| |
| * | Merge "Fix the portable interpreter build"Elliott Hughes2012-04-307-13/+27
| |\|
| | * Fix the portable interpreter buildChris Dearman2012-02-157-13/+27
* | | am 8b946491: Merge "Fixed bug in x86-atom fast interpreter. Adds guard for po...Elliott Hughes2012-04-301-0/+3
|\| |
| * | Merge "Fixed bug in x86-atom fast interpreter. Adds guard for potential null ...Elliott Hughes2012-04-301-0/+3
| |\ \ | | |/ | |/|
| | * Fixed bug in x86-atom fast interpreter. Adds guard for potential null pointer.Johnnie Birch2011-03-251-0/+3
* | | Support building Dalvik with AddressSanitizer.Evgeniy Stepanov2012-04-114-0/+12
* | | x86 mterp debug/profile fix (issue 5938080)buzbee2012-01-305-10/+14
* | | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-088-54/+54
* | | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-064-4/+4
* | | Remove unsupported experimental opcodes.Elliott Hughes2012-01-0514-66671/+454
* | | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-034-12/+12
* | | Fix reference to non-existent function in debug code.Jeff Brown2011-10-278-8/+8
* | | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-264-17/+17
* | | Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block2011-10-258-16/+16
|/ /
* | Fix memory barriers (Issue 3338450)buzbee2011-09-274-156/+282
* | Don't use dvmIsValidObject outside the GC.Elliott Hughes2011-07-198-16/+16