1. 8ec3bd2 Instruction: Add new formats 45cc and 4rcc. by Narayan Kamath · 8 years ago
  2. 14832ef Revert experimental lambda feature. by Narayan Kamath · 8 years ago
  3. ba65cc4 Merge "ART: Convert pointer size to enum" by Treehugger Robot · 8 years ago
  4. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  5. bffecdb Merge "ART: Fix RegTypeCache for instance field declaring class" by David Brazdil · 8 years ago
  6. db698f1 Fix for interpreter crash on new instance of class by Aart Bik · 8 years ago
  7. 0d638bb ART: Fix RegTypeCache for instance field declaring class by David Brazdil · 8 years ago
  8. 3188364 Do not hide instance field hard failure with soft failure by Aart Bik · 8 years ago
  9. b052632 Fix bug in verifier: hard fail allowed following softfail by Aart Bik · 8 years ago
  10. c2bc265 Fix bug in verifier: soft fail was hiding hard fail. by Aart Bik · 8 years ago
  11. a8d06f0 Merge "Workaround invokesuper underspecified behavior." by Nicolas Geoffray · 8 years ago
  12. f663e34 Workaround invokesuper underspecified behavior. by Aart Bik · 9 years ago
  13. 56fdd0e ART: Disambiguate access-checks mode from lock-counting by Andreas Gampe · 8 years ago
  14. 250a378 Add flag to ArtMethod to skip compilation. by Nicolas Geoffray · 9 years ago
  15. 8f4ade0 ART: Fix nits for verifier change by Andreas Gampe · 9 years ago
  16. cc9b74f Merge "ART: Make iget receiver mismatch hard verifier error" by Andreas Gampe · 9 years ago
  17. 6659624 ART: Make iget receiver mismatch hard verifier error by Andreas Gampe · 9 years ago
  18. b55f1ac Allow private methods in interfaces. by Alex Light · 9 years ago
  19. 76ed99d ART: Postpone interface-related dex failure to version 37 by Andreas Gampe · 9 years ago
  20. 7fe3023 ART: Make verifier fail log level adjustable by Andreas Gampe · 9 years ago
  21. bf9611f ART: Clean up verifier by Andreas Gampe · 9 years ago
  22. 8d8fc48 ART: Relax verifier checks by Andreas Gampe · 9 years ago
  23. bb18a03 ART: Allow array-ness for unresolved merge types by Andreas Gampe · 9 years ago
  24. 55ea94d Fix bug where verification could crash on unresolved types. by Alex Light · 9 years ago
  25. 2cbbf16 ART: Fix RegTypeCache::FromUnresolvedMerge(). by Vladimir Marko · 9 years ago
  26. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 9 years ago
  27. 7211aa6 Add systrace to VerifyClass by Mathieu Chartier · 9 years ago
  28. 98e6ce4 Remove string init map. by Nicolas Geoffray · 9 years ago
  29. 8817760 Clean up register line by Mathieu Chartier · 9 years ago
  30. 361e04a Add custom arena deleter for RegisterLine by Mathieu Chartier · 9 years ago
  31. 4a2c8fc Fix bug with verification of constructors by Alex Light · 9 years ago
  32. 980027c ART: Treat throw with non-reference type as hard failure in verifier. by Pavel Vyssotski · 9 years ago
  33. 9fcfb8a ART: Curb lock-verification-failure spam by Andreas Gampe · 9 years ago
  34. 68b5c0b ART: Disallow uses of uninitialized references by David Brazdil · 9 years ago
  35. fedd91d Optimizing compiler support for directly calling interface methods by Alex Light · 9 years ago
  36. be10e8e Optimizing: Try pattern substitution when we cannot inline. by Vladimir Marko · 9 years ago
  37. a94d54b Stop verifier ResolveClass from putting unresolved classes in dex cache. by Jeff Hao · 9 years ago
  38. 9724c63 Enable interface default methods by default. by Neil Fuller · 9 years ago
  39. 7268d47 Add a METHOD_SUPER to the MethodType enum. by Alex Light · 9 years ago
  40. 87a5575 ART: Change merge(uninitialized, null) to produce conflict by David Brazdil · 9 years ago
  41. 705ad49 Support directly invoking interface default methods by Alex Light · 9 years ago
  42. 42ef8ab ART: Stash a resolved method late in the verifier by Andreas Gampe · 9 years ago
  43. c96205e Revert "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 9 years ago
  44. 53e32d1 ART: Refactor verifier callbacks by Andreas Gampe · 9 years ago
  45. dae2414 ART: Check invoke-interface earlier in verifier by Andreas Gampe · 9 years ago
  46. ec6e6c1 ART: Rerun the verifier for compile-time failures by Andreas Gampe · 9 years ago
  47. a4c98f2 ART: Fix return-object verification by Andreas Gampe · 9 years ago
  48. 0db36b3 Fix minor problems with interface verification and default methods. by Alex Light · 9 years ago
  49. de40d47 Use arenas for the verifier by Mathieu Chartier · 9 years ago
  50. 895bb5f ART: Add simple null alias tracking for lock counting by Andreas Gampe · 9 years ago
  51. 0a67a9c ART: Fix build by Andreas Gampe · 9 years ago
  52. 5139864 Merge "ART: More lenient lock merging in the verifier" by Andreas Gampe · 9 years ago
  53. eb7c144 Add initial default method support to Art by Alex Light · 9 years ago
  54. 2758318 ART: More lenient lock merging in the verifier by Andreas Gampe · 9 years ago
  55. 6918bf1 Revert "Revert "lambda: Experimental support for capture-variable and liberate-variable"" by Igor Murashkin · 9 years ago
  56. 446ca43 Merge "Revert "lambda: Experimental support for capture-variable and liberate-variable"" by Nicolas Geoffray · 9 years ago
  57. 7bbb80a Revert "lambda: Experimental support for capture-variable and liberate-variable" by Nicolas Geoffray · 9 years ago
  58. 9c612ca Merge "lambda: Experimental support for capture-variable and liberate-variable" by Igor Murashkin · 9 years ago
  59. b721234 lambda: Experimental support for capture-variable and liberate-variable by Igor Murashkin · 9 years ago
  60. 5469d34 ART: Reject PackedSwitch with overflowing keys by David Brazdil · 9 years ago
  61. 071cd9d ART: Fix misleading error message in method verifier. by Vladimir Marko · 9 years ago
  62. 7856835 Fix locking on string init map (again). by Vladimir Marko · 9 years ago
  63. 35717f8 Merge "ART: Add some utilities for working with containers." by Vladimir Marko · 9 years ago
  64. e6215c0 ART: Move access flags checking to dex file verifier by Andreas Gampe · 9 years ago
  65. 637ee0b ART: Add some utilities for working with containers. by Vladimir Marko · 9 years ago
  66. 957fb89 Merge "ART: Move DexCache arrays to native." by Vladimir Marko · 9 years ago
  67. de286fd Address some leftover comments by Mathieu Chartier · 9 years ago
  68. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  69. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  70. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 9 years ago
  71. a727e37 ART: Balanced locking by Andreas Gampe · 9 years ago
  72. 706ea6a Merge "ART: Propagate verifier failure types to the compilers" by Andreas Gampe · 9 years ago
  73. 772cc4a Merge "Change dex caches to be weak roots" by Mathieu Chartier · 9 years ago
  74. 0760a81 ART: Propagate verifier failure types to the compilers by Andreas Gampe · 9 years ago
  75. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 9 years ago
  76. ad238ce ART: Add option to retain lock levels in verifier by Andreas Gampe · 9 years ago
  77. c147410 ART: Special form of lock aliasing by Andreas Gampe · 9 years ago
  78. f5cdc41 ART: (Partially) fix lock aliasing by Andreas Gampe · 9 years ago
  79. 53de99c ART: Follow-up fixes by Andreas Gampe · 9 years ago
  80. ebf850c ART: Fix verifier dumping, add hard-fail dumping by Andreas Gampe · 9 years ago
  81. 4bf4c78 ART: Relax verifier aput checking by Andreas Gampe · 9 years ago
  82. af31802 ART: Add correct -inl file by Andreas Gampe · 9 years ago
  83. f10b6e1 ART: Change UninitializedThis tracking in the verifier by Andreas Gampe · 9 years ago
  84. b58474e ART: Change UnresolvedMergedType merge by Andreas Gampe · 9 years ago
  85. 32a6740 Merge "ART: Fix reg_type_test" by Andreas Gampe · 9 years ago
  86. 2f90b34 ART: Fix reg_type_test by Andreas Gampe · 9 years ago
  87. 750f7c2 ART: Change UnresolvedMergedType internal representation by Andreas Gampe · 9 years ago
  88. b291796 ART: Check a RETURN_VOID_NO_BARRIER like a RETURN_VOID by Andreas Gampe · 9 years ago
  89. 07e0e6b Revert "ART: Do not allow RETURN_VOID_NO_BARRIER outside constructors" by Andreas Gampe · 9 years ago
  90. e93505f ART: Do not allow RETURN_VOID_NO_BARRIER outside constructors by Andreas Gampe · 9 years ago
  91. be2aa44 ART: Relax IsInstantiable check by Andreas Gampe · 9 years ago
  92. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  93. 4d7b75f verifier: Skip verification of methods when seeing experimental opcodes by Igor Murashkin · 9 years ago
  94. 891dfaa ART: Fix UninitializedReference handling by Andreas Gampe · 9 years ago
  95. e2facc5 runtime: Add lambda box/unbox object equality by Igor Murashkin · 9 years ago
  96. 7617abd runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS by Igor Murashkin · 9 years ago
  97. 747e536 Clean up after verifier changes wrt. conflict/undefined reg. by Vladimir Marko · 9 years ago
  98. 8f1e08a ART: Don't nest indenters in oatdump. by Vladimir Marko · 9 years ago
  99. 97a1ff3 ART: Change merges with Undefined to Undefined by Andreas Gampe · 9 years ago
  100. 224a848 Merge "ART: Allow to set and copy conflicts in the verifier" by Andreas Gampe · 9 years ago