1. 9992e09 Merge "Retrieve String/Class references from .data.bimg.rel.ro." by Vladimir Marko · 7 years ago
  2. 8ba5641 Merge "Load ArtMethod* from .data.bimg.rel.ro entries." by Vladimir Marko · 7 years ago
  3. e47f60c Retrieve String/Class references from .data.bimg.rel.ro. by Vladimir Marko · 7 years ago
  4. b066d43 Load ArtMethod* from .data.bimg.rel.ro entries. by Vladimir Marko · 8 years ago
  5. 3ef920e Merge "Move most of runtime/base to libartbase/base" by David Sehr · 7 years ago
  6. 769af03 Merge "ART: Use try-lock for interface marking" by Treehugger Robot · 7 years ago
  7. 976b298 ART: Use try-lock for interface marking by Andreas Gampe · 7 years ago
  8. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  9. b8e7c37 ART: Refactor known-classloader visits by Andreas Gampe · 7 years ago
  10. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  11. d78ceca Merge "Add more info to class initialization check" by Treehugger Robot · 7 years ago
  12. cfda88f Add more info to class initialization check by Alex Light · 7 years ago
  13. 63e9e87 Merge "Add timestamps to JIT/DEX native debug info." by David Srbecky · 7 years ago
  14. 33ff844 Merge "Workaround for class loader issues in verifier." by Nicolas Geoffray · 7 years ago
  15. befa309 Workaround for class loader issues in verifier. by Nicolas Geoffray · 7 years ago
  16. b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
  17. 440a9b3 Add timestamps to JIT/DEX native debug info. by David Srbecky · 7 years ago
  18. 65915f0 ART: Move CHECK to DCHECK in FindResolvedMethod by Andreas Gampe · 7 years ago
  19. 315d7af ART: Add more logging to FindResolvedMethod by Andreas Gampe · 7 years ago
  20. ea179f4 Refactor method resolution in class linker. by Nicolas Geoffray · 7 years ago
  21. 305c38b Disable bitstring type check runtime hooks. by Vladimir Marko · 7 years ago
  22. e29ccfd Merge "ART: Fix call site resolution" by Treehugger Robot · 7 years ago
  23. da1cdd0 ART: Fix call site resolution by Orion Hodson · 7 years ago
  24. fb3de3d Create list of open dex files for libbacktrace. by David Srbecky · 7 years ago
  25. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago
  26. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 7 years ago
  27. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 8 years ago
  28. bff7a52 Revert "Compiler changes for bitstring based type checks." by Nicolas Geoffray · 8 years ago
  29. be2b613 Merge "Compiler changes for bitstring based type checks." by Vladimir Marko · 8 years ago
  30. eb0ebed Compiler changes for bitstring based type checks. by Vladimir Marko · 8 years ago
  31. e993458 ART: Allow oatstatus verification for app dependencies by Andreas Gampe · 8 years ago
  32. f6a8a55 Set runtime hidden API access flags by David Brazdil · 8 years ago
  33. fc49fec Revert^3 "Ensure that methods requiring interpreter entrypoint always have it." by Alex Light · 8 years ago
  34. 4b3dec3 Revert^2 "Ensure that methods requiring interpreter entrypoint always have it." by Alex Light · 8 years ago
  35. c971f6e Revert "Ensure that methods requiring interpreter entrypoint always have it." by Mathieu Chartier · 8 years ago
  36. 94730ef Ensure that methods requiring interpreter entrypoint always have it. by Alex Light · 8 years ago
  37. 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
  38. b496af8 Merge "ART: Clean up library loading" by Treehugger Robot · 8 years ago
  39. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 8 years ago
  40. 473191c ART: Clean up library loading by Andreas Gampe · 8 years ago
  41. 38b8b25 ART: Faster type check bitstring initialization. by Vladimir Marko · 8 years ago
  42. dc578c7 Move dex exception helpers to their own file and use dex accessor by Mathieu Chartier · 8 years ago
  43. 1d32a16 Merge "Extensions to check JNI." by Treehugger Robot · 8 years ago
  44. 55256cb Extensions to check JNI. by Ian Rogers · 8 years ago
  45. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 8 years ago
  46. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 8 years ago
  47. 8901119 Do not pass DexFile to ClassLinker::Lookup/ResolveMethod(). by Vladimir Marko · 8 years ago
  48. a64b52d Do not pass DexFile to ClassLinker::Lookup/ResolveString(). by Vladimir Marko · 8 years ago
  49. af94020 Do not pass DexFile to ClassLinker::ResolveMethodType(). by Vladimir Marko · 8 years ago
  50. e11dd50 Do not pass DexFile to ClassLinker::ResolveField*(). by Vladimir Marko · 8 years ago
  51. 2ba3557 Merge "Change ArtField::ProxyFindSystemClass() to lookup the class." by Vladimir Marko · 8 years ago
  52. f56a1c0 Merge "Determine HLoadClass/String load kind early." by Vladimir Marko · 8 years ago
  53. 208f670 Change ArtField::ProxyFindSystemClass() to lookup the class. by Vladimir Marko · 8 years ago
  54. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 8 years ago
  55. 6f1bd46 Extra debugging output for bug 64759619. by Vladimir Marko · 8 years ago
  56. d12c3b0 Track Proxy change in libcore by Neil Fuller · 8 years ago
  57. 1fcae9f ART: Interfaces must declare superclass j.l.Object. by Vladimir Marko · 8 years ago
  58. e983b16 Merge "Record @{Fast,Critical}Native in method's access flags." by Vladimir Marko · 8 years ago
  59. b0a6aee Record @{Fast,Critical}Native in method's access flags. by Vladimir Marko · 8 years ago
  60. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 8 years ago
  61. cefd676 Merge "runtime: Bitstring implementation for subtype checking (4/4)." by Treehugger Robot · 8 years ago
  62. 86083f7 runtime: Bitstring implementation for subtype checking (4/4). by Igor Murashkin · 8 years ago
  63. 4098a7a Refactor ArtField::GetType<>() as {Lookup,Resolve}Type(). by Vladimir Marko · 8 years ago
  64. 005ac51 ART: Add mirror classes for VarHandles by Orion Hodson · 8 years ago
  65. 3e6c139 Merge "ART: Remove workaround for bug 34659969." by Vladimir Marko · 8 years ago
  66. eb3c764 ART: Remove workaround for bug 34659969. by Vladimir Marko · 8 years ago
  67. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 8 years ago
  68. acbd98b ART: Add trace around app image verification by Andreas Gampe · 8 years ago
  69. e7732be ART: Implement missing mterp handlers by Orion Hodson · 8 years ago
  70. 79c87da Add DexFileLoader class by Mathieu Chartier · 8 years ago
  71. 8f34aba Move to interpreter if async-exceptions are pending. by Alex Light · 8 years ago
  72. 8d8de0c Use CheckedCall for mprotects by Mathieu Chartier · 8 years ago
  73. 2e59994 ART: support for const-method-{handle,type} by Orion Hodson · 8 years ago
  74. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 8 years ago
  75. fe712a8 Merge "Add support for registering classpath classes status." by Nicolas Geoffray · 8 years ago
  76. 486dda0 Add support for registering classpath classes status. by Nicolas Geoffray · 8 years ago
  77. e9691f5 ART: Do not add Proxy prototype methods to their dex cache. by Vladimir Marko · 8 years ago
  78. a49e053 Show ArtMethods in imgdiag by David Sehr · 8 years ago
  79. 88f929c Merge "Use mmapped boot image intern table for PIC app HLoadString." by Vladimir Marko · 8 years ago
  80. 6cfbdbc Use mmapped boot image intern table for PIC app HLoadString. by Vladimir Marko · 8 years ago
  81. 66e3af9 Merge "Remove DexCache arrays from app oat .bss." by Treehugger Robot · 8 years ago
  82. 0f3c700 Remove DexCache arrays from app oat .bss. by Vladimir Marko · 8 years ago
  83. f598131 Add more logging for b/64759619 by Mathieu Chartier · 8 years ago
  84. cd87c3e Clean up ImageHeader section getters. by Vladimir Marko · 8 years ago
  85. 5c3e9d1 ART: Clean up checks in CheckProxyMethod(). by Vladimir Marko · 8 years ago
  86. 5122e6b ART: Remove ArtMethod::dex_cache_resolved_methods_. by Vladimir Marko · 8 years ago
  87. be8303d Call madvise hints for image dex files by Mathieu Chartier · 8 years ago
  88. d1ee20f Revert^4 "ART: Use proxy ArtMethod's data_ to store the interface method." by Vladimir Marko · 8 years ago
  89. 76ccd09 Revert^3 "ART: Use proxy ArtMethod's data_ to store the interface method."" by Nicolas Geoffray · 8 years ago
  90. c42fab3 Revert^2 "ART: Use proxy ArtMethod's data_ to store the interface method." by Vladimir Marko · 8 years ago
  91. 7ef52f7 Revert "ART: Use proxy ArtMethod's data_ to store the interface method." by Nicolas Geoffray · 8 years ago
  92. 0888cf1 ART: Use proxy ArtMethod's data_ to store the interface method. by Vladimir Marko · 8 years ago
  93. 3f35d09 Merge "Remove ClassLinker::SetEntryPointsToCompiledCode()." by Treehugger Robot · 8 years ago
  94. 9e050df Revert "Revert "Support class unloading in dex2oat for quicken multidex"" by Mathieu Chartier · 8 years ago
  95. b00c8b0 Merge "Revert "Support class unloading in dex2oat for quicken multidex"" by Treehugger Robot · 8 years ago
  96. 6921d90 Revert "Support class unloading in dex2oat for quicken multidex" by Richard Uhler · 8 years ago
  97. 18e9161 Merge "Support class unloading in dex2oat for quicken multidex" by Treehugger Robot · 8 years ago
  98. 0b1c341 Support class unloading in dex2oat for quicken multidex by Mathieu Chartier · 8 years ago
  99. 48b40cc Use the right class loader allocator in ReallocMethods. by Nicolas Geoffray · 8 years ago
  100. abadf02 Revert "Support clinit for app image during compilation" by Nicolas Geoffray · 8 years ago