1. 4b8ea5d Pass OatDexFile by reference in FindDexCache by Santiago Aboy Solanes · 3 years, 2 months ago
  2. bc89367 Minor refactoring of `ClassLinker::LinkMethods()`. by Vladimir Marko · 3 years, 2 months ago
  3. 61673dc Reland "Change hotness counting." by Nicolas Geoffray · 3 years, 2 months ago
  4. 970ba21 Inline across dex files for compiler options' non-BCP methods by Santiago Aboy Solanes · 3 years, 3 months ago
  5. 968c813 Avoid redundant strlen for shorty names by Jared Duke · 3 years, 2 months ago
  6. fa66389 Inline ResolveMethod and ResolveField in nterp by David Srbecky · 3 years, 3 months ago
  7. ce131fe Revert "Change hotness counting." by Vladimir Marko · 3 years, 3 months ago
  8. 9c924e8 Add support to place shared libraries after the dex path by Brad Stenning · 3 years, 3 months ago
  9. c86869a Change hotness counting. by Nicolas Geoffray · 3 years, 4 months ago
  10. 327cfcf Use the .dm file at runtime for verification. by Nicolas Geoffray · 3 years, 3 months ago
  11. ebf496f Deprecate --updatable-bcp-packages-fd and --updatable-bcp-packages-file by Jiakai Zhang · 3 years, 3 months ago
  12. f9e82e5 Loosen class status check after resolving. by Vladimir Marko · 3 years, 3 months ago
  13. 33df0e3 Revert^4 "Lazily allocate DexCache arrays." by David Srbecky · 3 years, 4 months ago
  14. 6fbcc29 Change ClassLinker::dex_caches_ from list to unordered_map. by David Srbecky · 3 years, 11 months ago
  15. 4b0c9b9 Remove the notion of soft failure within the verifier. by Nicolas Geoffray · 3 years, 4 months ago
  16. 8473a5b Revert "Revert^2 "Lazily allocate DexCache arrays."" by Nicolas Geoffray · 3 years, 4 months ago
  17. e153a62 Revert^2 "Lazily allocate DexCache arrays." by David Srbecky · 3 years, 11 months ago
  18. e8445e5 Always check for an exception after a class lookup. by Nicolas Geoffray · 3 years, 4 months ago
  19. ab91eef Address review comments on method resolution. by Nicolas Geoffray · 3 years, 4 months ago
  20. c07f488 Add a test and consistency checks in method / field resolution. by Nicolas Geoffray · 3 years, 4 months ago
  21. 95bb995 Remove unused MadviseState hints by Jared Duke · 3 years, 5 months ago
  22. fb3ad72 Revert "Make ClassLinker::DumpForSigQuit exclude gc" by Hans Boehm · 3 years, 5 months ago
  23. 825e829 Make ClassLinker::DumpForSigQuit exclude gc by Hans Boehm · 3 years, 6 months ago
  24. 4aebd58 Add some null checks in case of OOME. by Nicolas Geoffray · 3 years, 6 months ago
  25. 66934ef Clean up ClassLinker::VerifyClass. by Nicolas Geoffray · 3 years, 6 months ago
  26. 7744b69 Remove dual verification in RedefineClasses. by Nicolas Geoffray · 3 years, 6 months ago
  27. e4f983c Remove mterp. by Nicolas Geoffray · 3 years, 6 months ago
  28. 6cd7ab3 Only set nterp entrypoint after a class is verified. by Nicolas Geoffray · 3 years, 6 months ago
  29. 4dc6589 Don't wrap VerifyError into NoClassDefFoundError. by Nicolas Geoffray · 3 years, 6 months ago
  30. dd41196 VarHandle: add StaticFieldVarHandle class by Orion Hodson · 3 years, 7 months ago
  31. b4bd92f Faster hashing in `ClassLinker::LinkVirtualMethods()`. by Vladimir Marko · 3 years, 6 months ago
  32. a4d28dd Avoid marking proxy class as erroneous twice. by Vladimir Marko · 3 years, 7 months ago
  33. 44dc8a3 verifier: do not infer an instruction will throw. by Nicolas Geoffray · 3 years, 7 months ago
  34. 4ef3649 Fix missing nterp initializing when loading a class. by Nicolas Geoffray · 3 years, 7 months ago
  35. 4026117 Rewrite static/instance field search by index. by Vladimir Marko · 3 years, 7 months ago
  36. b10668c Clean up Class::GetDirectInterface(). by Vladimir Marko · 3 years, 7 months ago
  37. e300c4e Faster Class::FindField(). by Vladimir Marko · 3 years, 7 months ago
  38. 4f6bb44 Remove palette hooks. by Nicolas Geoffray · 3 years, 8 months ago
  39. c63d967 Rewrite profile file format. by Vladimir Marko · 3 years, 10 months ago
  40. 8078996 Handle a potential race when verifying dex files in the background. by Nicolas Geoffray · 3 years, 9 months ago
  41. 1dab575 Remove some dead code around ClassTable. by Vladimir Marko · 3 years, 11 months ago
  42. 68c0758 Clean up defining classes in ClassLinker. by Vladimir Marko · 3 years, 9 months ago
  43. af61f50 Reland "Change JNI behavior related to hiddenapi." by Nicolas Geoffray · 3 years, 10 months ago
  44. ac57691 dex2oat: Do not crash on InitializeClass() exceptions. by Vladimir Marko · 3 years, 10 months ago
  45. dbcf4a2 Revert "Change JNI behavior related to hiddenapi." by Nicolas Geoffray · 3 years, 10 months ago
  46. 579db19 Change JNI behavior related to hiddenapi. by Nicolas Geoffray · 3 years, 10 months ago
  47. 43c9cd7 Improve nterp -> compiled code transitions. by Nicolas Geoffray · 3 years, 10 months ago
  48. 40cd07c Add a fast path for nterp entrypoint to avoid fetching the shorty. by Nicolas Geoffray · 3 years, 10 months ago
  49. 5b0b2e1 Explictly pass VerifierDeps when asking for class verification. by Nicolas Geoffray · 3 years, 10 months ago
  50. de0d0de Remove kAccMiranda and kAccDefaultConflicting. by Vladimir Marko · 3 years, 10 months ago
  51. b9b7d91 Revert "Lazily allocate DexCache arrays." by Orion Hodson · 3 years, 11 months ago
  52. 1214319 Lazily allocate DexCache arrays. by David Srbecky · 4 years ago
  53. 74584e6 [metrics] Add ClassLoadingTotalTime counter by Eric Holk · 4 years ago
  54. fedff51 Change runtime behavior related to hiddenapi. by Nicolas Geoffray · 4 years ago
  55. 5de5efe Remove pointer-size arguments from DexCache. by David Srbecky · 4 years ago
  56. 6df4511 Use vdex assignability types at runtime. by Nicolas Geoffray · 4 years ago
  57. c5323fe libartpalette: Use fixed width typedef rather than enum for status by Orion Hodson · 4 years ago
  58. 4335474 Cache hashes of virtual methods in j.l.Object. by Vladimir Marko · 4 years ago
  59. b1cf837 Fix image bug around clinit and nterp. by Nicolas Geoffray · 4 years ago
  60. d1728bf Add a kTypeChecksFailure. by Nicolas Geoffray · 4 years ago
  61. 42bee50 Clean up ClassLinker::LinkFields(). by Vladimir Marko · 4 years ago
  62. c7993d5 Rewrite ClassLinker::LinkFields(). by Vladimir Marko · 4 years ago
  63. bd728b0 Add a ScopedTrace when updating code_item and entrypoint in image. by Nicolas Geoffray · 4 years ago
  64. c39af94 Add a nterp trampoline in the oat file, replaced at runtime. by Nicolas Geoffray · 4 years ago
  65. 2c2724c Disable the public SDK Checker during exception throwing by Calin Juravle · 4 years ago
  66. 47213e4 Small cleanups in artInvokeInterfaceTrampoline by Nicolas Geoffray · 4 years, 1 month ago
  67. 771708f Avoid growing boot class path for --single-image compiled images by Orion Hodson · 4 years ago
  68. aa027b8 Fix Entry in CheckVTableHasNoDuplicates(). by Vladimir Marko · 4 years ago
  69. 782fb71 Use HashMap<> and HashSet<> in ClassLinker. by Vladimir Marko · 4 years, 1 month ago
  70. 3378768 SDK-stub controlled dex2oat verification by Calin Juravle · 5 years ago
  71. 86d6cd5 Remove DexCache arrays from image. by David Srbecky · 4 years, 1 month ago
  72. e1d2dce Add support for compact dex files in nterp. by Nicolas Geoffray · 4 years, 4 months ago
  73. 1d4f009 Call dex2oat and runtime hooks when creating / loading oat/dex files. by Nicolas Geoffray · 4 years, 5 months ago
  74. 5565029 Improve logging for missed fields by Mathieu Chartier · 4 years, 4 months ago
  75. 4717175 Move code item to the data pointer and remove code_item_offset. by Nicolas Geoffray · 4 years, 5 months ago
  76. 0c9a217 Always create IMT conflict tables when generating an image. by Nicolas Geoffray · 4 years, 5 months ago
  77. 60d4abc Reland^2 "Cover more cases in nterp." by Nicolas Geoffray · 4 years, 6 months ago
  78. 5439f05 Revert^3 "VIXL simulator for ART (Stage1)" by Ulya Trafimovich · 4 years, 6 months ago
  79. 5880c77 Inclusive language updates to class_linker.cc by Orion Hodson · 4 years, 6 months ago
  80. 346fd96 More inclusive language in the runtime by David Srbecky · 4 years, 6 months ago
  81. e886d68 Revert^2 "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 6 months ago
  82. 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 6 months ago
  83. 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 6 years ago
  84. 0315efa Increment hotness in nterp when doing lookups. by Nicolas Geoffray · 4 years, 7 months ago
  85. 86c8752 Direct calls to @CriticalNative methods. by Vladimir Marko · 4 years, 8 months ago
  86. 1715efa Add a new class status for verified with access checks. by Nicolas Geoffray · 4 years, 7 months ago
  87. 1c993cd Revert^2 "Throw ClassFormatError for unsupported default methods." by Vladimir Marko · 4 years, 8 months ago
  88. 09261a8 Revert "Throw ClassFormatError for unsupported default methods." by Nicolas Geoffray · 4 years, 8 months ago
  89. 08110ef Improve error message in RunRootClinits by David Srbecky · 4 years, 8 months ago
  90. adf0f2e Throw ClassFormatError for unsupported default methods. by Vladimir Marko · 4 years, 8 months ago
  91. 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 4 years, 8 months ago
  92. 0761419 Handle the situation we could not load the class. by Nicolas Geoffray · 4 years, 9 months ago
  93. afa69cd Add another DCHECK that an exception isn't pending. by Nicolas Geoffray · 4 years, 9 months ago
  94. 605c591 Add more DCHECKs to investigate build bot failure. by Nicolas Geoffray · 4 years, 9 months ago
  95. d1f7351 dex2oat: add --updatable-bcp-packages-file argument. by Vladimir Marko · 4 years, 10 months ago
  96. bc11509 Address late comments on go/aog/1269207 by Alex Light · 4 years, 10 months ago
  97. a467a6e Fix incorrect interface-override linking by Alex Light · 4 years, 10 months ago
  98. e4abf13 ART: Update list of reserved boot class path packages. by Vladimir Marko · 4 years, 10 months ago
  99. 133987d Revert^2 "Don't include static or private methods with proxy construction." by Alex Light · 4 years, 10 months ago
  100. 379503d Revert "Don't include static or private methods with proxy construction." by Alex Light · 4 years, 10 months ago