aboutsummaryrefslogtreecommitdiff
path: root/vm/interp/Jit.cpp
Commit message (Expand)AuthorAgeFilesLines
* [X86] X86 trace JIT compiler supportDong-Yuan Chen2012-07-201-1/+11
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-4/+4
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-051-1/+1
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-59/+59
* Fix single-stepping resume mode in the interpreter.Ben Cheng2011-10-271-2/+5
* Remove dead code/unused variables to avoid gcc-4.6 warnings.Doug Kwan2011-07-071-3/+0
* Prefer printf format "%#x" over "0x%x".Dan Bornstein2011-05-261-23/+23
* Interpreter/Debugger fix #4479968buzbee2011-05-251-2/+2
* Fix a couple debugging issues involving JIT single-stepping mode.Ben Cheng2011-05-101-6/+5
* Refine & simplify the interBreak mechanismbuzbee2011-04-251-10/+6
* Consolidate curFrame fields in thread storagebuzbee2011-04-221-16/+16
* Remove unneeded void argument list declarations.Carl Shapiro2011-04-201-1/+1
* Move the verifier and parts of the interpreter into C++.Carl Shapiro2011-04-151-0/+1514