summaryrefslogtreecommitdiffstats
path: root/src/dex_file_verifier.cc
Commit message (Expand)AuthorAgeFilesLines
* Elision of checks optimization.Dragos Sbirlea2013-05-301-12/+24
* Various performance improvements.Ian Rogers2013-03-181-0/+1
* Directory restructuring of object.hIan Rogers2013-01-301-1/+2
* Move stringpiece.h and stringprintf.h to base/.Elliott Hughes2012-12-131-1/+1
* Add a SafeMap equivalent to std::map but without the error-prone operator[].Elliott Hughes2012-04-141-5/+4
* Don't use variable-length arrays.Elliott Hughes2012-03-261-2/+2
* Fix to prevent a dex file from being verified multiple times.jeffhao2012-01-311-11/+11
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like na...Ian Rogers2012-01-261-19/+19
* Added pass to verify structure of dex file.jeffhao2012-01-251-0/+1919