1. 7268d47 Add a METHOD_SUPER to the MethodType enum. by Alex Light · 9 years ago
  2. 705ad49 Support directly invoking interface default methods by Alex Light · 9 years ago
  3. 42ef8ab ART: Stash a resolved method late in the verifier by Andreas Gampe · 9 years ago
  4. c96205e Revert "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 9 years ago
  5. 53e32d1 ART: Refactor verifier callbacks by Andreas Gampe · 9 years ago
  6. dae2414 ART: Check invoke-interface earlier in verifier by Andreas Gampe · 9 years ago
  7. ec6e6c1 ART: Rerun the verifier for compile-time failures by Andreas Gampe · 9 years ago
  8. a4c98f2 ART: Fix return-object verification by Andreas Gampe · 9 years ago
  9. 0db36b3 Fix minor problems with interface verification and default methods. by Alex Light · 9 years ago
  10. de40d47 Use arenas for the verifier by Mathieu Chartier · 9 years ago
  11. eb7c144 Add initial default method support to Art by Alex Light · 9 years ago
  12. 6918bf1 Revert "Revert "lambda: Experimental support for capture-variable and liberate-variable"" by Igor Murashkin · 9 years ago
  13. 446ca43 Merge "Revert "lambda: Experimental support for capture-variable and liberate-variable"" by Nicolas Geoffray · 9 years ago
  14. 7bbb80a Revert "lambda: Experimental support for capture-variable and liberate-variable" by Nicolas Geoffray · 9 years ago
  15. 9c612ca Merge "lambda: Experimental support for capture-variable and liberate-variable" by Igor Murashkin · 9 years ago
  16. b721234 lambda: Experimental support for capture-variable and liberate-variable by Igor Murashkin · 9 years ago
  17. 5469d34 ART: Reject PackedSwitch with overflowing keys by David Brazdil · 9 years ago
  18. 071cd9d ART: Fix misleading error message in method verifier. by Vladimir Marko · 9 years ago
  19. 7856835 Fix locking on string init map (again). by Vladimir Marko · 9 years ago
  20. 35717f8 Merge "ART: Add some utilities for working with containers." by Vladimir Marko · 9 years ago
  21. e6215c0 ART: Move access flags checking to dex file verifier by Andreas Gampe · 9 years ago
  22. 637ee0b ART: Add some utilities for working with containers. by Vladimir Marko · 9 years ago
  23. 957fb89 Merge "ART: Move DexCache arrays to native." by Vladimir Marko · 9 years ago
  24. de286fd Address some leftover comments by Mathieu Chartier · 9 years ago
  25. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  26. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  27. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 9 years ago
  28. a727e37 ART: Balanced locking by Andreas Gampe · 9 years ago
  29. 706ea6a Merge "ART: Propagate verifier failure types to the compilers" by Andreas Gampe · 9 years ago
  30. 772cc4a Merge "Change dex caches to be weak roots" by Mathieu Chartier · 9 years ago
  31. 0760a81 ART: Propagate verifier failure types to the compilers by Andreas Gampe · 9 years ago
  32. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 9 years ago
  33. ad238ce ART: Add option to retain lock levels in verifier by Andreas Gampe · 9 years ago
  34. c147410 ART: Special form of lock aliasing by Andreas Gampe · 9 years ago
  35. 53de99c ART: Follow-up fixes by Andreas Gampe · 9 years ago
  36. ebf850c ART: Fix verifier dumping, add hard-fail dumping by Andreas Gampe · 9 years ago
  37. 4bf4c78 ART: Relax verifier aput checking by Andreas Gampe · 9 years ago
  38. f10b6e1 ART: Change UninitializedThis tracking in the verifier by Andreas Gampe · 9 years ago
  39. b291796 ART: Check a RETURN_VOID_NO_BARRIER like a RETURN_VOID by Andreas Gampe · 9 years ago
  40. 07e0e6b Revert "ART: Do not allow RETURN_VOID_NO_BARRIER outside constructors" by Andreas Gampe · 9 years ago
  41. e93505f ART: Do not allow RETURN_VOID_NO_BARRIER outside constructors by Andreas Gampe · 9 years ago
  42. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  43. 4d7b75f verifier: Skip verification of methods when seeing experimental opcodes by Igor Murashkin · 9 years ago
  44. e2facc5 runtime: Add lambda box/unbox object equality by Igor Murashkin · 9 years ago
  45. 8f1e08a ART: Don't nest indenters in oatdump. by Vladimir Marko · 9 years ago
  46. 890da29 ART: Avoid soft- after hard-fail in verifier by Andreas Gampe · 9 years ago
  47. 57c4758 ART: Check switch and array data better in the verifier by Andreas Gampe · 9 years ago
  48. d5ad72f ART: Fix invalid access and DCHECK in verifier by Andreas Gampe · 9 years ago
  49. d12e782 ART: Reset runtime_throw_failure flag by Andreas Gampe · 9 years ago
  50. 414000e Hard-fail get-/put-object to a non-reference field. by Vladimir Marko · 9 years ago
  51. 1f1d53e Merge "ART: Correctly hard-fail method with undefined register" by Andreas Gampe · 9 years ago
  52. a32210c ART: Correctly hard-fail method with undefined register by Andreas Gampe · 9 years ago
  53. 4824c27 Use a flag from the verifier to know if we should compile. by Nicolas Geoffray · 9 years ago
  54. f23f33d ART: Follow-up to 507cc6f83bf6379728f2dd20391f2ed5fbfe6371 by Andreas Gampe · 9 years ago
  55. ec3a4e7 Merge "runtime: Partially implement box-lambda and unbox-lambda experimental opcodes" by Igor Murashkin · 9 years ago
  56. 2ee54e2 runtime: Partially implement box-lambda and unbox-lambda experimental opcodes by Igor Murashkin · 9 years ago
  57. 68df320 ART: Allow checking RETURN_VOID_NO_BARRIER on unresolved classes by Andreas Gampe · 9 years ago
  58. 507cc6f ART: Disallow classes that are abstract and final by Andreas Gampe · 9 years ago
  59. a60bd74 Merge "ART: Check for expected args for instance methods" by Andreas Gampe · 9 years ago
  60. ef0b1a1 ART: Check for expected args for instance methods by Andreas Gampe · 9 years ago
  61. ba7837b Merge "ART: Check var-arg count earlier in method verifier" by Andreas Gampe · 9 years ago
  62. 29498a2 ART: Check var-arg count earlier in method verifier by Taiju Tsuiki · 9 years ago
  63. e438757 Merge "Verifier: check an aput, even if we know it will fail." by Nicolas Geoffray · 9 years ago
  64. 66389fb Verifier: check an aput, even if we know it will fail. by Nicolas Geoffray · 9 years ago
  65. 247e977 Merge "interpreter: Add experimental lambda opcodes for invoke/create-lambda" by Igor Murashkin · 9 years ago
  66. 158f35c interpreter: Add experimental lambda opcodes for invoke/create-lambda by Igor Murashkin · 9 years ago
  67. da9badb ART: Check long and double register pairs in invokes by Andreas Gampe · 9 years ago
  68. d9e2301 ART: Reload class on miranda method in verifier by Andreas Gampe · 9 years ago
  69. b588f4c ART: Fix wrong hard-failure handling in verifier by Andreas Gampe · 9 years ago
  70. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  71. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 9 years ago
  72. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  73. 3c651fc ART: Sometimes even empty methods take forever to verify by Andreas Gampe · 9 years ago
  74. a4f5bf6 ART: Change huge-method warning in verifier by Andreas Gampe · 9 years ago
  75. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  76. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  77. d0ad2ee Add support for nested method verifiers by Mathieu Chartier · 9 years ago
  78. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 9 years ago
  79. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  80. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 9 years ago
  81. 16f149c ART: Change RETURN_OBJECT verification for arrays by Andreas Gampe · 9 years ago
  82. 9ccd151 Fix verifier handling of empty switch as last instruction. by Jeff Hao · 9 years ago
  83. e86deef Add verify-at-runtime compiler filter by Mathieu Chartier · 9 years ago
  84. d7cbf8a Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER by Mathieu Chartier · 9 years ago
  85. 12d625f Change method verifiers to be thread local roots by Mathieu Chartier · 9 years ago
  86. d7f8d05 ART: Save work-line for pending runtime failure by Andreas Gampe · 9 years ago
  87. 091d238 Fix incompatible class change error for JIT stress mode by Mathieu Chartier · 9 years ago
  88. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  89. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  90. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  91. 270a0e1 Fix exception handling during deoptimization by Sebastien Hertz · 10 years ago
  92. 4306ef8 Don't allow suspension from FindLocksAtDexPc by Mathieu Chartier · 10 years ago
  93. 7e541c9 ART: Fix verification of constructors. by Stephen Kyle · 10 years ago
  94. d691045 Merge "Revert "Revert "Ensure void type is resolved when running without image""" by Andreas Gampe · 10 years ago
  95. 36b58f5 Add verifier support for dequickening by Mathieu Chartier · 10 years ago
  96. 76bd880 Revert "Revert "Ensure void type is resolved when running without image"" by Andreas Gampe · 10 years ago
  97. b3991da Merge "Add missing iget quick for bool, byte, char, short" by Mathieu Chartier · 10 years ago
  98. ffc605c Add missing iget quick for bool, byte, char, short by Mathieu Chartier · 10 years ago
  99. be6fa5e Fix verifier bug caused by confusing ArtMethod::IsDirect vs ArtMethod::IsStatic semantics. by Brian Carlstrom · 10 years ago
  100. 6bb3919 Merge "Quick: Redefine the notion of back-egdes." by Vladimir Marko · 10 years ago