1. 930070e Disable shared method memory optimization. by Nicolas Geoffray · 2 years, 8 months ago
  2. 0ca39d1 Clear shared method bit when doing boot image profiling. by Nicolas Geoffray · 2 years, 8 months ago
  3. 8082cf9 Add a check that we do not set intrinsic type `kNone`. by Ulya Trafimovich · 2 years, 9 months ago
  4. f9ae8e3 Implement shared counters for boot image / zygote methods. by Nicolas Geoffray · 2 years, 10 months ago
  5. c226211 Fix CHA: Treat default conflict method like abstract. by Vladimir Marko · 2 years, 11 months ago
  6. 7156ea2 Explicitly indicate whether the code item is obtained from the compact dex file in SetCodeItem() by zhaoxuyang · 3 years ago
  7. e33be3d Correctly handle intrinsics when not precompiling the boot image. by Nicolas Geoffray · 3 years ago
  8. b91402f Templatize `ClassLinker::LinkMethodsHelper`. by Vladimir Marko · 3 years ago
  9. 58f916c Replace the nterp threshold with the warmup threshold. by Nicolas Geoffray · 3 years, 1 month ago
  10. 61673dc Reland "Change hotness counting." by Nicolas Geoffray · 3 years, 2 months ago
  11. ce131fe Revert "Change hotness counting." by Vladimir Marko · 3 years, 2 months ago
  12. c86869a Change hotness counting. by Nicolas Geoffray · 3 years, 3 months ago
  13. 33df0e3 Revert^4 "Lazily allocate DexCache arrays." by David Srbecky · 3 years, 3 months ago
  14. d4e07aa Do not resolve name strings in `ArtMethod::GetDeclaredMethodInternal()`. by Vladimir Marko · 3 years, 3 months ago
  15. 8473a5b Revert "Revert^2 "Lazily allocate DexCache arrays."" by Nicolas Geoffray · 3 years, 3 months ago
  16. e153a62 Revert^2 "Lazily allocate DexCache arrays." by David Srbecky · 3 years, 10 months ago
  17. e4f983c Remove mterp. by Nicolas Geoffray · 3 years, 6 months ago
  18. dd446b1 Collect array classes in profiles. by Vladimir Marko · 3 years, 7 months ago
  19. 43c9cd7 Improve nterp -> compiled code transitions. by Nicolas Geoffray · 3 years, 10 months ago
  20. 40cd07c Add a fast path for nterp entrypoint to avoid fetching the shorty. by Nicolas Geoffray · 3 years, 10 months ago
  21. 4924ea9 Remove Vdex::GetQuickenedInfoOf and all its users. by Nicolas Geoffray · 3 years, 9 months ago
  22. 3907ce0 Change the value of kAccPreCompiled. by Vladimir Marko · 3 years, 9 months ago
  23. de0d0de Remove kAccMiranda and kAccDefaultConflicting. by Vladimir Marko · 3 years, 9 months ago
  24. b9b7d91 Revert "Lazily allocate DexCache arrays." by Orion Hodson · 3 years, 10 months ago
  25. 1214319 Lazily allocate DexCache arrays. by David Srbecky · 3 years, 10 months ago
  26. d5a8695 Reland "Improve invokeinterface for nterp." by Nicolas Geoffray · 4 years ago
  27. f1d0647 Revert "Improve invokeinterface for nterp." by Alex Light · 4 years ago
  28. c0d392b Improve invokeinterface for nterp. by Nicolas Geoffray · 4 years ago
  29. e1d2dce Add support for compact dex files in nterp. by Nicolas Geoffray · 4 years, 3 months ago
  30. 4717175 Move code item to the data pointer and remove code_item_offset. by Nicolas Geoffray · 4 years, 4 months ago
  31. 81daf3d Rename ArtMethod::IsPolymorphicSignature by Orion Hodson · 4 years, 4 months ago
  32. 095dc46 Move the profiling info out of ArtMethod. by Nicolas Geoffray · 4 years, 4 months ago
  33. ab7ecce Disable support for proxy method in nterp. by Nicolas Geoffray · 4 years, 5 months ago
  34. 5439f05 Revert^3 "VIXL simulator for ART (Stage1)" by Ulya Trafimovich · 4 years, 5 months ago
  35. e886d68 Revert^2 "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 5 months ago
  36. 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 5 months ago
  37. 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 6 years ago
  38. 86c8752 Direct calls to @CriticalNative methods. by Vladimir Marko · 4 years, 8 months ago
  39. c76232e Fix relation between debuggable / JIT zygote. by Nicolas Geoffray · 4 years, 9 months ago
  40. 65a01a7 Simplify access_flags_ updates by Hans Boehm · 5 years ago
  41. a00b54b Helpers and refactorings to prepare for interpreter optimizations (x64) by Nicolas Geoffray · 5 years ago
  42. f05f04b Make ArtMethod methods const or requiring the mutator lock. by Nicolas Geoffray · 5 years ago
  43. c2d0c96 Perform reverify with shared mutator-lock. by Alex Light · 5 years ago
  44. b1eebde Revert^2 "Class redefinition sometimes needs to update verification" by Alex Light · 5 years ago
  45. 2cf00ed Revert "Class redefinition sometimes needs to update verification" by Nicolas Geoffray · 5 years ago
  46. db55a11 Class redefinition sometimes needs to update verification by Alex Light · 5 years ago
  47. 5115a4d Clean up initialization checks for entrypoints. by Vladimir Marko · 5 years ago
  48. 1cef6b2 Add and use a read-barrier free NeedInitializationCheck method. by Nicolas Geoffray · 5 years ago
  49. 5a0b672 Boot image: only use the resolution stub when there is AOT code. by Nicolas Geoffray · 5 years ago
  50. 7f8678e Revert^2 "Prevent overflow for AOT hotness counters" by Mathieu Chartier · 5 years ago
  51. 7ab0777 Revert "Prevent overflow for AOT hotness counters" by Nicolas Geoffray · 5 years ago
  52. 79e6eb8 Prevent overflow for AOT hotness counters by Mathieu Chartier · 5 years ago
  53. 3238440 jitzygote: Handle case of methods having the resolution stub. by Nicolas Geoffray · 5 years ago
  54. e32d24c Store zygote compiled code in a shared map. by Nicolas Geoffray · 5 years ago
  55. abdb459 Use string length from DEX instead of recomputing by Eric Holk · 6 years ago
  56. b79674c ART: Forward-declare Signature in art_method.h (iwyu) by Andreas Gampe · 6 years ago
  57. 2180d8e Clean up ArtField/ArtMethod relocation for app image. by Vladimir Marko · 6 years ago
  58. fe613a7 ART: Small iwyu by Andreas Gampe · 6 years ago
  59. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 6 years ago
  60. 6e78158 ART: Change ArtMethod::NumArgRegisters() signature. by Vladimir Marko · 6 years ago
  61. fe2886d Merge "Deoptimize zygote compiled methods in DeoptimizeBootImage." by Nicolas Geoffray · 6 years ago
  62. 436896c ART: Some IWYU for IterationRange by Andreas Gampe · 6 years ago
  63. 7458a7a ART: Refactor code_item_accessors by Andreas Gampe · 6 years ago
  64. ad1aa63 ART: Move Signature to its own header by Andreas Gampe · 6 years ago
  65. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  66. 226805d Deoptimize zygote compiled methods in DeoptimizeBootImage. by Nicolas Geoffray · 6 years ago
  67. e36e7f2 Store ImtIndex in ArtMethod. by David Srbecky · 6 years ago
  68. 8586569 Runtime flags only for fast/slow hiddenapi path by David Brazdil · 6 years ago
  69. 9581e61 Cache whether we should use interpreter invoke fast-path. by David Srbecky · 6 years ago
  70. 47cd272 Remove HiddenApiAccessFlags, move content to hiddenapi:: by David Brazdil · 6 years ago
  71. 56de89a Mark most *Offset helper functions as constexpr. by David Srbecky · 6 years ago
  72. 4df2d80 Revert^2 "Load boot image at a random address." by Vladimir Marko · 6 years ago
  73. f3d0773 Revert "Load boot image at a random address." by Vladimir Marko · 6 years ago
  74. 5ad79d8 Load boot image at a random address. by Vladimir Marko · 6 years ago
  75. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  76. c945e0d Remove ArtMethod's declaring class state checks. by Vladimir Marko · 6 years ago
  77. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 6 years ago
  78. 18090d1 Refactor String resolution. by Vladimir Marko · 7 years ago
  79. 904e75a Fix stripping of access flags during JVMTI redefine by David Brazdil · 7 years ago
  80. 166546c Fix hidden API flags decoding for intrinsics by David Brazdil · 7 years ago
  81. 2e6f69c Set hidden API flags of intrinsics by David Brazdil · 7 years ago
  82. b041a40 Use vdex's quickening info when decoding a quickened instruction. by Nicolas Geoffray · 7 years ago
  83. be4c2bd Fix dangling SingleImplementations left after class unloading by Alexey Grebenkin · 7 years ago
  84. 34088e1 Don't do a read barrier in JIT GC code. by Nicolas Geoffray · 7 years ago
  85. 58143d2 ART: Fixes for constructor parameter annotations by Orion Hodson · 7 years ago
  86. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  87. fa854e4 Visit targets of proxy methods when visiting thread roots. by Roland Levillain · 7 years ago
  88. 0e9d090 Merge "Add compiler option for counting hotness in compiled code." by Nicolas Geoffray · 7 years ago
  89. da244c9 Merge "Revert "Revert "Make libdexfile build independent of runtime dir""" by David Sehr · 7 years ago
  90. 02e33ab Merge "Do not DCHECK intrinsics with hidden API flags" by Treehugger Robot · 7 years ago
  91. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago
  92. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 7 years ago
  93. aa129ff Do not DCHECK intrinsics with hidden API flags by David Brazdil · 7 years ago
  94. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  95. 8d72832 Add compiler option for counting hotness in compiled code. by Nicolas Geoffray · 7 years ago
  96. 8c0961f Move missed files to libdexfile by David Sehr · 7 years ago
  97. f6a8a55 Set runtime hidden API access flags by David Brazdil · 7 years ago
  98. 210531f Revert "Revert "Move quickening info logic to its own table"" by Mathieu Chartier · 7 years ago
  99. 6716941 Revert "Move quickening info logic to its own table" by Nicolas Geoffray · 7 years ago
  100. 7a26f94 Move quickening info logic to its own table by Mathieu Chartier · 7 years ago