1. a4cf1df Allow invoke-virtual-quick on interface types. by Ian Rogers · 10 years ago
  2. 33f2e59 Add more context for CHECKs by Brian Carlstrom · 10 years ago
  3. 29a2648 Move DecodedInstruction into MIR. by Ian Rogers · 10 years ago
  4. da6e4fe Merge "Resolve method's argument reference types" by Sebastien Hertz · 10 years ago
  5. 2ed76f9 Resolve method's argument reference types by Sebastien Hertz · 10 years ago
  6. 942c8e3 Merge "Support field watchpoint in interpreter" by Sebastien Hertz · 10 years ago
  7. 479fc1e Support field watchpoint in interpreter by Sebastien Hertz · 10 years ago
  8. b878f21 Make unresolved exception types cause soft verification errors. by Jeff Hao · 10 years ago
  9. 9bc5440 Interpreter-only mode should cause dex-to-dex compilation. by Ian Rogers · 10 years ago
  10. 6398156 Fix a class-loading bug in the verifier when throwing NPE by Andreas Gampe · 10 years ago
  11. 4b06a72 Change FindClass in GetQuickInvokedMethod to use reg_types_. by Mathieu Chartier · 10 years ago
  12. 757b304 Properly dump register type in verifier failure messages by Sebastien Hertz · 10 years ago
  13. aa0c00c Fix reg type merging in the verifier by Sebastien Hertz · 10 years ago
  14. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 10 years ago
  15. b04388f Fix oatdump for interpret-only boot classpath by Brian Carlstrom · 10 years ago
  16. a280655 Remove some stray stringpiece.h includes by Brian Carlstrom · 11 years ago
  17. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  18. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  19. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  20. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  21. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  22. 0f98205 Mark methods in method_verifier-inl.h as inline. by Vladimir Marko · 11 years ago
  23. eae2fb2 Don't resolve types in verifier when we can't load classes. by Mathieu Chartier · 11 years ago
  24. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  25. 849600b Use imprecise constants at compilation time. by Sebastien Hertz · 11 years ago
  26. 2b5eaa2 Move compiler code out of method verifier. by Vladimir Marko · 11 years ago
  27. 2d7e5aa Add classes that fail verification early to rejected class list. by Jeff Hao · 11 years ago
  28. 22cb09b Add class to verifier's rejected list if superclass is erroneous. by Jeff Hao · 11 years ago
  29. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  30. 07a3212 Fix build (lint: explicit ctor). by Vladimir Marko · 11 years ago
  31. 8171fc3 Don't prefix GC map by length. by Vladimir Marko · 11 years ago
  32. 4137f48 Make verifier log hard failures by default. by Jeff Hao · 11 years ago
  33. c255e97 Avoid unnecessary copy of dex_gc_map. by Vladimir Marko · 11 years ago
  34. dfe78a6 Fix memory leak of verifier small precise constants. by Ian Rogers · 11 years ago
  35. 0b74e3a Merge "Compacting collector." into dalvik-dev by Mathieu Chartier · 11 years ago
  36. 08f20c6 Change monitor checks to warnings in verifier. by Jeff Hao · 11 years ago
  37. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  38. c26a56c Verifier uses exception type instead of conflict if unresolved. by Jeff Hao · 11 years ago
  39. 7195dd8 Merge "Don't use UTF16 length as length for MUTF8." into dalvik-dev by Ian Rogers · 11 years ago
  40. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 11 years ago
  41. 8249b42 Avoid verifier crash for quickened invoke on null. by Sebastien Hertz · 11 years ago
  42. a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 11 years ago
  43. 34633b2 am 5ce6f04f: am 3057d341: am a6b22c5b: Verifier allows arguments of integral types to be interchangeable. by Jeff Hao · 11 years ago
  44. a6b22c5 Verifier allows arguments of integral types to be interchangeable. by Jeff Hao · 11 years ago
  45. d91d6d6 Introduce Signature type to avoid string comparisons. by Ian Rogers · 11 years ago
  46. d0fbd85 Reduce memory allocation in verifier. by Ian Rogers · 11 years ago
  47. fc0e94b StringPiece clean up. by Ian Rogers · 11 years ago
  48. deb43702 Fix handling of unresolved references in verifier. by Jeff Hao · 11 years ago
  49. a3faaf4 Fix handling of unresolved references in verifier. by Jeff Hao · 11 years ago
  50. ee39a10 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  51. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  52. dd3c27e Fix verifier upcasting type after instance_of. by Jeff Hao · 11 years ago
  53. 41c65c1 Add a pool of small cat1 constants to the verifier. by Ian Rogers · 11 years ago
  54. c642ec8 Fix verifier upcasting type after instance_of. by Jeff Hao · 11 years ago
  55. b8a0b94 Switch JNI globals lock to reader-writer. by Ian Rogers · 11 years ago
  56. 3eeda8f Merge "Get SEA fibonacci running in interpreter mode." into dalvik-dev by Ian Rogers · 11 years ago
  57. 90af14d Get SEA fibonacci running in interpreter mode. by Dragos Sbirlea · 11 years ago
  58. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  59. 0f40ac3 Fix races in small mode compiler filters setup by Ian Rogers · 11 years ago
  60. 97a03e3 Fix small art build. by Ian Rogers · 11 years ago
  61. 1d1e267 Merge "Refactor java.lang.reflect implementation" into dalvik-dev by Ian Rogers · 11 years ago
  62. 75a43f1 Clean up logcat spam from compiler and verifier by Anwar Ghuloum · 11 years ago
  63. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  64. 08bf196 Work on SMALL_ART and PORTABLE working at the same time. by Dragos Sbirlea · 11 years ago
  65. c9f9444 am a024a068: Compilation filter by buzbee · 11 years ago
  66. a024a06 Compilation filter by buzbee · 11 years ago
  67. a464748 Verifier checks that primitive put array/field type matches insn type. by Jeff Hao · 11 years ago
  68. b9c37fb Use reader writer mutex for safe checkcast map. by Sebastien Hertz · 11 years ago
  69. 33691ab Fix memory leak in verifier. by Sebastien Hertz · 11 years ago
  70. fe1f7c8 Move verification of primitive type puts into helper method. by Jeff Hao · 11 years ago
  71. b24b4a7 Make verifier allow integral types to be put in integral type arrays. by Jeff Hao · 11 years ago
  72. 9fc16eb Don't add barriers to clinit methods. by Ian Rogers · 11 years ago
  73. c449aa8 Clear exception if catch block doesn't have move-exception. by Ian Rogers · 11 years ago
  74. 4221d61 am 46a1270f: Revert "Support inline dex data" by Brian Carlstrom · 11 years ago
  75. 024a727 am 64d8f18c: Merge "Support inline dex data" by buzbee · 11 years ago
  76. 46a1270 Revert "Support inline dex data" by Brian Carlstrom · 11 years ago
  77. 64d8f18 Merge "Support inline dex data" by buzbee · 11 years ago
  78. 728328a Support inline dex data by buzbee · 11 years ago
  79. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 11 years ago
  80. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  81. 93c3396 Fix style issues in MethodVerifier by Brian Carlstrom · 11 years ago
  82. 4d4adb1 Prevent verifier from creating unused compilation data. by Sebastien Hertz · 11 years ago
  83. b8c7859 Revert "Revert "Remove non-live vregs from GC map on return."" by Ian Rogers · 11 years ago
  84. 73dda0b Revert "Remove non-live vregs from GC map on return." by Ian Rogers · 11 years ago
  85. c0d120a Remove non-live vregs from GC map on return. by Ian Rogers · 11 years ago
  86. 6d376ae Tidy ws and document verifier instruction flags. by Ian Rogers · 11 years ago
  87. 3e79aad Fixing cpplint readability/constructors issues by Brian Carlstrom · 11 years ago
  88. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  89. 6f485c6 Fix cpplint whitespace/indent issues by Brian Carlstrom · 11 years ago
  90. 1895ea3 Fix cpplint readability/fn_size issues by Brian Carlstrom · 11 years ago
  91. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  92. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  93. b1eba21 Fix cpplint whitespace/comma issues by Brian Carlstrom · 11 years ago
  94. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  95. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago