1. 78627e4 ART: Disable part of reg_type_test for CMS by Andreas Gampe · 7 years ago
  2. 26761f7 ART: Move FillHeap to CommonRuntimeTest by Andreas Gampe · 7 years ago
  3. 64d2d3e ART: Account for OOME during array merging by Andreas Gampe · 7 years ago
  4. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  5. 631827d Fixes for constant method handles by Orion Hodson · 7 years ago
  6. e17cf24 Add field/method skipping helper functions to DexFile by Mathieu Chartier · 7 years ago
  7. 5678db5 ART: Refactor bit_utils and stl_util by Andreas Gampe · 7 years ago
  8. 57cf00b ART: Remove old object_callbacks.h includes by Andreas Gampe · 7 years ago
  9. 542bbf7 Merge "ART: Use templates for VerifyInstruction" by Treehugger Robot · 7 years ago
  10. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 7 years ago
  11. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 7 years ago
  12. 726e179 Merge changes I282b25a3,I297f0ad4,I052ac9f7 by Treehugger Robot · 7 years ago
  13. 413d0be Merge "ART: Add some UNLIKELY in the verifier" by Treehugger Robot · 7 years ago
  14. d482e73 ART: More header cleanup - runtime.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. deae7db ART: Add missing namespace comments by Andreas Gampe · 7 years ago
  18. 42ae05a ART: Improve RegType::IsAssignableFrom by Andreas Gampe · 7 years ago
  19. 74979b1 ART: Add UNLIKELY in verifier by Andreas Gampe · 7 years ago
  20. 1189516 ART: Cache AoT state in verifier by Andreas Gampe · 7 years ago
  21. e05cc66 ART: Add experimental constexpr by Andreas Gampe · 7 years ago
  22. 6fb693a ART: Delete dex_instruction_visitor by Andreas Gampe · 7 years ago
  23. 4e868fa Make vdex and dexlayout compatible. by Nicolas Geoffray · 7 years ago
  24. 6d7abbd ART: More header cleanup - method_verifier.h by Andreas Gampe · 7 years ago
  25. 5a0336d Merge "ART: Add method verifier check for call site id" by Orion Hodson · 7 years ago
  26. a1d2f95 ART: Clean up art_field.h by Andreas Gampe · 7 years ago
  27. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 7 years ago
  28. 3a842f5 ART: Add method verifier check for call site id by Orion Hodson · 7 years ago
  29. 9cb0c46 Fix verifier crash on abstract final class. by Vladimir Marko · 7 years ago
  30. bdb540d Vdex: Workaround arrays with erroneous component type. by Nicolas Geoffray · 7 years ago
  31. fc38e91 Do not assume type relationship when recording "not assignable" by Nicolas Geoffray · 7 years ago
  32. bdaa613 Merge "Fix RegType invariant checks." by Treehugger Robot · 7 years ago
  33. 6e54f78 Only look at vdex related access flags for class/fields/methods. by Nicolas Geoffray · 7 years ago
  34. a22a656 Fix RegType invariant checks. by Vladimir Marko · 7 years ago
  35. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  36. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  37. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  38. fe35fe1 Merge "ART: Add operator == and != with nullptr to Handle" by Treehugger Robot · 7 years ago
  39. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 7 years ago
  40. c069a30 ART: invoke-custom support by Orion Hodson · 8 years ago
  41. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 7 years ago
  42. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  43. fcbafb3 Ensure we don't attempt to compile obsolete methods. by Alex Light · 7 years ago
  44. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  45. ec78622 Hash-based dex cache type array. by Vladimir Marko · 8 years ago
  46. 865cf90 vdex optimization: avoid doing application type resolution. by Nicolas Geoffray · 8 years ago
  47. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 8 years ago
  48. ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  49. 0fb5af1 Revert "ART: Compiler support for invoke-polymorphic." by Orion Hodson · 8 years ago
  50. 02e3092 ART: Compiler support for invoke-polymorphic. by Orion Hodson · 8 years ago
  51. 0e2fe0f Find the classpath boundary for being assignable to an interface. by Nicolas Geoffray · 8 years ago
  52. 0f1cb17 Actually record arrays in classpath. by Nicolas Geoffray · 8 years ago
  53. 2709b5f Do not record dependencies on arrays. by Nicolas Geoffray · 8 years ago
  54. 119e846 Point optimizations for vdex. by Nicolas Geoffray · 8 years ago
  55. 857f058 Fix JIT crash due to unverified dead code by Calin Juravle · 8 years ago
  56. ad0c8bd Revert "Fix JIT crash due to unverified dead code" by Vladimir Marko · 8 years ago
  57. 132eb43 Fix JIT crash due to unverified dead code by Calin Juravle · 8 years ago
  58. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  59. dfc453b Merge "Handle primitive types in VerifierTypes::AddAssignability." by Nicolas Geoffray · 8 years ago
  60. 9186ced ART: Clean up utils.h by Andreas Gampe · 8 years ago
  61. d1665a0 Handle primitive types in VerifierTypes::AddAssignability. by Nicolas Geoffray · 8 years ago
  62. 7f7a074 Revert "ART: Remove workaround in verifer after Jack update." by Orion Hodson · 8 years ago
  63. 1aab04d ART: Remove workaround in verifer after Jack update. by Orion Hodson · 8 years ago
  64. c571e73 Merge "ART: Add verifier support for invoke-polymorphic." by Treehugger Robot · 8 years ago
  65. cfa325e ART: Add verifier support for invoke-polymorphic. by Orion Hodson · 8 years ago
  66. 063fc77 Class Hierarchy Analysis (CHA) by Mingyao Yang · 8 years ago
  67. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  68. fc2dd61 Speed up verified methods by Mathieu Chartier · 8 years ago
  69. 340dafa Use a per-thread VerifierDeps. by Nicolas Geoffray · 8 years ago
  70. 32b5030 Check same dex file for finding class descriptor string id by Mathieu Chartier · 8 years ago
  71. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  72. f8f36c2 ART: Do not DCHECK in verifier when already aborting by Andreas Gampe · 8 years ago
  73. d4ede93 Merge "Integrate VerifierDeps in compiler driver." by Nicolas Geoffray · 8 years ago
  74. 47b6bdb Merge changes I86bc206d,If20a34e7,I6ee6c826,I240341a0 by Treehugger Robot · 8 years ago
  75. 1eeb00c ART: Change iterator value type to match by Andreas Gampe · 8 years ago
  76. 5c657fe Pass some arguments by const reference. by Vladimir Marko · 8 years ago
  77. 6bb7f1b Integrate VerifierDeps in compiler driver. by Nicolas Geoffray · 8 years ago
  78. 8904b6f Add VerifierDeps::Verify. by Nicolas Geoffray · 8 years ago
  79. e70dd56 Dump VerifierDeps in oatdump. by Nicolas Geoffray · 8 years ago
  80. d01f60c Add a VerifierDeps::Dump method. by Nicolas Geoffray · 8 years ago
  81. 56ee489 method_verifier_test: Allow soft verifier failures for java/lang/invoke.* by Narayan Kamath · 8 years ago
  82. eb242cd Merge "Save the non-verified classes in the VerifierDeps." by Nicolas Geoffray · 8 years ago
  83. 0802518 Save the non-verified classes in the VerifierDeps. by Nicolas Geoffray · 8 years ago
  84. 34ee684 ART: Refactor class-linker methods by Andreas Gampe · 10 years ago
  85. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  86. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 8 years ago
  87. 8ee0b08 Merge "Basic implementation of invoke / invoke-polymorphic." by Treehugger Robot · 8 years ago
  88. 9823e78 Basic implementation of invoke / invoke-polymorphic. by Narayan Kamath · 8 years ago
  89. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  90. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  91. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  92. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  93. 0e84439 Collapse ART's AbstractMethod class into Executable by Neil Fuller · 8 years ago
  94. 6f82fbd Implement VerifierDeps encoding/decoding by David Brazdil · 8 years ago
  95. ca3c8c3 Collect verifier dependencies by David Brazdil · 8 years ago
  96. 5fd66d0 ART: Remove LogSeverity NONE by Andreas Gampe · 8 years ago
  97. ebb7b22 Merge "Clean up some includes." by Treehugger Robot · 8 years ago
  98. 3a21e38 Clean up some includes. by Vladimir Marko · 8 years ago
  99. 15fc729 verifier: Pass ClassDef as a reference by David Brazdil · 8 years ago
  100. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago