1. 52a65c7 Reland "Add a fast path to fetch a field in the caller's declaring class." by Nicolas Geoffray · 12 months ago
  2. 56523a5 Revert "Add a fast path to fetch a field in the caller's declaring class." by Nicolas Geoffray · 12 months ago
  3. 50d06b5 Hide Virtual Thread impl behind a feature flag by Victor Chang · 1 year, 2 months ago
  4. 8a1d3cc Add a fast path to fetch a field in the caller's declaring class. by Nicolas Geoffray · 1 year ago
  5. 17c7ed2 Refactor `Instrumentation` out of `Runtime`. by Vladimir Marko · 1 year, 2 months ago
  6. 761ea22 Add support for collecting long running methods by Mythri Alle · 1 year, 3 months ago
  7. b3e84e1 Remove unused fields in shadow frames by Victor Chang · 1 year, 3 months ago
  8. 5135b91 asm_defines.s: suppress error about unused -c argument by Ryan Prichard · 1 year, 4 months ago
  9. 07a58eb Revert^4 "IsMemorySharedMethod fix for intrinsics" by Santiago Aboy Solanes · 1 year, 5 months ago
  10. 8d20c51 Remove unused ShadowFrame.result_register_ by Victor Chang · 1 year, 6 months ago
  11. a5557d9 Revert^3 "IsMemorySharedMethod fix for intrinsics" by Liana Kazanova · 1 year, 5 months ago
  12. 398bedc Revert^2 "IsMemorySharedMethod fix for intrinsics" by Santiago Aboy Solanes · 1 year, 6 months ago
  13. b741af2 Separate kRuntimeISA/kRuntimeQuickCodeISA by Chris Jones · 2 years, 3 months ago
  14. 88c7e96 Adds an interface to collect on demand art traces by Mythri Alle · 1 year, 9 months ago
  15. 1793c09 Add support for the experimental on-demand tracing by Mythri Alle · 1 year, 9 months ago
  16. 8efa0b1 Remove compact dex support from nterp. by Vladimir Marko · 1 year, 9 months ago
  17. df673f5 Clean up source_build Soong config variables. by Martin Stjernholm · 1 year, 11 months ago
  18. 1df1ff5 Delete disabling of art in non source builds by Spandan Das · 2 years ago
  19. b66eb3b Avoid comparing std::memory_order_relaxed with 0 by Ryan Prichard · 2 years ago
  20. 7f22a8e Rename enums.h/.cc to pointer_size.h/.cc. by Santiago Aboy Solanes · 2 years, 1 month ago
  21. 9b4fba2 riscv64: ExecuteNterpImpl with class init by Jaeheon Yi · 2 years, 7 months ago
  22. 200fc06 nterp: Load full class status in `ExecuteNterpWithClinitImpl`. by Vladimir Marko · 2 years, 7 months ago
  23. 630c507 Drop object counting from the allocation fast path. by Nicolas Geoffray · 2 years, 10 months ago
  24. e635155 Cleanup instrumentation_levels and instrumentation_stubs_installed by Mythri Alle · 3 years, 3 months ago
  25. 5b263ae Call method entry hooks only when we have method entry listeners by Mythri Alle · 3 years, 6 months ago
  26. 93455a0 Reland "Add isInitializing check in nterp header." by Nicolas Geoffray · 3 years, 7 months ago
  27. 88d81e0 Add isInitializing check in nterp header. by Nicolas Geoffray · 3 years, 8 months ago
  28. 8af7f91 Introduce a nterp with clinit check entrypoint. by Nicolas Geoffray · 3 years, 9 months ago
  29. 5eb7ad2 Reland^2 "Don't use instrumentation stubs for native methods in debuggable" by Mythri Alle · 3 years, 9 months ago
  30. 1d1d25e Revert "Reland "Don't use instrumentation stubs for native methods in debuggable"" by Mythri Alle · 3 years, 9 months ago
  31. 6fb0acc Reland "Don't use instrumentation stubs for native methods in debuggable" by Mythri Alle · 3 years, 9 months ago
  32. c2632ac Reland^3 "Don't use AOT code for native methods for java debuggable runtime" by Mythri Alle · 3 years, 11 months ago
  33. 068a875 arm: Rewrite `art_quick_aput_obj`. by Vladimir Marko · 4 years ago
  34. 307fd6d Reland "Update how deoptimization from runtime methods is supported" by Mythri Alle · 4 years ago
  35. 79f078d Revert "Update how deoptimization from runtime methods is supported" by Mythri Alle · 4 years ago
  36. 6402670 Update how deoptimization from runtime methods is supported by Mythri Alle · 4 years, 4 months ago
  37. f9ae8e3 Implement shared counters for boot image / zygote methods. by Nicolas Geoffray · 4 years, 2 months ago
  38. ab72f9c Fix THREAD_INTERPRETER_CACHE_SIZE_SHIFT by David Srbecky · 4 years, 2 months ago
  39. 3d2f148 Revert "Add thread-shared interpreter cache" by Hans Boehm · 4 years, 3 months ago
  40. fa40e6e Add thread-shared interpreter cache by David Srbecky · 4 years, 4 months ago
  41. c2b3116 Inline some type checks of instanceof and checkcast in nterp. by Nicolas Geoffray · 4 years, 4 months ago
  42. 7039c11 ARM64: Implicit suspend checks using LDR. by Vladimir Marko · 8 years ago
  43. 254a858 Make suspend check test specific flags. by Vladimir Marko · 4 years, 4 months ago
  44. ddf4fd3 Always access Thread state and flags as 32-bit location. by Vladimir Marko · 4 years, 4 months ago
  45. 61673dc Reland "Change hotness counting." by Nicolas Geoffray · 4 years, 5 months ago
  46. e10abe7 Inherit art_defaults in cc_library_headers as well. by Martin Stjernholm · 4 years, 5 months ago
  47. 9dca919 Make art_debug_defaults inherit art_defaults. by Martin Stjernholm · 4 years, 5 months ago
  48. dc7f139 Refactor libart_runtime_headers_ndk to a header lib also used by libart itself. by Martin Stjernholm · 4 years, 5 months ago
  49. ce131fe Revert "Change hotness counting." by Vladimir Marko · 4 years, 5 months ago
  50. c86869a Change hotness counting. by Nicolas Geoffray · 4 years, 6 months ago
  51. f9795d1 Remove mterp_current_ibase. by Nicolas Geoffray · 4 years, 6 months ago
  52. 0910d89 Remove libc_headers from cc_object by Colin Cross · 4 years, 9 months ago
  53. e4f983c Remove mterp. by Nicolas Geoffray · 4 years, 9 months ago
  54. 1dc77ab Disable most ART source modules when ART prebuilts are enabled. by Martin Stjernholm · 5 years ago
  55. c046db7 Update ART generator tools to use python3. by Vladimir Marko · 5 years ago
  56. 43c9cd7 Improve nterp -> compiled code transitions. by Nicolas Geoffray · 5 years ago
  57. 40cd07c Add a fast path for nterp entrypoint to avoid fetching the shorty. by Nicolas Geoffray · 5 years ago
  58. ec388c0 Add min_sdk_version for ART module. by Nicolas Geoffray · 5 years ago
  59. 9150de6 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 5 years ago
  60. 5de5efe Remove pointer-size arguments from DexCache. by David Srbecky · 5 years ago
  61. e585964 When entering nterp, take a fast path for instance calls with 1 argument. by Nicolas Geoffray · 5 years ago
  62. d5a8695 Reland "Improve invokeinterface for nterp." by Nicolas Geoffray · 5 years ago
  63. f1d0647 Revert "Improve invokeinterface for nterp." by Alex Light · 5 years ago
  64. c0d392b Improve invokeinterface for nterp. by Nicolas Geoffray · 5 years ago
  65. dd406c3 Add an arm32 port of nterp. by Nicolas Geoffray · 5 years ago
  66. 3e9abfc Rename ART release APEX to com.android.art. by Martin Stjernholm · 5 years ago
  67. e1d2dce Add support for compact dex files in nterp. by Nicolas Geoffray · 6 years ago
  68. 4717175 Move code item to the data pointer and remove code_item_offset. by Nicolas Geoffray · 6 years ago
  69. cfea667 Bionic libc_headers shouldn't be used in non-Bionic host builds. by Martin Stjernholm · 6 years ago
  70. 0315efa Increment hotness in nterp when doing lookups. by Nicolas Geoffray · 6 years ago
  71. 86c8752 Direct calls to @CriticalNative methods. by Vladimir Marko · 6 years ago
  72. e6afa95 Bionic and kernel system include paths are no longer implicit. by Martin Stjernholm · 6 years ago
  73. 71f661c Set apex_available property by Jiyong Park · 6 years ago
  74. 00cb81d Add explicit dependencies on jni_headers by Orion Hodson · 6 years ago
  75. fa458ac Allow late lookup for @CriticalNative methods. by Vladimir Marko · 6 years ago
  76. 7c2f69e apex_available becomes more correct by Jiyong Park · 6 years ago
  77. 066dd902 Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR by Jiyong Park · 6 years ago
  78. 80599a2 Revert submission 1191937-art_apex_available by Joseph Murphy · 6 years ago
  79. 1e88f98 Use apex_available property by Jiyong Park · 6 years ago
  80. 0039182 Add an implementation of Nterp for x64. by Nicolas Geoffray · 6 years ago
  81. 57cacb7 Refactor OSR related code to prepare for "true" OSR. by Nicolas Geoffray · 6 years ago
  82. a00b54b Helpers and refactorings to prepare for interpreter optimizations (x64) by Nicolas Geoffray · 6 years ago
  83. 08d0984 Allow late lookup for @FastNative methods. by Vladimir Marko · 6 years ago
  84. e2a3aa9 Baseline JIT: update inline caches in compiled code. by Nicolas Geoffray · 6 years ago
  85. 221dfa6 Explicitly disable cpp-define-generator for Darwin. by Elliott Hughes · 7 years ago
  86. d5ec2a1 Make the $/# in front of constants optional by Pirama Arumuga Nainar · 7 years ago
  87. eafeeb2 Replace use of include_dirs with header_libs on asm_defines.s by Paul Duffin · 7 years ago
  88. e81f10a Revert "Remove ShadowFrame::dex_pc_ (but keep dex_pc_ptr_)" by David Srbecky · 7 years ago
  89. 50bc8fb Remove ShadowFrame::dex_pc_ (but keep dex_pc_ptr_) by David Srbecky · 7 years ago
  90. 5a0430d ART: Introduce runtime_globals by Andreas Gampe · 7 years ago
  91. 28f6cff Cache the value of MterpShouldSwitchInterpreters() by David Srbecky · 7 years ago
  92. 50b4743 Move cpp-define related static_assert to runtime. by David Srbecky · 7 years ago
  93. 776f3f7 Remove mterp "alternate" opcode handlers. by David Srbecky · 7 years ago
  94. d88f5f7 Shrink couple of x86 mterp handlers. by David Srbecky · 7 years ago
  95. 766e74f Cleanup the cpp-define-generator definitions. by David Srbecky · 8 years ago
  96. 0adf4d8 Rewrite cpp-define-generator by David Srbecky · 8 years ago
  97. 78940f2 Remove the auto-generated asm_support_gen.h by David Srbecky · 8 years ago
  98. 912f36c Add small thread-local cache for use by the interpreter. by David Srbecky · 8 years ago
  99. b2683cb Merge "ARM/ARM64: Improve lock/unlock entrypoints." by Vladimir Marko · 8 years ago
  100. c8b1d5e ARM/ARM64: Improve lock/unlock entrypoints. by Vladimir Marko · 8 years ago