1. d0f099e Reland "Eagerly lookup native symbols in zygote." by Nicolas Geoffray · 2 years, 10 months ago
  2. 05f1a5b Faster `ClassLinker::LoadMethod()`. by Vladimir Marko · 2 years, 10 months ago
  3. 4478abe Revert "Eagerly loopkup native symbols in zygote." by Nicolas Geoffray · 2 years, 10 months ago
  4. 6ec9905 Eagerly loopkup native symbols in zygote. by Nicolas Geoffray · 2 years, 10 months ago
  5. 0441d20 Share `IfTable`s and their method arrays when possible. by Vladimir Marko · 2 years, 10 months ago
  6. 5171813 Reuse superclass `IfTable` with non-marker interfaces. by Vladimir Marko · 2 years, 11 months ago
  7. 7913cf3 Fix jvmti bug when redefining a boot classpath class. by Nicolas Geoffray · 2 years, 11 months ago
  8. 19366b8 Rewrite interface method linking. by Vladimir Marko · 3 years ago
  9. 1a82a4b Clean up `ClassLinker::FindDefaultMethodImplementation()`. by Vladimir Marko · 3 years ago
  10. c8a694d Reland "Use InitializeMethodsCode when we need to reinitialize a method entrypoint." by Nicolas Geoffray · 3 years ago
  11. 78f62d8 Rewrite interface table setup. by Vladimir Marko · 3 years ago
  12. b0f63c9 Revert "Use InitializeMethodsCode when we need to reinitialize a method entrypoint." by Nicolas Geoffray · 3 years ago
  13. 82e525a Use InitializeMethodsCode when we need to reinitialize a method entrypoint. by Nicolas Geoffray · 3 years ago
  14. b91402f Templatize `ClassLinker::LinkMethodsHelper`. by Vladimir Marko · 3 years ago
  15. 854af03 Reland "More entrypoint handling cleanup." by Nicolas Geoffray · 3 years ago
  16. 8cedd8b Revert "More entrypoint handling cleanup." by Nicolas Geoffray · 3 years ago
  17. 67e48ec More entrypoint handling cleanup. by Nicolas Geoffray · 3 years ago
  18. c25a9f9 Reland "Simplify and document entrypoint toggling in instrumentation." by Nicolas Geoffray · 3 years, 1 month ago
  19. 4b8ea5d Pass OatDexFile by reference in FindDexCache by Santiago Aboy Solanes · 3 years, 1 month ago
  20. bc89367 Minor refactoring of `ClassLinker::LinkMethods()`. by Vladimir Marko · 3 years, 2 months ago
  21. 970ba21 Inline across dex files for compiler options' non-BCP methods by Santiago Aboy Solanes · 3 years, 2 months ago
  22. 9c924e8 Add support to place shared libraries after the dex path by Brad Stenning · 3 years, 3 months ago
  23. ebf496f Deprecate --updatable-bcp-packages-fd and --updatable-bcp-packages-file by Jiakai Zhang · 3 years, 3 months ago
  24. 33df0e3 Revert^4 "Lazily allocate DexCache arrays." by David Srbecky · 3 years, 3 months ago
  25. 6fbcc29 Change ClassLinker::dex_caches_ from list to unordered_map. by David Srbecky · 3 years, 10 months ago
  26. 8473a5b Revert "Revert^2 "Lazily allocate DexCache arrays."" by Nicolas Geoffray · 3 years, 3 months ago
  27. e153a62 Revert^2 "Lazily allocate DexCache arrays." by David Srbecky · 3 years, 10 months ago
  28. e8445e5 Always check for an exception after a class lookup. by Nicolas Geoffray · 3 years, 3 months ago
  29. c63d967 Rewrite profile file format. by Vladimir Marko · 3 years, 9 months ago
  30. 1dab575 Remove some dead code around ClassTable. by Vladimir Marko · 3 years, 10 months ago
  31. 5b0b2e1 Explictly pass VerifierDeps when asking for class verification. by Nicolas Geoffray · 3 years, 9 months ago
  32. b9b7d91 Revert "Lazily allocate DexCache arrays." by Orion Hodson · 3 years, 10 months ago
  33. 1214319 Lazily allocate DexCache arrays. by David Srbecky · 3 years, 11 months ago
  34. 6df4511 Use vdex assignability types at runtime. by Nicolas Geoffray · 3 years, 11 months ago
  35. 4335474 Cache hashes of virtual methods in j.l.Object. by Vladimir Marko · 3 years, 11 months ago
  36. 42bee50 Clean up ClassLinker::LinkFields(). by Vladimir Marko · 4 years ago
  37. c39af94 Add a nterp trampoline in the oat file, replaced at runtime. by Nicolas Geoffray · 4 years ago
  38. 2c2724c Disable the public SDK Checker during exception throwing by Calin Juravle · 4 years ago
  39. 47213e4 Small cleanups in artInvokeInterfaceTrampoline by Nicolas Geoffray · 4 years ago
  40. 782fb71 Use HashMap<> and HashSet<> in ClassLinker. by Vladimir Marko · 4 years ago
  41. 3378768 SDK-stub controlled dex2oat verification by Calin Juravle · 5 years ago
  42. 86d6cd5 Remove DexCache arrays from image. by David Srbecky · 4 years, 1 month ago
  43. 86c8752 Direct calls to @CriticalNative methods. by Vladimir Marko · 4 years, 8 months ago
  44. d1f7351 dex2oat: add --updatable-bcp-packages-file argument. by Vladimir Marko · 4 years, 9 months ago
  45. 725da8f Fix race between dex-file registration and class-loader deletion by Alex Light · 4 years, 10 months ago
  46. fa458ac Allow late lookup for @CriticalNative methods. by Vladimir Marko · 4 years, 11 months ago
  47. 18dc023 Remove obsolete CHECKs for image dex file location. by Vladimir Marko · 4 years, 11 months ago
  48. 3f0dca1 Ensure IsStructurallyRedefinable takes into account subtypes by Alex Light · 5 years ago
  49. ed1cecd Clean up dead code & outdated comment in app image validation by Dan Zimmerman · 5 years ago
  50. 6ef7713 Remove dead code related to profile collection. by Vladimir Marko · 5 years ago
  51. 270db1c Revert^4 "Allow structural redefinition on non-final classes." by Alex Light · 5 years ago
  52. abd8f05 Proactively dequicken on debuggable switch. by Alex Light · 5 years ago
  53. 664999a Revert "Revert^2 "Allow structural redefinition on non-final classes."" by Nicolas Geoffray · 5 years ago
  54. 0a19e21 Add null check in AppendToBootClassPath by Mathieu Chartier · 5 years ago
  55. f1b809c Revert^2 "Allow structural redefinition on non-final classes." by Alex Light · 5 years ago
  56. 7dac864 Clean up JNI dlsym lookup trampoline. by Vladimir Marko · 5 years ago
  57. 88b1c83 Revert "Allow structural redefinition on non-final classes." by Roland Levillain · 5 years ago
  58. c47040d Allow structural redefinition on non-final classes. by Alex Light · 5 years ago
  59. fb11957 Fixed issue in structural redefinition around class init by Alex Light · 5 years ago
  60. 4ac0e15 Revert "Revert "Basic structural redefinition support"" by Nicolas Geoffray · 5 years ago
  61. 5a2301d Revert "Basic structural redefinition support" by Nicolas Geoffray · 5 years ago
  62. c971eaf Basic structural redefinition support by Alex Light · 5 years ago
  63. bf12191 Implement ClassStatus::kVisiblyInitialized. by Vladimir Marko · 6 years ago
  64. 70e2a76 Initialize array classes in pre-fence visitor. by Vladimir Marko · 5 years ago
  65. 0c2c222 Revert^2 "Support clinit for app image during compilation" by Chang Xing · 7 years ago
  66. b0625e0 ART: Address b/120022597 by Andreas Gampe · 6 years ago
  67. 87658f3 Revert^2 "Optimize FindClass ClassNotFoundException case" by Andreas Gampe · 6 years ago
  68. d399f57 Revert "Optimize FindClass ClassNotFoundException case" by Mathieu Chartier · 6 years ago
  69. 9634705 Optimize FindClass ClassNotFoundException case by Mathieu Chartier · 6 years ago
  70. 5aead70 ObjPtr<>-ify method/var handles, fix stale refs in tests. by Vladimir Marko · 6 years ago
  71. 3892e62 Clean up Class::GetDescriptor(). by Vladimir Marko · 6 years ago
  72. 49b74a8 ART: Remove thread from class.h by Andreas Gampe · 6 years ago
  73. 7b3063b ART: Only log initialization failure on initialization by Andreas Gampe · 6 years ago
  74. 6262959 ART: Some more IWYU in common headers by Andreas Gampe · 6 years ago
  75. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  76. 0ace563 Revert^2 "Allow boot image for a part of the boot classpath." by Vladimir Marko · 6 years ago
  77. fb83d76 Revert "Allow boot image for a part of the boot classpath." by Andreas Gampe · 6 years ago
  78. 4433c43 Allow boot image for a part of the boot classpath. by Vladimir Marko · 6 years ago
  79. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 6 years ago
  80. e167273 Revert^2 "Support shared libraries in CreateContextFromClassLoader." by Nicolas Geoffray · 6 years ago
  81. 1717a49 Revert "Support shared libraries in CreateContextFromClassLoader." by Nicolas Geoffray · 6 years ago
  82. a66d69e Support shared libraries in CreateContextFromClassLoader. by Nicolas Geoffray · 6 years ago
  83. 4835d21 ART: Fix ResolveType with ArtMethod by Andreas Gampe · 6 years ago
  84. 6b9fd8c Support shared libraries in ClassLoaderContext::CreateClassLoader. by Nicolas Geoffray · 6 years ago
  85. 9296e18 Merge "Add native support for BaseDexClassLoader shared libraries." by Nicolas Geoffray · 6 years ago
  86. 9186b18 Refactor ClassLinker::FindPrimitiveClass(). by Vladimir Marko · 6 years ago
  87. 80a560c Add native support for BaseDexClassLoader shared libraries. by Nicolas Geoffray · 6 years ago
  88. f559f57 Merge "ART: Do some include-what-you-use" by Treehugger Robot · 6 years ago
  89. 7ac6666 Merge changes I9aa705ea,I2faac626 by Christian Wailes · 6 years ago
  90. 88dbad3 ART: Do some include-what-you-use by Andreas Gampe · 7 years ago
  91. 2d99da1 Merge "Revert "Inline ClassLinker::ResolveMethod"" by David Srbecky · 6 years ago
  92. 9cc67b1 Revert "Inline ClassLinker::ResolveMethod" by David Srbecky · 6 years ago
  93. 55c880e Revert "Disable kAppImageMayContainStrings" by Chris Wailes · 6 years ago
  94. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  95. 966b933 Disable kAppImageMayContainStrings by Mathieu Chartier · 6 years ago
  96. 74ccee6 Add extra handling for loading intern tables by Mathieu Chartier · 6 years ago
  97. e5fb7ea Merge "Inline ClassLinker::ResolveMethod" by David Srbecky · 6 years ago
  98. 25d88ba Inline ClassLinker::ResolveMethod by David Srbecky · 6 years ago
  99. 2386636 Preparing for work on string interning for AppImages. by Chris Wailes · 6 years ago
  100. 0e84027 Make classes of LOS objects non-movable. by Roland Levillain · 6 years ago