summaryrefslogtreecommitdiffstats
path: root/runtime/verifier
Commit message (Expand)AuthorAgeFilesLines
* Merge "Compacting collector." into dalvik-devMathieu Chartier2013-11-134-96/+113
|\
| * Compacting collector.Mathieu Chartier2013-11-114-96/+113
* | Change monitor checks to warnings in verifier.Jeff Hao2013-11-111-4/+4
|/
* Verifier uses exception type instead of conflict if unresolved.Jeff Hao2013-11-041-5/+8
* Merge "Don't use UTF16 length as length for MUTF8." into dalvik-devIan Rogers2013-10-301-2/+2
|\
| * Don't use UTF16 length as length for MUTF8.Ian Rogers2013-10-301-2/+2
* | Avoid verifier crash for quickened invoke on null.Sebastien Hertz2013-10-291-0/+2
|/
* Improve quick codegen for aput-object.Ian Rogers2013-10-083-26/+51
* am 5ce6f04f: am 3057d341: am a6b22c5b: Verifier allows arguments of integral ...Jeff Hao2013-10-041-1/+8
|\
| * Verifier allows arguments of integral types to be interchangeable.Jeff Hao2013-10-041-1/+8
| * Fix handling of unresolved references in verifier.Jeff Hao2013-09-242-24/+29
| * Use class def index from java.lang.Class.Ian Rogers2013-09-213-55/+63
| * Fix verifier upcasting type after instance_of.Jeff Hao2013-09-061-1/+4
* | Introduce Signature type to avoid string comparisons.Ian Rogers2013-09-261-2/+2
* | Reduce memory allocation in verifier.Ian Rogers2013-09-244-34/+41
* | StringPiece clean up.Ian Rogers2013-09-245-65/+106
* | 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