summaryrefslogtreecommitdiffstats
path: root/runtime/verifier
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of unresolved references in verifier.Jeff Hao2013-09-242-24/+29
* Use class def index from java.lang.Class.Ian Rogers2013-09-193-55/+63
* Add a pool of small cat1 constants to the verifier.Ian Rogers2013-09-064-72/+119
* Fix verifier upcasting type after instance_of.Jeff Hao2013-09-041-1/+4
* Switch JNI globals lock to reader-writer.Ian Rogers2013-08-202-7/+7
* Merge "Get SEA fibonacci running in interpreter mode." into dalvik-devIan Rogers2013-08-162-3/+9
|\
| * Get SEA fibonacci running in interpreter mode.Dragos Sbirlea2013-08-162-3/+9
* | Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-164-9/+7
|/
* Fix races in small mode compiler filters setupIan Rogers2013-08-131-7/+4
* Fix small art build.Ian Rogers2013-08-131-4/+7
* Merge "Refactor java.lang.reflect implementation" into dalvik-devIan Rogers2013-08-142-63/+60
|\
| * Refactor java.lang.reflect implementationBrian Carlstrom2013-08-132-63/+60
* | Clean up logcat spam from compiler and verifierAnwar Ghuloum2013-08-131-16/+21
|/
* Work on SMALL_ART and PORTABLE working at the same time.Dragos Sbirlea2013-08-131-4/+2
* am a024a068: Compilation filterbuzbee2013-08-081-10/+1
|\
| * Compilation filterbuzbee2013-08-081-10/+1
* | Verifier checks that primitive put array/field type matches insn type.Jeff Hao2013-08-061-3/+3
* | Use reader writer mutex for safe checkcast map.Sebastien Hertz2013-08-052-8/+7
* | Fix memory leak in verifier.Sebastien Hertz2013-08-021-0/+4
* | Move verification of primitive type puts into helper method.Jeff Hao2013-08-012-76/+45
* | Make verifier allow integral types to be put in integral type arrays.Jeff Hao2013-08-013-22/+59
* | Don't add barriers to clinit methods.Ian Rogers2013-07-311-2/+2
|/
* Clear exception if catch block doesn't have move-exception.Ian Rogers2013-07-291-6/+0
* am 46a1270f: Revert "Support inline dex data"Brian Carlstrom2013-07-281-4/+0
|\
| * Revert "Support inline dex data"Brian Carlstrom2013-07-271-4/+0
* | am 64d8f18c: Merge "Support inline dex data"buzbee2013-07-281-0/+4
|\ \ | |/
| * Merge "Support inline dex data"buzbee2013-07-261-0/+4
| |\
| | * Support inline dex databuzbee2013-07-261-0/+4
* | | resolved conflicts for merge of 7934ac28 to dalvik-devBrian Carlstrom2013-07-265-24/+24
|\ \ \ | |/ /
| * | Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-265-24/+24
| |/
* | Fix style issues in MethodVerifierBrian Carlstrom2013-07-261-61/+146
* | Prevent verifier from creating unused compilation data.Sebastien Hertz2013-07-262-68/+136
* | Revert "Revert "Remove non-live vregs from GC map on return.""Ian Rogers2013-07-255-10/+93
|/
* Revert "Remove non-live vregs from GC map on return."Ian Rogers2013-07-245-93/+10
* Remove non-live vregs from GC map on return.Ian Rogers2013-07-235-10/+93
* Tidy ws and document verifier instruction flags.Ian Rogers2013-07-232-34/+39
* Fixing cpplint readability/constructors issuesBrian Carlstrom2013-07-181-1/+1
* Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labe...Brian Carlstrom2013-07-182-3/+3
* Fix cpplint whitespace/indent issuesBrian Carlstrom2013-07-182-2/+2
* Fix cpplint readability/fn_size issuesBrian Carlstrom2013-07-181-1/+1
* Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-185-13/+13
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-184-5/+5
* Fix cpplint whitespace/comma issuesBrian Carlstrom2013-07-171-1/+1
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-178-24/+24
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-1216-0/+9303