summaryrefslogtreecommitdiffstats
path: root/vm/analysis/CodeVerify.cpp
Commit message (Expand)AuthorAgeFilesLines
* am 7798a614: Merge "Fix a possible off-by-one in the verifier."Elliott Hughes2012-07-031-1/+1
|\
| * Fix a possible off-by-one in the verifier.Elliott Hughes2012-06-291-1/+1
| * Fix to dex verifier to handle float types that look like Boolean.jeffhao2012-01-191-1/+1
* | Fix verifier typing for null float arrays.jeffhao2012-02-141-1/+6
* | Fix to dex verifier to handle float types that look like Boolean.jeffhao2012-01-171-1/+1
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-5/+5
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-051-15/+15
* | Remove unsupported experimental opcodes.Elliott Hughes2012-01-051-339/+16
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-11/+11
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-2/+2
|/
* Reordered some checks and added more to the verifier.jeffhao2011-10-061-58/+110
* Fixed dx verifier issue when an error is detected.jeffhao2011-10-041-0/+3
* Dexopt verifier checks that int/float and double/long uses do not mix.jeffhao2011-08-121-189/+291
* Don't use dvmIsValidObject outside the GC.Elliott Hughes2011-07-191-4/+2
* Remove dead code/unused variables to avoid gcc-4.6 warnings.Doug Kwan2011-07-071-2/+0
* Switch dvmHumanReadableDescriptor over to std::string.Elliott Hughes2011-06-071-18/+8
* Note a possible improvement.Dan Bornstein2011-06-061-0/+5
* More LOG newline cleanup.Dan Bornstein2011-05-261-9/+9
* Prefer printf format "%#x" over "0x%x".Dan Bornstein2011-05-261-4/+4
* Further conservation of newlines.Dan Bornstein2011-05-261-178/+178
* Establish a subclass relationships among the field types.Carl Shapiro2011-05-061-47/+47
* Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-271-4/+4
* Remove unneeded void argument list declarations.Carl Shapiro2011-04-201-3/+3
* Move the verifier and parts of the interpreter into C++.Carl Shapiro2011-04-151-0/+6376