summaryrefslogtreecommitdiffstats
path: root/vm/compiler/Compiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the protection of code cache for x86 JITJun Tian2013-08-091-8/+8
* am b91f922c: am f3079bda: Merge "Rename unreasonable function name dmvCompile...Elliott Hughes2013-06-051-2/+2
|\
| * Rename unreasonable function name dmvCompilerTemplateEndYanchuan Nian2013-06-051-2/+2
| * Fix a minor leaks caused by failed initializations.(typo)You Kim2013-04-031-1/+3
* | JIT tuning; set cache size on command linebuzbee2013-05-231-1/+1
* | Fix a minor leaks caused by failed initializations.(typo)You Kim2013-04-021-1/+3
|/
* [X86] X86 trace JIT compiler supportDong-Yuan Chen2012-07-201-0/+15
* resolved conflicts for merge of 93a44a28 to jb-dev-plus-aospElliott Hughes2012-05-031-3/+3
|\
| * [MIPS] Dalvik fast interpreter support and JIT implementationRaghu Gandham2012-05-021-3/+3
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-7/+7
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-10/+10
|/
* Mark a variable as volatile to suppress a gcc warning.Doug Kwan2011-06-291-1/+6
* Fix a minor leaks caused by failed initializations.Carl Shapiro2011-06-081-0/+1
* Further conservation of newlines.Dan Bornstein2011-05-261-7/+7
* Refine & simplify the interBreak mechanismbuzbee2011-04-251-2/+1
* InterpBreak cleanup (part 1)buzbee2011-04-221-1/+1
* Consolidate curFrame fields in thread storagebuzbee2011-04-221-1/+1
* Move the compiler into C++.Carl Shapiro2011-04-191-0/+852