summaryrefslogtreecommitdiffstats
path: root/compiler/dex/verification_results.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Fix kEverything compiler filterbuzbee2015-06-251-2/+3
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* Fix dex2dex logicMathieu Chartier2015-03-101-5/+0
* Fix JIT for vmdebug test 99Mathieu Chartier2015-02-251-2/+5
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-2/+4
* Revert "Add JIT"Nicolas Geoffray2015-02-241-4/+2
* Add JITMathieu Chartier2015-02-231-2/+4
* ART: Some Quick cleanupAndreas Gampe2015-01-261-2/+1
* ART: Punt to the interpreter for VerifiedMethod errorsAndreas Gampe2014-12-171-2/+2
* Remove portable.Elliott Hughes2014-12-121-11/+1
* Remove method verification results right after compiling a methodMathieu Chartier2014-12-031-0/+9
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-0/+2
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-1/+5
* Revert "Revert "Make clang the default compiler on host.""Ian Rogers2014-03-081-2/+2
* Revert "Make clang the default compiler on host."Ian Rogers2014-03-081-2/+2
* Make clang the default compiler on host.Ian Rogers2014-03-071-2/+2
* Make use of profiling information for dex2oatDave Allison2014-03-071-1/+1
* Create CompilerOptionsBrian Carlstrom2014-02-241-7/+13
* Add VerfiedMethod to DexCompilationUnit.Vladimir Marko2014-01-281-18/+0
* Refactor verification results.Vladimir Marko2014-01-281-0/+128