1. 4573be3 Faster Class::FindClassMethod(). by Vladimir Marko · 5 years ago
  2. dd446b1 Collect array classes in profiles. by Vladimir Marko · 5 years ago
  3. d5a8695 Reland "Improve invokeinterface for nterp." by Nicolas Geoffray · 5 years ago
  4. f1d0647 Revert "Improve invokeinterface for nterp." by Alex Light · 5 years ago
  5. c0d392b Improve invokeinterface for nterp. by Nicolas Geoffray · 5 years ago
  6. e1d2dce Add support for compact dex files in nterp. by Nicolas Geoffray · 6 years ago
  7. 4717175 Move code item to the data pointer and remove code_item_offset. by Nicolas Geoffray · 6 years ago
  8. 81daf3d Rename ArtMethod::IsPolymorphicSignature by Orion Hodson · 6 years ago
  9. a0130e8 Prepare compiler for adding VarHandle support. by Andra Danciu · 6 years ago
  10. d3d00c0 Refactor oat.h. by Vladimir Marko · 7 years ago
  11. 5115a4d Clean up initialization checks for entrypoints. by Vladimir Marko · 7 years ago
  12. cce414f Delay entrypoint update until visibly initialized. by Vladimir Marko · 7 years ago
  13. 1cef6b2 Add and use a read-barrier free NeedInitializationCheck method. by Nicolas Geoffray · 7 years ago
  14. 7f8678e Revert^2 "Prevent overflow for AOT hotness counters" by Mathieu Chartier · 7 years ago
  15. 7ab0777 Revert "Prevent overflow for AOT hotness counters" by Nicolas Geoffray · 7 years ago
  16. 79e6eb8 Prevent overflow for AOT hotness counters by Mathieu Chartier · 7 years ago
  17. abdb459 Use string length from DEX instead of recomputing by Eric Holk · 7 years ago
  18. b79674c ART: Forward-declare Signature in art_method.h (iwyu) by Andreas Gampe · 7 years ago
  19. 2180d8e Clean up ArtField/ArtMethod relocation for app image. by Vladimir Marko · 7 years ago
  20. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 7 years ago
  21. 415ac85 Add read barrier comments for ArtField::IsProxyField(). by Vladimir Marko · 7 years ago
  22. 6262959 ART: Some more IWYU in common headers by Andreas Gampe · 7 years ago
  23. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 7 years ago
  24. 97b2811 ART: Clean up base/utils.h by Andreas Gampe · 8 years ago
  25. e36e7f2 Store ImtIndex in ArtMethod. by David Srbecky · 8 years ago
  26. 8586569 Runtime flags only for fast/slow hiddenapi path by David Brazdil · 8 years ago
  27. cb58b07 ART: Add CRC32.udate(int,int) intrinsic for ARM64 by xueliang.zhong · 9 years ago
  28. 47cd272 Remove HiddenApiAccessFlags, move content to hiddenapi:: by David Brazdil · 8 years ago
  29. 64a1321 Revert "Update hidden API lists for intrinsics" by David Brazdil · 8 years ago
  30. d1f10c3 Update hidden API lists for intrinsics by David Brazdil · 8 years ago
  31. bb57032 Revert^2: Hardcode API list of newly hidden intrinsics by David Brazdil · 8 years ago
  32. c945e0d Remove ArtMethod's declaring class state checks. by Vladimir Marko · 8 years ago
  33. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 8 years ago
  34. 18090d1 Refactor String resolution. by Vladimir Marko · 8 years ago
  35. 09c5ca4 Clean up class resolution and lookup. by Vladimir Marko · 8 years ago
  36. 166546c Fix hidden API flags decoding for intrinsics by David Brazdil · 8 years ago
  37. 2e6f69c Set hidden API flags of intrinsics by David Brazdil · 8 years ago
  38. be4c2bd Fix dangling SingleImplementations left after class unloading by Alexey Grebenkin · 8 years ago
  39. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 8 years ago
  40. 58143d2 ART: Fixes for constructor parameter annotations by Orion Hodson · 8 years ago
  41. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 8 years ago
  42. fa854e4 Visit targets of proxy methods when visiting thread roots. by Roland Levillain · 8 years ago
  43. da244c9 Merge "Revert "Revert "Make libdexfile build independent of runtime dir""" by David Sehr · 8 years ago
  44. 02e33ab Merge "Do not DCHECK intrinsics with hidden API flags" by Treehugger Robot · 8 years ago
  45. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 8 years ago
  46. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 8 years ago
  47. aa129ff Do not DCHECK intrinsics with hidden API flags by David Brazdil · 8 years ago
  48. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 8 years ago
  49. 8c0961f Move missed files to libdexfile by David Sehr · 8 years ago
  50. 8714435 Disable DCHECK for an intrinsic with hidden API flags by David Brazdil · 8 years ago
  51. f6a8a55 Set runtime hidden API access flags by David Brazdil · 8 years ago
  52. 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
  53. 4557b38 ART: Rename Atomic::CompareExchange methods by Orion Hodson · 8 years ago
  54. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 8 years ago
  55. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 8 years ago
  56. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 9 years ago
  57. 2196c65 Revert^4 "JIT JNI stubs." by Vladimir Marko · 9 years ago
  58. 056d775 Revert "Revert "Revert "JIT JNI stubs.""" by Nicolas Geoffray · 9 years ago
  59. e744163 Revert "Revert "JIT JNI stubs."" by Vladimir Marko · 9 years ago
  60. b3e7bcc Merge "Add code item accessor helper classes" by Mathieu Chartier · 9 years ago
  61. b0a6aee Record @{Fast,Critical}Native in method's access flags. by Vladimir Marko · 9 years ago
  62. 69147f1 Add code item accessor helper classes by Mathieu Chartier · 9 years ago
  63. 4098a7a Refactor ArtField::GetType<>() as {Lookup,Resolve}Type(). by Vladimir Marko · 9 years ago
  64. cfcc9cf ART: Increase the number of potential instrinsics by Orion Hodson · 9 years ago
  65. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 9 years ago
  66. 5122e6b ART: Remove ArtMethod::dex_cache_resolved_methods_. by Vladimir Marko · 9 years ago
  67. d1ee20f Revert^4 "ART: Use proxy ArtMethod's data_ to store the interface method." by Vladimir Marko · 9 years ago
  68. 76ccd09 Revert^3 "ART: Use proxy ArtMethod's data_ to store the interface method."" by Nicolas Geoffray · 9 years ago
  69. c42fab3 Revert^2 "ART: Use proxy ArtMethod's data_ to store the interface method." by Vladimir Marko · 9 years ago
  70. 7ef52f7 Revert "ART: Use proxy ArtMethod's data_ to store the interface method." by Nicolas Geoffray · 9 years ago
  71. 0888cf1 ART: Use proxy ArtMethod's data_ to store the interface method. by Vladimir Marko · 9 years ago
  72. 0a87a65 Add two special runtime methods. by Mingyao Yang · 9 years ago
  73. b45528c ART: Refactor retrieval of types through ArtMethod. by Vladimir Marko · 9 years ago
  74. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 9 years ago
  75. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 9 years ago
  76. 8228cdf ART: Move CalleeSaveType to callee_save_type.h by Andreas Gampe · 9 years ago
  77. d766158 Handler-ize InstrumentationListener and related code by Alex Light · 9 years ago
  78. 5d08fcc ART: More header cleanups by Andreas Gampe · 9 years ago
  79. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 9 years ago
  80. d490129 ART: Clean up heap headers by Andreas Gampe · 9 years ago
  81. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 9 years ago
  82. 4c0b4bc Gracefully handle bogus profiling info for inline caches. by Nicolas Geoffray · 9 years ago
  83. f2f1c9d Revert "Revert "Refactor annotation code for obsolete methods."" by Alex Light · 9 years ago
  84. 65e0775 Revert "Refactor annotation code for obsolete methods." by Nicolas Geoffray · 9 years ago
  85. 875e322 Merge "Refactor annotation code for obsolete methods." by Treehugger Robot · 9 years ago
  86. 672a0b7 Refactor annotation code for obsolete methods. by Alex Light · 9 years ago
  87. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  88. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  89. b1106e2 ART: Add flag for ArtMethod class state checks by Andreas Gampe · 9 years ago
  90. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  91. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 9 years ago
  92. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  93. 90c5a9b Various improvements to stack walking speed by Mathieu Chartier · 9 years ago
  94. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  95. ec78622 Hash-based dex cache type array. by Vladimir Marko · 9 years ago
  96. 137cdfa Avoid read barriers for ArtMethod::GetDexFile by Mathieu Chartier · 9 years ago
  97. 72ab684 Add class status for resolved erroneous classes. by Vladimir Marko · 9 years ago
  98. 9cd522b Remove now unused dex_cache_resolved_types_ from ArtMethod. by Nicolas Geoffray · 9 years ago
  99. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 9 years ago
  100. 5d37c15 Put inlined ArtMethod pointer in stack maps. by Nicolas Geoffray · 9 years ago