1. 516e20f Add extra logging for bug 77342775. by Vladimir Marko · 6 years ago
  2. 54a99cf Fix verifier/linker IncompatibleClassChangeError with hidden API by David Brazdil · 6 years ago
  3. 14a5c98 Don't HARD_FAIL when not able to resolve a quickened opcode. by Nicolas Geoffray · 7 years ago
  4. 3f38a87 Merge "Use vdex's quickening info when decoding a quickened instruction." into pi-dev by Nicolas Geoffray · 7 years ago
  5. e6564f4 Move some remaining dex utilities by David Sehr · 7 years ago
  6. 6589af1 Use vdex's quickening info when decoding a quickened instruction. by Nicolas Geoffray · 7 years ago
  7. 91f35d6 Add more details to verifier dumping for gAborting by Mathieu Chartier · 7 years ago
  8. 8f4b056 Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  9. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  10. b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
  11. ea179f4 Refactor method resolution in class linker. by Nicolas Geoffray · 7 years ago
  12. ef01222 Fix typos. by Roland Levillain · 7 years ago
  13. 928033d Revert^2 "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 7 years ago
  14. c4d3bf4 Revert "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 7 years ago
  15. becc83b ART: Interpreter support for VarHandle accessors by Orion Hodson · 7 years ago
  16. 5a61bb7 Start enforcing hidden API blacklist by David Brazdil · 7 years ago
  17. 077d9db ART: Fix verifier dumping by Andreas Gampe · 7 years ago
  18. 698ebbc Clean up CodeItemAccessors and Compact/StandardDexFile by Mathieu Chartier · 7 years ago
  19. 118c59c Merge "ART: Verifier support for VarHandles" by Orion Hodson · 7 years ago
  20. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  21. fe92d12 ART: Verifier support for VarHandles by Orion Hodson · 7 years ago
  22. f6e3147 Fix default method verifier check for compact dex by Mathieu Chartier · 7 years ago
  23. dc578c7 Move dex exception helpers to their own file and use dex accessor by Mathieu Chartier · 7 years ago
  24. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  25. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 7 years ago
  26. 8901119 Do not pass DexFile to ClassLinker::Lookup/ResolveMethod(). by Vladimir Marko · 7 years ago
  27. 0f13269 Merge changes I8c4cec43,I00634b89,I0579db64 by Vladimir Marko · 7 years ago
  28. c654816 ART: Change SCOPED_TRACE implementation by Andreas Gampe · 7 years ago
  29. 8f1a586 Merge changes I917df597,Ib2ca880e,Ib3733573,I3e3a4672 by Treehugger Robot · 7 years ago
  30. e11dd50 Do not pass DexFile to ClassLinker::ResolveField*(). by Vladimir Marko · 7 years ago
  31. 2ba3557 Merge "Change ArtField::ProxyFindSystemClass() to lookup the class." by Vladimir Marko · 7 years ago
  32. f56a1c0 Merge "Determine HLoadClass/String load kind early." by Vladimir Marko · 7 years ago
  33. 208f670 Change ArtField::ProxyFindSystemClass() to lookup the class. by Vladimir Marko · 7 years ago
  34. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 7 years ago
  35. f223f76 Merge "ART: Add ScopedTrace constructor with lambda" by Treehugger Robot · 7 years ago
  36. dfebbac ART: Add ScopedTrace constructor with lambda by Andreas Gampe · 7 years ago
  37. 39b378c ART: Factor out gAborting by Andreas Gampe · 7 years ago
  38. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  39. 92d7720 ART: Make kDebugVerifier a verbose flag by Andreas Gampe · 7 years ago
  40. 52f205a ART: Remove old aget on null workaround by Andreas Gampe · 7 years ago
  41. 8ddb7f5 ART: Reorder null check in verifier by Andreas Gampe · 7 years ago
  42. eed3a5d ART: Add null type to verifier by Andreas Gampe · 7 years ago
  43. b6b1543 ART: Clean up primitive-type construction by Andreas Gampe · 7 years ago
  44. c638708 ART: Add more comprehensive merge test by Andreas Gampe · 7 years ago
  45. aaf0d38 ART: Change lock dumping by Andreas Gampe · 7 years ago
  46. 3da1d0f Use CodeItemAccessor helpers for method verifier by Mathieu Chartier · 7 years ago
  47. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  48. 4098a7a Refactor ArtField::GetType<>() as {Lookup,Resolve}Type(). by Vladimir Marko · 7 years ago
  49. 5f31703 Merge "Refactor DexInstructionIterator" by Mathieu Chartier · 7 years ago
  50. 2b2bef2 Refactor DexInstructionIterator by Mathieu Chartier · 7 years ago
  51. d9aff13 Revert "Revert "Prevent races with GC when transferring objects between threads"" by Alex Light · 7 years ago
  52. a2cbb2b Merge "Revert "Prevent races with GC when transferring objects between threads"" by Alex Light · 7 years ago
  53. e5179ce Revert "Prevent races with GC when transferring objects between threads" by Alex Light · 7 years ago
  54. 62540e3 Merge "Prevent races with GC when transferring objects between threads" by Treehugger Robot · 7 years ago
  55. 7585b91 Prevent races with GC when transferring objects between threads by Alex Light · 7 years ago
  56. af7c902 Fix DexInstructionIterator overrun bug by Mathieu Chartier · 7 years ago
  57. 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 7 years ago
  58. e764d2e Use ScopedArenaAllocator for register allocation. by Vladimir Marko · 7 years ago
  59. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 7 years ago
  60. 2e59994 ART: support for const-method-{handle,type} by Orion Hodson · 7 years ago
  61. cfcc9cf ART: Increase the number of potential instrinsics by Orion Hodson · 7 years ago
  62. d7559b7 Clean up DexInstuctionIterator. by Vladimir Marko · 7 years ago
  63. 1d2d4ff Add DexInstructionIterator and use it a few places by Mathieu Chartier · 7 years ago
  64. 3c68315 Merge "Revert^2 "ART: Remove workaround in verifer after Jack update."" by Treehugger Robot · 7 years ago
  65. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago
  66. dd30907 ART: Enhance comment by Andreas Gampe · 7 years ago
  67. ae0b1f4 ART: Instantiate templated functions by Andreas Gampe · 7 years ago
  68. 629be51 ART: Redo verification on class resolution failure by Andreas Gampe · 7 years ago
  69. 98be1a9 ART: Don't check access for method parameters by Andreas Gampe · 7 years ago
  70. 7da4c40 ART: Redo verification on field resolution failure by Andreas Gampe · 7 years ago
  71. 1cda7c2 Revert^2 "ART: Remove workaround in verifer after Jack update." by Orion Hodson · 7 years ago
  72. 9a19be9 Merge "Fix verifier checks on interface methods." by Treehugger Robot · 7 years ago
  73. afb6647 Fix verifier checks on interface methods. by Alex Light · 7 years ago
  74. bf755fe Fix verifier deps determinism by Mathieu Chartier · 7 years ago
  75. 72041a0 Use class unloading in dex2oat for verify and extract by Mathieu Chartier · 7 years ago
  76. b45528c ART: Refactor retrieval of types through ArtMethod. by Vladimir Marko · 7 years ago
  77. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  78. 78627e4 ART: Disable part of reg_type_test for CMS by Andreas Gampe · 7 years ago
  79. 26761f7 ART: Move FillHeap to CommonRuntimeTest by Andreas Gampe · 7 years ago
  80. 64d2d3e ART: Account for OOME during array merging by Andreas Gampe · 7 years ago
  81. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  82. 631827d Fixes for constant method handles by Orion Hodson · 7 years ago
  83. e17cf24 Add field/method skipping helper functions to DexFile by Mathieu Chartier · 7 years ago
  84. 5678db5 ART: Refactor bit_utils and stl_util by Andreas Gampe · 7 years ago
  85. 57cf00b ART: Remove old object_callbacks.h includes by Andreas Gampe · 7 years ago
  86. 542bbf7 Merge "ART: Use templates for VerifyInstruction" by Treehugger Robot · 7 years ago
  87. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 7 years ago
  88. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 7 years ago
  89. 726e179 Merge changes I282b25a3,I297f0ad4,I052ac9f7 by Treehugger Robot · 7 years ago
  90. 413d0be Merge "ART: Add some UNLIKELY in the verifier" by Treehugger Robot · 7 years ago
  91. d482e73 ART: More header cleanup - runtime.h by Andreas Gampe · 7 years ago
  92. bf1cb77 ART: Use templates for VerifyInstruction by Andreas Gampe · 7 years ago
  93. 29e8142 ART: Add some UNLIKELY in the verifier by Andreas Gampe · 7 years ago
  94. deae7db ART: Add missing namespace comments by Andreas Gampe · 7 years ago
  95. 42ae05a ART: Improve RegType::IsAssignableFrom by Andreas Gampe · 7 years ago
  96. 74979b1 ART: Add UNLIKELY in verifier by Andreas Gampe · 7 years ago
  97. 1189516 ART: Cache AoT state in verifier by Andreas Gampe · 7 years ago
  98. e05cc66 ART: Add experimental constexpr by Andreas Gampe · 7 years ago
  99. 6fb693a ART: Delete dex_instruction_visitor by Andreas Gampe · 7 years ago
  100. 4e868fa Make vdex and dexlayout compatible. by Nicolas Geoffray · 7 years ago