1. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 7 years ago
  2. 38b8b25 ART: Faster type check bitstring initialization. by Vladimir Marko · 7 years ago
  3. dc578c7 Move dex exception helpers to their own file and use dex accessor by Mathieu Chartier · 7 years ago
  4. 1d32a16 Merge "Extensions to check JNI." by Treehugger Robot · 7 years ago
  5. 55256cb Extensions to check JNI. by Ian Rogers · 7 years ago
  6. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  7. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 7 years ago
  8. 8901119 Do not pass DexFile to ClassLinker::Lookup/ResolveMethod(). by Vladimir Marko · 7 years ago
  9. a64b52d Do not pass DexFile to ClassLinker::Lookup/ResolveString(). by Vladimir Marko · 7 years ago
  10. af94020 Do not pass DexFile to ClassLinker::ResolveMethodType(). by Vladimir Marko · 7 years ago
  11. e11dd50 Do not pass DexFile to ClassLinker::ResolveField*(). by Vladimir Marko · 7 years ago
  12. 2ba3557 Merge "Change ArtField::ProxyFindSystemClass() to lookup the class." by Vladimir Marko · 7 years ago
  13. f56a1c0 Merge "Determine HLoadClass/String load kind early." by Vladimir Marko · 7 years ago
  14. 208f670 Change ArtField::ProxyFindSystemClass() to lookup the class. by Vladimir Marko · 7 years ago
  15. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 7 years ago
  16. 6f1bd46 Extra debugging output for bug 64759619. by Vladimir Marko · 7 years ago
  17. d12c3b0 Track Proxy change in libcore by Neil Fuller · 7 years ago
  18. 1fcae9f ART: Interfaces must declare superclass j.l.Object. by Vladimir Marko · 7 years ago
  19. e983b16 Merge "Record @{Fast,Critical}Native in method's access flags." by Vladimir Marko · 7 years ago
  20. b0a6aee Record @{Fast,Critical}Native in method's access flags. by Vladimir Marko · 7 years ago
  21. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  22. cefd676 Merge "runtime: Bitstring implementation for subtype checking (4/4)." by Treehugger Robot · 7 years ago
  23. 86083f7 runtime: Bitstring implementation for subtype checking (4/4). by Igor Murashkin · 7 years ago
  24. 4098a7a Refactor ArtField::GetType<>() as {Lookup,Resolve}Type(). by Vladimir Marko · 7 years ago
  25. 005ac51 ART: Add mirror classes for VarHandles by Orion Hodson · 7 years ago
  26. 3e6c139 Merge "ART: Remove workaround for bug 34659969." by Vladimir Marko · 7 years ago
  27. eb3c764 ART: Remove workaround for bug 34659969. by Vladimir Marko · 7 years ago
  28. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 7 years ago
  29. acbd98b ART: Add trace around app image verification by Andreas Gampe · 7 years ago
  30. e7732be ART: Implement missing mterp handlers by Orion Hodson · 7 years ago
  31. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  32. 8f34aba Move to interpreter if async-exceptions are pending. by Alex Light · 7 years ago
  33. 8d8de0c Use CheckedCall for mprotects by Mathieu Chartier · 7 years ago
  34. 2e59994 ART: support for const-method-{handle,type} by Orion Hodson · 7 years ago
  35. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago
  36. fe712a8 Merge "Add support for registering classpath classes status." by Nicolas Geoffray · 7 years ago
  37. 486dda0 Add support for registering classpath classes status. by Nicolas Geoffray · 7 years ago
  38. e9691f5 ART: Do not add Proxy prototype methods to their dex cache. by Vladimir Marko · 7 years ago
  39. a49e053 Show ArtMethods in imgdiag by David Sehr · 7 years ago
  40. 88f929c Merge "Use mmapped boot image intern table for PIC app HLoadString." by Vladimir Marko · 7 years ago
  41. 6cfbdbc Use mmapped boot image intern table for PIC app HLoadString. by Vladimir Marko · 7 years ago
  42. 66e3af9 Merge "Remove DexCache arrays from app oat .bss." by Treehugger Robot · 7 years ago
  43. 0f3c700 Remove DexCache arrays from app oat .bss. by Vladimir Marko · 7 years ago
  44. f598131 Add more logging for b/64759619 by Mathieu Chartier · 7 years ago
  45. cd87c3e Clean up ImageHeader section getters. by Vladimir Marko · 7 years ago
  46. 5c3e9d1 ART: Clean up checks in CheckProxyMethod(). by Vladimir Marko · 7 years ago
  47. 5122e6b ART: Remove ArtMethod::dex_cache_resolved_methods_. by Vladimir Marko · 7 years ago
  48. be8303d Call madvise hints for image dex files by Mathieu Chartier · 7 years ago
  49. d1ee20f Revert^4 "ART: Use proxy ArtMethod's data_ to store the interface method." by Vladimir Marko · 7 years ago
  50. 76ccd09 Revert^3 "ART: Use proxy ArtMethod's data_ to store the interface method."" by Nicolas Geoffray · 7 years ago
  51. c42fab3 Revert^2 "ART: Use proxy ArtMethod's data_ to store the interface method." by Vladimir Marko · 7 years ago
  52. 7ef52f7 Revert "ART: Use proxy ArtMethod's data_ to store the interface method." by Nicolas Geoffray · 7 years ago
  53. 0888cf1 ART: Use proxy ArtMethod's data_ to store the interface method. by Vladimir Marko · 7 years ago
  54. 3f35d09 Merge "Remove ClassLinker::SetEntryPointsToCompiledCode()." by Treehugger Robot · 7 years ago
  55. 9e050df Revert "Revert "Support class unloading in dex2oat for quicken multidex"" by Mathieu Chartier · 7 years ago
  56. b00c8b0 Merge "Revert "Support class unloading in dex2oat for quicken multidex"" by Treehugger Robot · 7 years ago
  57. 6921d90 Revert "Support class unloading in dex2oat for quicken multidex" by Richard Uhler · 7 years ago
  58. 18e9161 Merge "Support class unloading in dex2oat for quicken multidex" by Treehugger Robot · 7 years ago
  59. 0b1c341 Support class unloading in dex2oat for quicken multidex by Mathieu Chartier · 8 years ago
  60. 48b40cc Use the right class loader allocator in ReallocMethods. by Nicolas Geoffray · 7 years ago
  61. abadf02 Revert "Support clinit for app image during compilation" by Nicolas Geoffray · 7 years ago
  62. 50ce441 Support clinit for app image during compilation by Chang Xing · 7 years ago
  63. fc1cd86 Merge "Fix recursive initialization on app image." by Treehugger Robot · 7 years ago
  64. e2e4034 Clean up some logic skipping ValidateSuperClassDescriptors. by Jeff Hao · 7 years ago
  65. adbb91c Fix recursive initialization on app image. by Chang Xing · 8 years ago
  66. 72041a0 Use class unloading in dex2oat for verify and extract by Mathieu Chartier · 8 years ago
  67. 67abbca Merge "ART: Refactor retrieval of types through ArtMethod." by Treehugger Robot · 7 years ago
  68. fbfc394 Remove ClassLinker::SetEntryPointsToCompiledCode(). by Vladimir Marko · 7 years ago
  69. b45528c ART: Refactor retrieval of types through ArtMethod. by Vladimir Marko · 7 years ago
  70. c16268f Fix ClassLinker::SetEntryPointsToInterpreter() for native methods by Goran Jakovljevic · 7 years ago
  71. 7dface3 ART: Disable CHA for AoT by Andreas Gampe · 7 years ago
  72. be7af22 ART: Move app image verification to its own method by Andreas Gampe · 7 years ago
  73. c1ac9ee ART: Move CHA to ClassLinker by Andreas Gampe · 7 years ago
  74. cf79cf5 Remove CHA dependencies for class unloading when JIT is disabled by Mathieu Chartier · 7 years ago
  75. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  76. df9224c Merge "Move logic to get profile class descriptors to profile info" by Mathieu Chartier · 7 years ago
  77. 4f342b0 Move logic to get profile class descriptors to profile info by Mathieu Chartier · 7 years ago
  78. d41f79b Merge "Throw VerifyError when trying to extend a final class." by Vladimir Marko · 7 years ago
  79. c73753f Merge "Hash-based DexCache methods array." by Vladimir Marko · 7 years ago
  80. 918dcea Revert "Avoid recording CHA class status for dex2oat" by Nicolas Geoffray · 7 years ago
  81. 79ad831 Avoid recording CHA class status for dex2oat by Mathieu Chartier · 7 years ago
  82. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 8 years ago
  83. 331f4c4 Merge "ART: Change method lookup to be more consistent to JLS and the RI." by Treehugger Robot · 7 years ago
  84. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 8 years ago
  85. b43b2d8 Throw VerifyError when trying to extend a final class. by Vladimir Marko · 7 years ago
  86. c5b1b06 Merge "art: use proper nativehelper headers" by Treehugger Robot · 7 years ago
  87. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  88. 3d931dc Merge "Create a class loader context starting from an existing ClassLoader" by Treehugger Robot · 7 years ago
  89. 57d0acc Create a class loader context starting from an existing ClassLoader by Calin Juravle · 8 years ago
  90. 0c18338 ART: Replace or remove some ObjectCallback Walk functions by Andreas Gampe · 8 years ago
  91. 1c158a0 ART: Use VisitObjects visitor functions by Andreas Gampe · 8 years ago
  92. 0cb1728 Do superclass validation at compile time and log with new class status. by Jeff Hao · 8 years ago
  93. f8db2c3 ART: Add support for constructor method handles by Orion Hodson · 8 years ago
  94. 82b351f Fix MethodHandle resolution for invoke-direct by Orion Hodson · 8 years ago
  95. 7b46197 Merge changes I8d0f5341,Iced0de7c,I742cd614 by Calin Juravle · 8 years ago
  96. cdd4912 Add fast path to FindClass for DelegateLastClassLoader by Calin Juravle · 8 years ago
  97. 7865ac7 Add DelegateLastClassLoader to the list of WellKnownClassLoaders by Calin Juravle · 8 years ago
  98. 415dc3d Refactor FindClass code in class linker by Calin Juravle · 8 years ago
  99. 0656044 Merge "Revert "Revert "Fixed Literal String intern mismatch.""" by Mathieu Chartier · 8 years ago
  100. 631827d Fixes for constant method handles by Orion Hodson · 8 years ago