1. c7aa87e Remove static_class_ from Method/VarHandle and CallSite. by Vladimir Marko · 7 years ago
  2. 0278be7 Remove PrimitiveArray<T>::array_class_. by Vladimir Marko · 7 years ago
  3. b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 7 years ago
  4. 9abc31e ART: Refactor String.init binding by Andreas Gampe · 7 years ago
  5. 00e15d6 Merge "ART: Add dex::ProtoIndex" by Orion Hodson · 7 years ago
  6. 06d10a7 ART: Add dex::ProtoIndex by Orion Hodson · 7 years ago
  7. 1ab0fa8 Refactor ClassLinker & ImageWriter to use a common resolution routine by David Brazdil · 7 years ago
  8. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  9. 4525e0b Fix verifier/linker IncompatibleClassChangeError with hidden API by David Brazdil · 7 years ago
  10. 82d046e Add a profiling library by David Sehr · 7 years ago
  11. f5f1f80 Revert^2 "hidden_api: Call back into libcore on hidden api detection"" by Narayan Kamath · 7 years ago
  12. c14f54b Merge "Fix 616-cha-unloading." by Treehugger Robot · 7 years ago
  13. 606adb3 Fix and extend debugging output for bug 74410240. by Vladimir Marko · 7 years ago
  14. 252a4e4 Fix 616-cha-unloading. by Alexey Grebenkin · 7 years ago
  15. 27b9676 ART: Simplify quasi_atomic.h by Orion Hodson · 7 years ago
  16. aa12001 ART: Refactor hidden_api by Andreas Gampe · 7 years ago
  17. 8e1a7cb Revert "Revert "Allow hidden API access from system libraries"" by David Brazdil · 7 years ago
  18. 41a1057 Merge "Revert "Allow hidden API access from system libraries"" by Nicolas Geoffray · 7 years ago
  19. 0127b71 Revert "Allow hidden API access from system libraries" by Nicolas Geoffray · 7 years ago
  20. de1ef6d Merge "Allow hidden API access from system libraries" by Treehugger Robot · 7 years ago
  21. eefabd2 Allow hidden API access from system libraries by David Brazdil · 7 years ago
  22. 0933cc5 Disable encoded static initialization by Mathieu Chartier · 7 years ago
  23. 454bc46 Merge "Revert "Warn on overriding of hidden methods"" by David Brazdil · 7 years ago
  24. 5c7e618 Revert "Warn on overriding of hidden methods" by David Brazdil · 7 years ago
  25. 1d5c660 Merge "ART: Fix to ClassLinker::ResolveMethodHandleForField()" by Treehugger Robot · 7 years ago
  26. fd7b2c2 ART: Fix to ClassLinker::ResolveMethodHandleForField() by Orion Hodson · 7 years ago
  27. a1fb634 Merge "Warn on overriding of hidden methods" by Treehugger Robot · 7 years ago
  28. c54b89a Merge "Refactor enforcement of hidden API policy when linking" by Treehugger Robot · 7 years ago
  29. 4ecf09b Merge "Fix dangling SingleImplementations left after class unloading" by Nicolas Geoffray · 7 years ago
  30. fc66129 Warn on overriding of hidden methods by David Brazdil · 7 years ago
  31. 8ce3bfa Refactor enforcement of hidden API policy when linking by David Brazdil · 7 years ago
  32. be4c2bd Fix dangling SingleImplementations left after class unloading by Alexey Grebenkin · 7 years ago
  33. 5047d9f Make test 1934 not flaky. by Alex Light · 7 years ago
  34. 9992e09 Merge "Retrieve String/Class references from .data.bimg.rel.ro." by Vladimir Marko · 7 years ago
  35. 8ba5641 Merge "Load ArtMethod* from .data.bimg.rel.ro entries." by Vladimir Marko · 7 years ago
  36. e47f60c Retrieve String/Class references from .data.bimg.rel.ro. by Vladimir Marko · 7 years ago
  37. b066d43 Load ArtMethod* from .data.bimg.rel.ro entries. by Vladimir Marko · 7 years ago
  38. 3ef920e Merge "Move most of runtime/base to libartbase/base" by David Sehr · 7 years ago
  39. 769af03 Merge "ART: Use try-lock for interface marking" by Treehugger Robot · 7 years ago
  40. 976b298 ART: Use try-lock for interface marking by Andreas Gampe · 7 years ago
  41. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  42. b8e7c37 ART: Refactor known-classloader visits by Andreas Gampe · 7 years ago
  43. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  44. d78ceca Merge "Add more info to class initialization check" by Treehugger Robot · 7 years ago
  45. cfda88f Add more info to class initialization check by Alex Light · 7 years ago
  46. 63e9e87 Merge "Add timestamps to JIT/DEX native debug info." by David Srbecky · 7 years ago
  47. 33ff844 Merge "Workaround for class loader issues in verifier." by Nicolas Geoffray · 7 years ago
  48. befa309 Workaround for class loader issues in verifier. by Nicolas Geoffray · 7 years ago
  49. b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
  50. 440a9b3 Add timestamps to JIT/DEX native debug info. by David Srbecky · 7 years ago
  51. 65915f0 ART: Move CHECK to DCHECK in FindResolvedMethod by Andreas Gampe · 7 years ago
  52. 315d7af ART: Add more logging to FindResolvedMethod by Andreas Gampe · 7 years ago
  53. ea179f4 Refactor method resolution in class linker. by Nicolas Geoffray · 7 years ago
  54. 305c38b Disable bitstring type check runtime hooks. by Vladimir Marko · 7 years ago
  55. e29ccfd Merge "ART: Fix call site resolution" by Treehugger Robot · 7 years ago
  56. da1cdd0 ART: Fix call site resolution by Orion Hodson · 7 years ago
  57. fb3de3d Create list of open dex files for libbacktrace. by David Srbecky · 7 years ago
  58. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago
  59. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 7 years ago
  60. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  61. bff7a52 Revert "Compiler changes for bitstring based type checks." by Nicolas Geoffray · 7 years ago
  62. be2b613 Merge "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  63. eb0ebed Compiler changes for bitstring based type checks. by Vladimir Marko · 7 years ago
  64. e993458 ART: Allow oatstatus verification for app dependencies by Andreas Gampe · 7 years ago
  65. f6a8a55 Set runtime hidden API access flags by David Brazdil · 7 years ago
  66. fc49fec Revert^3 "Ensure that methods requiring interpreter entrypoint always have it." by Alex Light · 7 years ago
  67. 4b3dec3 Revert^2 "Ensure that methods requiring interpreter entrypoint always have it." by Alex Light · 7 years ago
  68. c971f6e Revert "Ensure that methods requiring interpreter entrypoint always have it." by Mathieu Chartier · 7 years ago
  69. 94730ef Ensure that methods requiring interpreter entrypoint always have it. by Alex Light · 7 years ago
  70. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  71. b496af8 Merge "ART: Clean up library loading" by Treehugger Robot · 7 years ago
  72. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 7 years ago
  73. 473191c ART: Clean up library loading by Andreas Gampe · 7 years ago
  74. 38b8b25 ART: Faster type check bitstring initialization. by Vladimir Marko · 7 years ago
  75. dc578c7 Move dex exception helpers to their own file and use dex accessor by Mathieu Chartier · 7 years ago
  76. 1d32a16 Merge "Extensions to check JNI." by Treehugger Robot · 7 years ago
  77. 55256cb Extensions to check JNI. by Ian Rogers · 7 years ago
  78. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  79. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 7 years ago
  80. 8901119 Do not pass DexFile to ClassLinker::Lookup/ResolveMethod(). by Vladimir Marko · 7 years ago
  81. a64b52d Do not pass DexFile to ClassLinker::Lookup/ResolveString(). by Vladimir Marko · 7 years ago
  82. af94020 Do not pass DexFile to ClassLinker::ResolveMethodType(). by Vladimir Marko · 7 years ago
  83. e11dd50 Do not pass DexFile to ClassLinker::ResolveField*(). by Vladimir Marko · 7 years ago
  84. 2ba3557 Merge "Change ArtField::ProxyFindSystemClass() to lookup the class." by Vladimir Marko · 7 years ago
  85. f56a1c0 Merge "Determine HLoadClass/String load kind early." by Vladimir Marko · 7 years ago
  86. 208f670 Change ArtField::ProxyFindSystemClass() to lookup the class. by Vladimir Marko · 7 years ago
  87. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 7 years ago
  88. 6f1bd46 Extra debugging output for bug 64759619. by Vladimir Marko · 7 years ago
  89. d12c3b0 Track Proxy change in libcore by Neil Fuller · 7 years ago
  90. 1fcae9f ART: Interfaces must declare superclass j.l.Object. by Vladimir Marko · 7 years ago
  91. e983b16 Merge "Record @{Fast,Critical}Native in method's access flags." by Vladimir Marko · 7 years ago
  92. b0a6aee Record @{Fast,Critical}Native in method's access flags. by Vladimir Marko · 7 years ago
  93. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  94. cefd676 Merge "runtime: Bitstring implementation for subtype checking (4/4)." by Treehugger Robot · 7 years ago
  95. 86083f7 runtime: Bitstring implementation for subtype checking (4/4). by Igor Murashkin · 7 years ago
  96. 4098a7a Refactor ArtField::GetType<>() as {Lookup,Resolve}Type(). by Vladimir Marko · 7 years ago
  97. 005ac51 ART: Add mirror classes for VarHandles by Orion Hodson · 7 years ago
  98. 3e6c139 Merge "ART: Remove workaround for bug 34659969." by Vladimir Marko · 7 years ago
  99. eb3c764 ART: Remove workaround for bug 34659969. by Vladimir Marko · 7 years ago
  100. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 7 years ago