summaryrefslogtreecommitdiffstats
path: root/vm/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge "Tiny optimization for complier templates for arm."Elliott Hughes2013-04-027-44/+44
|\ \ \ \
| * | | | Tiny optimization for complier templates for arm.You Kim2013-04-037-44/+44
* | | | | Fix a minor leaks caused by failed initializations.(typo)You Kim2013-04-031-1/+3
|/ / / /
* | | | Merge "[x86] Fix errors with WITH_JIT_TUNING defined"Elliott Hughes2013-04-014-2/+37
|\ \ \ \
| * | | | [x86] Fix errors with WITH_JIT_TUNING definedUdayan Banerji2013-03-294-2/+37
* | | | | Merge "[x86] Terminate trace if SGET/SPUT have unresolved fields in codegen"Elliott Hughes2013-04-011-1/+11
|\ \ \ \ \
| * | | | | [x86] Terminate trace if SGET/SPUT have unresolved fields in codegenUdayan Banerji2013-03-291-1/+11
| |/ / / /
* / / / / [x86] FPU stack needs to be reset after double conversionUdayan Banerji2013-04-011-16/+34
|/ / / /
* | | / [x86] Disable Method-JIT for x86 targetUdayan Banerji2013-03-291-0/+3
| |_|/ |/| |
* | | Fix -Xjitthreshold (for real this time).Elliott Hughes2013-03-016-6/+6
| |/ |/|
* | Fix -Xjitthreshold.Elliott Hughes2013-02-256-6/+18
|/
* rTEMP gets clobbered in the JALR macro. Use t9 instead.Raghu Gandham2013-01-222-6/+6
* Remove dvmFindInterfaceMethodInCache2.Elliott Hughes2012-12-064-32/+8
* JIT: Performance fix for const doublesbuzbee2012-11-303-5/+65
* Merge "[MIPS] Fix several profiling issues caused by incorrect register saves"Elliott Hughes2012-11-275-28/+38
|\
| * [MIPS] Fix several profiling issues caused by incorrect register savesChris Dearman2012-11-215-28/+38
* | [MIPS] Fixing FP registers fs0 and fs1 corruption bug.Douglas Leung2012-11-261-0/+8
|/
* Fix x86 JIT log spam.Elliott Hughes2012-11-072-2/+9
* Don't disable inlining for ARM.Elliott Hughes2012-10-092-2/+11
* MIPS: Missing zero-checks in JIT compiler.Douglas Leung2012-10-051-1/+9
* Use 0xde as the poison value after JIT code cache reset.Ben Cheng2012-09-171-2/+6
* Optimize those StrictMath routines that are identical to Math routines.Elliott Hughes2012-09-142-12/+32
* hardening: eliminate all text relocations from lidbvmArd Biesheuvel2012-08-1110-16/+16
* Fix an array out-of-bound read in the JIT compiler.Douglas Leung2012-08-011-4/+10
* Fix the MIPS build:Raghu Gandham2012-07-319-230/+142
* [X86] X86 trace JIT compiler supportDong-Yuan Chen2012-07-2055-972/+34401
* Avoid sign extension in packed-switch.Elliott Hughes2012-07-174-30/+16
* Remove some dead code in the MIPS stuff, and run rebuild.sh.Elliott Hughes2012-07-171-1/+0
* Missing zero-checks in JIT compilerMattias Petersson2012-07-101-1/+9
* am 44292346: Merge "Switched code to blx <reg>"Jean-Baptiste Queru2012-06-2011-173/+173
|\
| * Switched code to blx <reg>David Butcher2012-06-2011-173/+173
* | resolved conflicts for merge of 93a44a28 to jb-dev-plus-aospElliott Hughes2012-05-0382-5/+19285
|\|
| * [MIPS] Dalvik fast interpreter support and JIT implementationRaghu Gandham2012-05-0282-5/+19285
* | am 0cdf3934: am d2a4bb85: Merge "Fix a leak in the JIT."Elliott Hughes2012-04-241-2/+2
|\|
| * Fix a leak in the JIT.Elliott Hughes2012-04-191-2/+2
| * Bug fix for control-flow construction involving nested loops.Ben Cheng2012-01-181-15/+53
* | Fix an array out-of-bound read in the JIT compiler.Ben Cheng2012-04-131-4/+10
* | Bug fix for control-flow construction involving nested loops.Ben Cheng2012-01-181-15/+53
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-0822-107/+107
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-051-1/+1
* | Remove unsupported experimental opcodes.Elliott Hughes2012-01-054-937/+51
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-038-87/+87
|/
* Initialize the vC field of inlined getters/setters.Ben Cheng2011-12-011-0/+14
* Fix memory barriers (Issue 3338450)buzbee2011-09-271-1/+7
* Mark a variable as volatile to suppress a gcc warning.Doug Kwan2011-06-291-1/+6
* Fix a use of uninitialized variable found by gcc-4.6. I don't think this is aDoug Kwan2011-06-261-1/+1
* [JIT] Fix uninitialized read (issue #4929028)buzbee2011-06-231-1/+1
* Normalize the include guard style.Carl Shapiro2011-06-1417-55/+55
* Fix a minor leaks caused by failed initializations.Carl Shapiro2011-06-081-0/+1