summaryrefslogtreecommitdiffstats
path: root/vm/compiler/codegen/arm/CodegenDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* JIT: Allow use of cbz/cbnz for conditional branch gen.Anders O Nilsson2013-04-181-4/+2
* Optimize those StrictMath routines that are identical to Math routines.Elliott Hughes2012-09-141-6/+16
* Avoid sign extension in packed-switch.Elliott Hughes2012-07-171-7/+7
* Missing zero-checks in JIT compilerMattias Petersson2012-07-101-1/+9
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-19/+19
* Remove unsupported experimental opcodes.Elliott Hughes2012-01-051-117/+29
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-2/+2
* Fix memory barriers (Issue 3338450)buzbee2011-09-271-1/+7
* Use std::string rather than malloc/free for saneDirName.Elliott Hughes2011-06-071-1/+1
* Prefer printf format "%#x" over "0x%x".Dan Bornstein2011-05-261-4/+4
* Further conservation of newlines.Dan Bornstein2011-05-261-5/+5
* am cf4a20cf: Interpreter/Debugger fix #4479968buzbee2011-05-251-1/+1
|\
| * Interpreter/Debugger fix #4479968buzbee2011-05-251-1/+1
* | am 313d430d: Another single-stepping fix in JIT self-verification mode.Ben Cheng2011-05-111-2/+1
|\|
| * Another single-stepping fix in JIT self-verification mode.Ben Cheng2011-05-111-2/+1
* | Establish a subclass relationships among the field types.Carl Shapiro2011-05-061-5/+5
|/
* Establish a subclass relationship between ArrayObject and Object.Carl Shapiro2011-05-031-10/+10
* Local optimization fixes for diverences found by self verification.Ben Cheng2011-04-231-0/+2
* am 9f54185b: Set "needFallThroughBranch" flag during block split.Ben Cheng2011-04-221-0/+9
* Move the compiler into C++.Carl Shapiro2011-04-191-0/+4811