1. a5c3a80 hiddenapi domain: Use oat dex file location if available by David Brazdil · 6 years ago
  2. 3dacdd6 Revert^4 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
  3. 939798e Revert "Revert^2 "Remove Global deopt requirement for several jvmti events"" by Nicolas Geoffray · 6 years ago
  4. a75e589 Revert^2 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
  5. ad344b6 Revert "Remove Global deopt requirement for several jvmti events" by Nicolas Geoffray · 6 years ago
  6. 334630e Remove Global deopt requirement for several jvmti events by Alex Light · 6 years ago
  7. 144f82c In boot image experiment mode, treat boot classpath classes as verified. by Nicolas Geoffray · 6 years ago
  8. e23b388 Add verbose logging for app image startup cache feature by Mathieu Chartier · 6 years ago
  9. a88abfa Add feature flag for loading app image startup cache by Mathieu Chartier · 6 years ago
  10. c66d6a7 Merge "ART: Move .bss mappings check before .bss init." by Vladimir Marko · 6 years ago
  11. 1cedb4a ART: Move .bss mappings check before .bss init. by Vladimir Marko · 6 years ago
  12. 9f3928f ART: Change vtable check implementation by Andreas Gampe · 6 years ago
  13. 3aa868a ART: Add unchecked conversions of arrays by Andreas Gampe · 6 years ago
  14. a2fed08 ART: Optimize array accesses by Andreas Gampe · 6 years ago
  15. 7b3063b ART: Only log initialization failure on initialization by Andreas Gampe · 7 years ago
  16. ad1aa63 ART: Move Signature to its own header by Andreas Gampe · 7 years ago
  17. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 7 years ago
  18. 5b20b35 ART: Rewrite EnsureInitialized hit case by Andreas Gampe · 7 years ago
  19. cf923f5 Merge "Allow boot image for a part of the boot classpath." by Vladimir Marko · 7 years ago
  20. 4433c43 Allow boot image for a part of the boot classpath. by Vladimir Marko · 7 years ago
  21. afc60cd Cleanup native debug interface api. by David Srbecky · 7 years ago
  22. 91f1032 Revert^2 "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 7 years ago
  23. db4b1de Revert "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 7 years ago
  24. 17ed987 Merge "Support class lookup for InMemoryDexClassLoader" by David Brazdil · 7 years ago
  25. 05909d8 Support class lookup for InMemoryDexClassLoader by David Brazdil · 7 years ago
  26. d190851 Pass boot class path to ImageSpace::LoadBootImage. by Vladimir Marko · 7 years ago
  27. e167273 Revert^2 "Support shared libraries in CreateContextFromClassLoader." by Nicolas Geoffray · 7 years ago
  28. 1717a49 Revert "Support shared libraries in CreateContextFromClassLoader." by Nicolas Geoffray · 7 years ago
  29. a66d69e Support shared libraries in CreateContextFromClassLoader. by Nicolas Geoffray · 7 years ago
  30. 0800562 Merge "Store ImtIndex in ArtMethod." by David Srbecky · 7 years ago
  31. 23b729e Merge "Revert^2 "Refactor code around JIT creation."" by Nicolas Geoffray · 7 years ago
  32. c9de61c Revert^2 "Refactor code around JIT creation." by Nicolas Geoffray · 7 years ago
  33. e36e7f2 Store ImtIndex in ArtMethod. by David Srbecky · 7 years ago
  34. a61a969 Merge "Revert "Refactor code around JIT creation."" by Treehugger Robot · 7 years ago
  35. 763cd98 Revert "Refactor code around JIT creation." by Andreas Gampe · 7 years ago
  36. d0f99b9 Merge "ART: Fix ResolveType with ArtMethod" by Andreas Gampe · 7 years ago
  37. 80e6a09 Merge "Refactor code around JIT creation." by Nicolas Geoffray · 7 years ago
  38. 4835d21 ART: Fix ResolveType with ArtMethod by Andreas Gampe · 7 years ago
  39. f0d3002 Fix app image generation and checking with shared libraries. by Nicolas Geoffray · 7 years ago
  40. 7a2c7c2 Refactor code around JIT creation. by Nicolas Geoffray · 7 years ago
  41. 33e5d52 Merge "Support shared libraries in ClassLoaderContext::CreateClassLoader." by Nicolas Geoffray · 7 years ago
  42. 6b9fd8c Support shared libraries in ClassLoaderContext::CreateClassLoader. by Nicolas Geoffray · 7 years ago
  43. 8586569 Runtime flags only for fast/slow hiddenapi path by David Brazdil · 7 years ago
  44. 9296e18 Merge "Add native support for BaseDexClassLoader shared libraries." by Nicolas Geoffray · 7 years ago
  45. bbf9b05 Merge "Reduce class loader updating overhead." by Mathieu Chartier · 7 years ago
  46. bc1e0fa Reduce class loader updating overhead. by Mathieu Chartier · 7 years ago
  47. f50ac10 Simplify hidden_api.h logic by David Brazdil · 7 years ago
  48. d32ce09 ART: Split Runtime::IsNativeDebuggable by Andreas Gampe · 7 years ago
  49. 24a993d Merge "Clean up oat key-value store." by Vladimir Marko · 7 years ago
  50. 56581d8 Clean up oat key-value store. by Vladimir Marko · 7 years ago
  51. c2cab4b Merge "Refactor ClassLinker::FindPrimitiveClass()." by Vladimir Marko · 7 years ago
  52. 9186b18 Refactor ClassLinker::FindPrimitiveClass(). by Vladimir Marko · 7 years ago
  53. 456b492 Add timing split for updating app image class loaders by Mathieu Chartier · 7 years ago
  54. a517554 Merge "ART: Throw on soft verify failure in InitializeClass()." by Vladimir Marko · 7 years ago
  55. 8fc7558 Smarter set intersection between app image and non boot image strings by Mathieu Chartier · 7 years ago
  56. d79b37b ART: Throw on soft verify failure in InitializeClass(). by Vladimir Marko · 7 years ago
  57. 80a560c Add native support for BaseDexClassLoader shared libraries. by Nicolas Geoffray · 7 years ago
  58. 41c0808 Hold intern table lock for AddImageStringsToTable by Mathieu Chartier · 7 years ago
  59. 69ebc8f Merge "Add PreResolved strings dex cache array" by Mathieu Chartier · 7 years ago
  60. 1ca718e Add PreResolved strings dex cache array by Mathieu Chartier · 7 years ago
  61. 47cd272 Remove HiddenApiAccessFlags, move content to hiddenapi:: by David Brazdil · 7 years ago
  62. 20c765f Revert^4: Add dex item for hiddenapi flags by David Brazdil · 7 years ago
  63. ce2a00d Merge "ART: Add class-alloc-inl.h" by Treehugger Robot · 7 years ago
  64. eba69a1 Merge "ART: Add object-array-alloc-inl.h" by Treehugger Robot · 7 years ago
  65. 3070e9c Merge "Revert "Revert^2: Add dex item for hiddenapi flags"" by Paul Hobbs · 7 years ago
  66. d33d318 Revert "Revert^2: Add dex item for hiddenapi flags" by Luman Qu · 7 years ago
  67. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 7 years ago
  68. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 7 years ago
  69. da1cc3b Merge "Revert^2: Add dex item for hiddenapi flags" by David Brazdil · 7 years ago
  70. ce4cbaa Merge "ART: Add array-alloc-inl.h" by Treehugger Robot · 7 years ago
  71. fe3a979 Revert^2: Add dex item for hiddenapi flags by David Brazdil · 7 years ago
  72. 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 7 years ago
  73. fbeef46 Fixed a GC bug caused by improper AppImage string fixup. by Chris Wailes · 7 years ago
  74. d9a0437 Revert "Add dex item for hiddenapi flags" by David Brazdil · 7 years ago
  75. cd98cde Merge "Add dex item for hiddenapi flags" by David Brazdil · 7 years ago
  76. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 7 years ago
  77. 0dbc363 Add dex item for hiddenapi flags by David Brazdil · 7 years ago
  78. 710d785 Merge "Add extra handling for loading intern tables" by Mathieu Chartier · 7 years ago
  79. 74ccee6 Add extra handling for loading intern tables by Mathieu Chartier · 7 years ago
  80. 78baed5 ART: Use reinterpret_cast{32,64}<> when appropriate. by Vladimir Marko · 7 years ago
  81. 3adb7f2 Merge "Implemented a new method for walking string references in AppImages." by Christian Wailes · 7 years ago
  82. 185a461 Add some comments missed during jit-loading CL by Alex Light · 7 years ago
  83. 0c61be4 Implemented a new method for walking string references in AppImages. by Chris Wailes · 7 years ago
  84. e9f6103 Prevent the JIT from loading classes in debuggable mode by Alex Light · 7 years ago
  85. 2386636 Preparing for work on string interning for AppImages. by Chris Wailes · 7 years ago
  86. 45d3eaf Merge "ART: Fix const-method-handle method resolution" by Treehugger Robot · 7 years ago
  87. ecd5856 ART: Fix const-method-handle method resolution by Orion Hodson · 7 years ago
  88. 75112ac Merge "Fix some performance-unnecessary-value-param tidy and performance-for-range warnings." by Treehugger Robot · 7 years ago
  89. 48ba197 Fix some performance-unnecessary-value-param tidy and performance-for-range warnings. by Stephen Hines · 7 years ago
  90. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 7 years ago
  91. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 7 years ago
  92. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 7 years ago
  93. a92cb19 Merge "Fix CHA in the presence of default conflict methods." by Treehugger Robot · 7 years ago
  94. 9bee49a Merge "Dump registered class loaders and their dex files for SIGQUIT." by Nicolas Geoffray · 7 years ago
  95. a90c922 Dump registered class loaders and their dex files for SIGQUIT. by Nicolas Geoffray · 7 years ago
  96. 5f784bf Merge "Remove read barriers in Class::IsClassClass and Object::IsClass" by Mathieu Chartier · 7 years ago
  97. 7aca9d5 Fix CHA in the presence of default conflict methods. by Nicolas Geoffray · 7 years ago
  98. d7a7f2f Remove read barriers in Class::IsClassClass and Object::IsClass by Mathieu Chartier · 7 years ago
  99. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 7 years ago
  100. 0e84027 Make classes of LOS objects non-movable. by Roland Levillain · 7 years ago