summaryrefslogtreecommitdiffstats
path: root/vm/analysis/Optimize.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-4/+4
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-051-12/+12
* Remove unsupported experimental opcodes.Elliott Hughes2012-01-051-152/+4
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-9/+9
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-11/+11
* More LOG newline cleanup.Dan Bornstein2011-05-261-3/+3
* Further conservation of newlines.Dan Bornstein2011-05-261-41/+41
* Establish a subclass relationships among the field types.Carl Shapiro2011-05-061-20/+20
* Remove unneeded void argument list declarations.Carl Shapiro2011-04-201-2/+2
* Move the verifier and parts of the interpreter into C++.Carl Shapiro2011-04-151-0/+1335