1. 7da9586 Add read barriers for the roots in the verifier. by Hiroshi Yamauchi · 10 years ago
  2. aa910d5 ART: Fix verifier mishandling erroneous array component types by Andreas Gampe · 10 years ago
  3. 65c9db8 ART: Reject array-length on non-reference register by Andreas Gampe · 10 years ago
  4. c389c97 Merge "Set vtable in class object to null after linking." by Mingyao Yang · 10 years ago
  5. 2cdbad7 Set vtable in class object to null after linking. by Mingyao Yang · 10 years ago
  6. 2a593a1 ART: Check high part of dalvik register pairs on put-wide by Andreas Gampe · 10 years ago
  7. d4a6e5c Merge "ART: Also accept java.lang.Throwable as a catch-all handler." by Andreas Gampe · 10 years ago
  8. f91baf1 ART: Also accept java.lang.Throwable as a catch-all handler. by Andreas Gampe · 10 years ago
  9. 00633eb ART: Make a soft failure in method verifier hard, add check by Andreas Gampe · 10 years ago
  10. e5877a1 Fix x86 build. by Ian Rogers · 10 years ago
  11. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  12. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  13. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago
  14. ebbdd87 Only allow instance-of to improve knowledge of a type for downcasts. by Ian Rogers · 10 years ago
  15. b06a036 Merge "ART: Method verifier must check invoke-virtuals for non-zero args" by Andreas Gampe · 11 years ago
  16. c331431 ART: Method verifier must check invoke-virtuals for non-zero args by Andreas Gampe · 11 years ago
  17. 77cd4d6 ART: Method verifier needs to check 2-reg values by Andreas Gampe · 11 years ago
  18. 95c0bf8 ART: Make verifier check invocation args of unresolved methods by Andreas Gampe · 11 years ago
  19. 073ed9b ART: Ignore timing issues in debug builds by Andreas Gampe · 11 years ago
  20. 73d1f27 Merge "Don't verify runtime only opcodes in the data-flow phase of verification." by Ian Rogers · 11 years ago
  21. 5fb22a9 Don't verify runtime only opcodes in the data-flow phase of verification. by Ian Rogers · 11 years ago
  22. acc4d2f ART: Check the number of invocation args in verifier by Andreas Gampe · 11 years ago
  23. 3316ff5 Merge "ART: Invoke_virtual needs at least receiver parameter" by Andreas Gampe · 11 years ago
  24. 9f2b643 ART: Invoke_virtual needs at least receiver parameter by Andreas Gampe · 11 years ago
  25. e225662 ART: Do not allow quickened dex codes in compiler mode. by Andreas Gampe · 11 years ago
  26. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 11 years ago
  27. 5227193 Merge "Fix mismatched new[] delete in verifier." by Mathieu Chartier · 11 years ago
  28. 6afd409 Fix mismatched new[] delete in verifier. by Mathieu Chartier · 11 years ago
  29. 4479ba3 Merge "Change FieldHelper to use a handle." by Mathieu Chartier · 11 years ago
  30. 576ca0c Reduce header files including header files. by Ian Rogers · 11 years ago
  31. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 11 years ago
  32. b74cd29 Compaction cleanup for FindArrayClass. by Mathieu Chartier · 11 years ago
  33. 66b68fa Merge "Revert "Revert "Fix an outstanding compaction bug in interpreter.""" by Mathieu Chartier · 11 years ago
  34. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 11 years ago
  35. 46960fe Make the specification of when we need precise constants more precise. by Ian Rogers · 11 years ago
  36. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 11 years ago
  37. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 11 years ago
  38. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  39. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 11 years ago
  40. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  41. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  42. a4cf1df Allow invoke-virtual-quick on interface types. by Ian Rogers · 11 years ago
  43. 33f2e59 Add more context for CHECKs by Brian Carlstrom · 11 years ago
  44. 29a2648 Move DecodedInstruction into MIR. by Ian Rogers · 11 years ago
  45. da6e4fe Merge "Resolve method's argument reference types" by Sebastien Hertz · 11 years ago
  46. 2ed76f9 Resolve method's argument reference types by Sebastien Hertz · 11 years ago
  47. 942c8e3 Merge "Support field watchpoint in interpreter" by Sebastien Hertz · 11 years ago
  48. 479fc1e Support field watchpoint in interpreter by Sebastien Hertz · 11 years ago
  49. b878f21 Make unresolved exception types cause soft verification errors. by Jeff Hao · 11 years ago
  50. 9bc5440 Interpreter-only mode should cause dex-to-dex compilation. by Ian Rogers · 11 years ago
  51. 6398156 Fix a class-loading bug in the verifier when throwing NPE by Andreas Gampe · 11 years ago
  52. 4b06a72 Change FindClass in GetQuickInvokedMethod to use reg_types_. by Mathieu Chartier · 11 years ago
  53. 757b304 Properly dump register type in verifier failure messages by Sebastien Hertz · 11 years ago
  54. aa0c00c Fix reg type merging in the verifier by Sebastien Hertz · 11 years ago
  55. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  56. b04388f Fix oatdump for interpret-only boot classpath by Brian Carlstrom · 11 years ago
  57. a280655 Remove some stray stringpiece.h includes by Brian Carlstrom · 11 years ago
  58. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  59. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  60. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  61. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  62. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  63. 0f98205 Mark methods in method_verifier-inl.h as inline. by Vladimir Marko · 11 years ago
  64. eae2fb2 Don't resolve types in verifier when we can't load classes. by Mathieu Chartier · 11 years ago
  65. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  66. 849600b Use imprecise constants at compilation time. by Sebastien Hertz · 11 years ago
  67. 2b5eaa2 Move compiler code out of method verifier. by Vladimir Marko · 11 years ago
  68. 2d7e5aa Add classes that fail verification early to rejected class list. by Jeff Hao · 11 years ago
  69. 22cb09b Add class to verifier's rejected list if superclass is erroneous. by Jeff Hao · 11 years ago
  70. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  71. 07a3212 Fix build (lint: explicit ctor). by Vladimir Marko · 11 years ago
  72. 8171fc3 Don't prefix GC map by length. by Vladimir Marko · 11 years ago
  73. 4137f48 Make verifier log hard failures by default. by Jeff Hao · 11 years ago
  74. c255e97 Avoid unnecessary copy of dex_gc_map. by Vladimir Marko · 11 years ago
  75. dfe78a6 Fix memory leak of verifier small precise constants. by Ian Rogers · 11 years ago
  76. 0b74e3a Merge "Compacting collector." into dalvik-dev by Mathieu Chartier · 11 years ago
  77. 08f20c6 Change monitor checks to warnings in verifier. by Jeff Hao · 11 years ago
  78. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  79. c26a56c Verifier uses exception type instead of conflict if unresolved. by Jeff Hao · 11 years ago
  80. 7195dd8 Merge "Don't use UTF16 length as length for MUTF8." into dalvik-dev by Ian Rogers · 11 years ago
  81. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 11 years ago
  82. 8249b42 Avoid verifier crash for quickened invoke on null. by Sebastien Hertz · 11 years ago
  83. a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 11 years ago
  84. 34633b2 am 5ce6f04f: am 3057d341: am a6b22c5b: Verifier allows arguments of integral types to be interchangeable. by Jeff Hao · 11 years ago
  85. a6b22c5 Verifier allows arguments of integral types to be interchangeable. by Jeff Hao · 11 years ago
  86. d91d6d6 Introduce Signature type to avoid string comparisons. by Ian Rogers · 11 years ago
  87. d0fbd85 Reduce memory allocation in verifier. by Ian Rogers · 11 years ago
  88. fc0e94b StringPiece clean up. by Ian Rogers · 11 years ago
  89. deb43702 Fix handling of unresolved references in verifier. by Jeff Hao · 11 years ago
  90. a3faaf4 Fix handling of unresolved references in verifier. by Jeff Hao · 11 years ago
  91. ee39a10 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  92. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  93. dd3c27e Fix verifier upcasting type after instance_of. by Jeff Hao · 11 years ago
  94. 41c65c1 Add a pool of small cat1 constants to the verifier. by Ian Rogers · 11 years ago
  95. c642ec8 Fix verifier upcasting type after instance_of. by Jeff Hao · 11 years ago
  96. b8a0b94 Switch JNI globals lock to reader-writer. by Ian Rogers · 11 years ago
  97. 3eeda8f Merge "Get SEA fibonacci running in interpreter mode." into dalvik-dev by Ian Rogers · 11 years ago
  98. 90af14d Get SEA fibonacci running in interpreter mode. by Dragos Sbirlea · 11 years ago
  99. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  100. 0f40ac3 Fix races in small mode compiler filters setup by Ian Rogers · 11 years ago