1. 0e84027 Make classes of LOS objects non-movable. by Roland Levillain · 7 years ago
  2. dcfcce4 Revert^2 "Delay init of classes of pre-allocated exceptions." by Vladimir Marko · 7 years ago
  3. 29cf32b Revert "Delay init of classes of pre-allocated exceptions." by Lokesh Gidra · 7 years ago
  4. cd5c181 Delay init of classes of pre-allocated exceptions. by Vladimir Marko · 7 years ago
  5. 302aa98 Merge changes I2079344d,Ie0d08494 by Vladimir Marko · 7 years ago
  6. 6ed28cb Merge "Revert "Revert "Move runtime/ to ClassAccessor""" by Mathieu Chartier · 7 years ago
  7. 1f1cb9f Revert "Revert "Move runtime/ to ClassAccessor"" by Mathieu Chartier · 7 years ago
  8. 0261055 Remove ClassLinker::array_iftable_. by Vladimir Marko · 7 years ago
  9. 18090d1 Refactor String resolution. by Vladimir Marko · 7 years ago
  10. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 7 years ago
  11. 09c5ca4 Clean up class resolution and lookup. by Vladimir Marko · 7 years ago
  12. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 7 years ago
  13. acb906d Remove mirror::String::java_lang_String_. by Vladimir Marko · 7 years ago
  14. b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 7 years ago
  15. 00e15d6 Merge "ART: Add dex::ProtoIndex" by Orion Hodson · 7 years ago
  16. 06d10a7 ART: Add dex::ProtoIndex by Orion Hodson · 7 years ago
  17. 1ab0fa8 Refactor ClassLinker & ImageWriter to use a common resolution routine by David Brazdil · 7 years ago
  18. 4525e0b Fix verifier/linker IncompatibleClassChangeError with hidden API by David Brazdil · 7 years ago
  19. 252a4e4 Fix 616-cha-unloading. by Alexey Grebenkin · 7 years ago
  20. 0933cc5 Disable encoded static initialization by Mathieu Chartier · 7 years ago
  21. be4c2bd Fix dangling SingleImplementations left after class unloading by Alexey Grebenkin · 7 years ago
  22. e47f60c Retrieve String/Class references from .data.bimg.rel.ro. by Vladimir Marko · 7 years ago
  23. 999646d Dex header cleanup and windows simplification by David Sehr · 7 years ago
  24. ea179f4 Refactor method resolution in class linker. by Nicolas Geoffray · 7 years ago
  25. da1cdd0 ART: Fix call site resolution by Orion Hodson · 7 years ago
  26. fc49fec Revert^3 "Ensure that methods requiring interpreter entrypoint always have it." by Alex Light · 8 years ago
  27. 4b3dec3 Revert^2 "Ensure that methods requiring interpreter entrypoint always have it." by Alex Light · 8 years ago
  28. c971f6e Revert "Ensure that methods requiring interpreter entrypoint always have it." by Mathieu Chartier · 8 years ago
  29. 94730ef Ensure that methods requiring interpreter entrypoint always have it. by Alex Light · 8 years ago
  30. 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
  31. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 8 years ago
  32. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 8 years ago
  33. 8901119 Do not pass DexFile to ClassLinker::Lookup/ResolveMethod(). by Vladimir Marko · 8 years ago
  34. a64b52d Do not pass DexFile to ClassLinker::Lookup/ResolveString(). by Vladimir Marko · 8 years ago
  35. af94020 Do not pass DexFile to ClassLinker::ResolveMethodType(). by Vladimir Marko · 8 years ago
  36. e11dd50 Do not pass DexFile to ClassLinker::ResolveField*(). by Vladimir Marko · 8 years ago
  37. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 8 years ago
  38. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 8 years ago
  39. 005ac51 ART: Add mirror classes for VarHandles by Orion Hodson · 8 years ago
  40. e7732be ART: Implement missing mterp handlers by Orion Hodson · 8 years ago
  41. 2e59994 ART: support for const-method-{handle,type} by Orion Hodson · 8 years ago
  42. 7452797 Refactor linker files from compiler/ to dex2oat/. by Vladimir Marko · 9 years ago
  43. a49e053 Show ArtMethods in imgdiag by David Sehr · 8 years ago
  44. 94ec2db Use mmapped boot image class table for PIC app HLoadClass. by Vladimir Marko · 8 years ago
  45. 6cfbdbc Use mmapped boot image intern table for PIC app HLoadString. by Vladimir Marko · 8 years ago
  46. d1ee20f Revert^4 "ART: Use proxy ArtMethod's data_ to store the interface method." by Vladimir Marko · 8 years ago
  47. 76ccd09 Revert^3 "ART: Use proxy ArtMethod's data_ to store the interface method."" by Nicolas Geoffray · 8 years ago
  48. c42fab3 Revert^2 "ART: Use proxy ArtMethod's data_ to store the interface method." by Vladimir Marko · 8 years ago
  49. 7ef52f7 Revert "ART: Use proxy ArtMethod's data_ to store the interface method." by Nicolas Geoffray · 8 years ago
  50. 0888cf1 ART: Use proxy ArtMethod's data_ to store the interface method. by Vladimir Marko · 8 years ago
  51. 3f35d09 Merge "Remove ClassLinker::SetEntryPointsToCompiledCode()." by Treehugger Robot · 8 years ago
  52. 9e050df Revert "Revert "Support class unloading in dex2oat for quicken multidex"" by Mathieu Chartier · 8 years ago
  53. 6921d90 Revert "Support class unloading in dex2oat for quicken multidex" by Richard Uhler · 8 years ago
  54. 0b1c341 Support class unloading in dex2oat for quicken multidex by Mathieu Chartier · 8 years ago
  55. abadf02 Revert "Support clinit for app image during compilation" by Nicolas Geoffray · 8 years ago
  56. 50ce441 Support clinit for app image during compilation by Chang Xing · 8 years ago
  57. 72041a0 Use class unloading in dex2oat for verify and extract by Mathieu Chartier · 8 years ago
  58. fbfc394 Remove ClassLinker::SetEntryPointsToCompiledCode(). by Vladimir Marko · 8 years ago
  59. 605fe24 Implemented Nested Transaction by Chang Xing · 8 years ago
  60. be7af22 ART: Move app image verification to its own method by Andreas Gampe · 8 years ago
  61. c1ac9ee ART: Move CHA to ClassLinker by Andreas Gampe · 8 years ago
  62. 4f342b0 Move logic to get profile class descriptors to profile info by Mathieu Chartier · 8 years ago
  63. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 8 years ago
  64. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 8 years ago
  65. 0cb1728 Do superclass validation at compile time and log with new class status. by Jeff Hao · 8 years ago
  66. f8db2c3 ART: Add support for constructor method handles by Orion Hodson · 8 years ago
  67. 06bed30 Revert "Revert "Record post startup methods in profile"" by Mathieu Chartier · 8 years ago
  68. a867f7a Revert "Record post startup methods in profile" by Nicolas Geoffray · 8 years ago
  69. 5594f11 Record post startup methods in profile by Mathieu Chartier · 8 years ago
  70. 7865ac7 Add DelegateLastClassLoader to the list of WellKnownClassLoaders by Calin Juravle · 8 years ago
  71. 415dc3d Refactor FindClass code in class linker by Calin Juravle · 8 years ago
  72. 2ff3b97 ART: More header cleanups by Andreas Gampe · 8 years ago
  73. 07f0621 Fix redefinition related use-after-free bug by Alex Light · 8 years ago
  74. 2af9902 ART: More header cleanup - class_linker.h by Andreas Gampe · 8 years ago
  75. d482e73 ART: More header cleanup - runtime.h by Andreas Gampe · 8 years ago
  76. 6d7abbd ART: More header cleanup - method_verifier.h by Andreas Gampe · 8 years ago
  77. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  78. db01a09 Ensure invoking obsolete methods throws errors. by Alex Light · 8 years ago
  79. f25cc73 Deterministic DexCache in heap images. by Vladimir Marko · 8 years ago
  80. f44d36c Revert^2 "Hash-based DexCache field array." by Vladimir Marko · 8 years ago
  81. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  82. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  83. 6374c58 Revert "Hash-based DexCache field array." by Vladimir Marko · 8 years ago
  84. 1aea351 Hash-based DexCache field array. by Vladimir Marko · 9 years ago
  85. 046854b Fix dex location filtering in dex2oat by Mathieu Chartier · 8 years ago
  86. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  87. c069a30 ART: invoke-custom support by Orion Hodson · 9 years ago
  88. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 8 years ago
  89. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  90. cd556b0 Fix dex cache resolved types and class table mismatch. by Vladimir Marko · 8 years ago
  91. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  92. ec78622 Hash-based dex cache type array. by Vladimir Marko · 9 years ago
  93. 4b0cedf Fix typo in argument name. by Alex Light · 9 years ago
  94. b0f1192 Add ClassPreDefine hook. by Alex Light · 9 years ago
  95. 0f01b58 ART: Add ClassLoadCallback by Andreas Gampe · 9 years ago
  96. d4a2827 Merge "ART: Add Search API" by Treehugger Robot · 9 years ago
  97. a397458 Merge "Reduce using ArtMethod's dex_cache_resolved_types_." by Vladimir Marko · 9 years ago
  98. ce7732b ART: Add Search API by Andreas Gampe · 9 years ago
  99. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 9 years ago
  100. 70f1639 ART: Add GetClassLoaderClasses by Andreas Gampe · 9 years ago