summaryrefslogtreecommitdiffstats
path: root/src/dex_verifier_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix all our unused parameter warnings so we let GCC report them.Elliott Hughes2012-03-161-4/+4
* user build support for art (2 of 3)Brian Carlstrom2012-02-161-1/+1
* Move super class verification to class linkerIan Rogers2012-02-011-2/+4
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Avoid copying and strlen(3) in the FindClass path.Elliott Hughes2011-12-161-1/+1
* Make unresolved a first class verifier type.Ian Rogers2011-10-251-8/+8
* Verifier clean up.Ian Rogers2011-10-241-0/+261
* Reuse SIRT for C++ referencesBrian Carlstrom2011-10-201-2/+2
* Fix cpplint's whitespace warnings.Elliott Hughes2011-10-171-1/+0
* Working ClassLoaderBrian Carlstrom2011-10-101-1/+1
* Added second pass which does code flow checking to verifier.jeffhao2011-09-071-2/+2
* Remove use of MemMap for code allocation.Brian Carlstrom2011-09-031-2/+1
* Switch to UniquePtr.Elliott Hughes2011-08-301-5/+6
* Allow compilation of classes in different ClassLoadersBrian Carlstrom2011-08-291-1/+1
* Externalize test codeBrian Carlstrom2011-08-291-4/+2
* Added first pass of verifier and supporting changes.jeffhao2011-08-261-0/+49