1. dd30907 ART: Enhance comment by Andreas Gampe · 7 years ago
  2. ae0b1f4 ART: Instantiate templated functions by Andreas Gampe · 7 years ago
  3. 629be51 ART: Redo verification on class resolution failure by Andreas Gampe · 7 years ago
  4. 98be1a9 ART: Don't check access for method parameters by Andreas Gampe · 7 years ago
  5. 7da4c40 ART: Redo verification on field resolution failure by Andreas Gampe · 7 years ago
  6. 1cda7c2 Revert^2 "ART: Remove workaround in verifer after Jack update." by Orion Hodson · 7 years ago
  7. afb6647 Fix verifier checks on interface methods. by Alex Light · 7 years ago
  8. b45528c ART: Refactor retrieval of types through ArtMethod. by Vladimir Marko · 7 years ago
  9. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  10. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  11. 631827d Fixes for constant method handles by Orion Hodson · 7 years ago
  12. e17cf24 Add field/method skipping helper functions to DexFile by Mathieu Chartier · 7 years ago
  13. 542bbf7 Merge "ART: Use templates for VerifyInstruction" by Treehugger Robot · 7 years ago
  14. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 7 years ago
  15. bf1cb77 ART: Use templates for VerifyInstruction by Andreas Gampe · 7 years ago
  16. 29e8142 ART: Add some UNLIKELY in the verifier by Andreas Gampe · 7 years ago
  17. 74979b1 ART: Add UNLIKELY in verifier by Andreas Gampe · 7 years ago
  18. 1189516 ART: Cache AoT state in verifier by Andreas Gampe · 7 years ago
  19. e05cc66 ART: Add experimental constexpr by Andreas Gampe · 7 years ago
  20. 6fb693a ART: Delete dex_instruction_visitor by Andreas Gampe · 7 years ago
  21. 4e868fa Make vdex and dexlayout compatible. by Nicolas Geoffray · 7 years ago
  22. 6d7abbd ART: More header cleanup - method_verifier.h by Andreas Gampe · 7 years ago
  23. 5a0336d Merge "ART: Add method verifier check for call site id" by Orion Hodson · 7 years ago
  24. 3a842f5 ART: Add method verifier check for call site id by Orion Hodson · 7 years ago
  25. 9cb0c46 Fix verifier crash on abstract final class. by Vladimir Marko · 7 years ago
  26. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  27. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  28. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  29. c069a30 ART: invoke-custom support by Orion Hodson · 8 years ago
  30. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 7 years ago
  31. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  32. fcbafb3 Ensure we don't attempt to compile obsolete methods. by Alex Light · 7 years ago
  33. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  34. ec78622 Hash-based dex cache type array. by Vladimir Marko · 8 years ago
  35. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 8 years ago
  36. ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  37. 0fb5af1 Revert "ART: Compiler support for invoke-polymorphic." by Orion Hodson · 8 years ago
  38. 02e3092 ART: Compiler support for invoke-polymorphic. by Orion Hodson · 8 years ago
  39. 857f058 Fix JIT crash due to unverified dead code by Calin Juravle · 8 years ago
  40. ad0c8bd Revert "Fix JIT crash due to unverified dead code" by Vladimir Marko · 8 years ago
  41. 132eb43 Fix JIT crash due to unverified dead code by Calin Juravle · 8 years ago
  42. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  43. 7f7a074 Revert "ART: Remove workaround in verifer after Jack update." by Orion Hodson · 8 years ago
  44. 1aab04d ART: Remove workaround in verifer after Jack update. by Orion Hodson · 8 years ago
  45. c571e73 Merge "ART: Add verifier support for invoke-polymorphic." by Treehugger Robot · 8 years ago
  46. cfa325e ART: Add verifier support for invoke-polymorphic. by Orion Hodson · 8 years ago
  47. 063fc77 Class Hierarchy Analysis (CHA) by Mingyao Yang · 8 years ago
  48. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  49. f8f36c2 ART: Do not DCHECK in verifier when already aborting by Andreas Gampe · 8 years ago
  50. 5c657fe Pass some arguments by const reference. by Vladimir Marko · 8 years ago
  51. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  52. 8ee0b08 Merge "Basic implementation of invoke / invoke-polymorphic." by Treehugger Robot · 8 years ago
  53. 9823e78 Basic implementation of invoke / invoke-polymorphic. by Narayan Kamath · 8 years ago
  54. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  55. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  56. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  57. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  58. 0e84439 Collapse ART's AbstractMethod class into Executable by Neil Fuller · 8 years ago
  59. ca3c8c3 Collect verifier dependencies by David Brazdil · 8 years ago
  60. 5fd66d0 ART: Remove LogSeverity NONE by Andreas Gampe · 8 years ago
  61. 15fc729 verifier: Pass ClassDef as a reference by David Brazdil · 8 years ago
  62. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  63. 8ec3bd2 Instruction: Add new formats 45cc and 4rcc. by Narayan Kamath · 8 years ago
  64. 14832ef Revert experimental lambda feature. by Narayan Kamath · 8 years ago
  65. ba65cc4 Merge "ART: Convert pointer size to enum" by Treehugger Robot · 8 years ago
  66. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  67. bffecdb Merge "ART: Fix RegTypeCache for instance field declaring class" by David Brazdil · 8 years ago
  68. db698f1 Fix for interpreter crash on new instance of class by Aart Bik · 8 years ago
  69. 0d638bb ART: Fix RegTypeCache for instance field declaring class by David Brazdil · 8 years ago
  70. 3188364 Do not hide instance field hard failure with soft failure by Aart Bik · 8 years ago
  71. b052632 Fix bug in verifier: hard fail allowed following softfail by Aart Bik · 8 years ago
  72. c2bc265 Fix bug in verifier: soft fail was hiding hard fail. by Aart Bik · 8 years ago
  73. a8d06f0 Merge "Workaround invokesuper underspecified behavior." by Nicolas Geoffray · 8 years ago
  74. f663e34 Workaround invokesuper underspecified behavior. by Aart Bik · 8 years ago
  75. 56fdd0e ART: Disambiguate access-checks mode from lock-counting by Andreas Gampe · 8 years ago
  76. 250a378 Add flag to ArtMethod to skip compilation. by Nicolas Geoffray · 8 years ago
  77. 8f4ade0 ART: Fix nits for verifier change by Andreas Gampe · 8 years ago
  78. cc9b74f Merge "ART: Make iget receiver mismatch hard verifier error" by Andreas Gampe · 8 years ago
  79. 6659624 ART: Make iget receiver mismatch hard verifier error by Andreas Gampe · 8 years ago
  80. b55f1ac Allow private methods in interfaces. by Alex Light · 8 years ago
  81. 76ed99d ART: Postpone interface-related dex failure to version 37 by Andreas Gampe · 8 years ago
  82. 7fe3023 ART: Make verifier fail log level adjustable by Andreas Gampe · 8 years ago
  83. bf9611f ART: Clean up verifier by Andreas Gampe · 8 years ago
  84. 8d8fc48 ART: Relax verifier checks by Andreas Gampe · 8 years ago
  85. bb18a03 ART: Allow array-ness for unresolved merge types by Andreas Gampe · 8 years ago
  86. 55ea94d Fix bug where verification could crash on unresolved types. by Alex Light · 8 years ago
  87. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 8 years ago
  88. 7211aa6 Add systrace to VerifyClass by Mathieu Chartier · 8 years ago
  89. 98e6ce4 Remove string init map. by Nicolas Geoffray · 8 years ago
  90. 361e04a Add custom arena deleter for RegisterLine by Mathieu Chartier · 8 years ago
  91. 4a2c8fc Fix bug with verification of constructors by Alex Light · 8 years ago
  92. 980027c ART: Treat throw with non-reference type as hard failure in verifier. by Pavel Vyssotski · 8 years ago
  93. 9fcfb8a ART: Curb lock-verification-failure spam by Andreas Gampe · 8 years ago
  94. 68b5c0b ART: Disallow uses of uninitialized references by David Brazdil · 9 years ago
  95. fedd91d Optimizing compiler support for directly calling interface methods by Alex Light · 9 years ago
  96. 9724c63 Enable interface default methods by default. by Neil Fuller · 9 years ago
  97. 7268d47 Add a METHOD_SUPER to the MethodType enum. by Alex Light · 9 years ago
  98. 705ad49 Support directly invoking interface default methods by Alex Light · 9 years ago
  99. 42ef8ab ART: Stash a resolved method late in the verifier by Andreas Gampe · 9 years ago
  100. c96205e Revert "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 9 years ago