1. f9ae8e3 Implement shared counters for boot image / zygote methods. by Nicolas Geoffray · 2 years, 10 months ago
  2. ab72f9c Fix THREAD_INTERPRETER_CACHE_SIZE_SHIFT by David Srbecky · 2 years, 11 months ago
  3. 3d2f148 Revert "Add thread-shared interpreter cache" by Hans Boehm · 3 years ago
  4. fa40e6e Add thread-shared interpreter cache by David Srbecky · 3 years, 1 month ago
  5. c2b3116 Inline some type checks of instanceof and checkcast in nterp. by Nicolas Geoffray · 3 years, 1 month ago
  6. 7039c11 ARM64: Implicit suspend checks using LDR. by Vladimir Marko · 7 years ago
  7. 254a858 Make suspend check test specific flags. by Vladimir Marko · 3 years, 1 month ago
  8. ddf4fd3 Always access Thread state and flags as 32-bit location. by Vladimir Marko · 3 years, 1 month ago
  9. 61673dc Reland "Change hotness counting." by Nicolas Geoffray · 3 years, 2 months ago
  10. e10abe7 Inherit art_defaults in cc_library_headers as well. by Martin Stjernholm · 3 years, 2 months ago
  11. 9dca919 Make art_debug_defaults inherit art_defaults. by Martin Stjernholm · 3 years, 2 months ago
  12. dc7f139 Refactor libart_runtime_headers_ndk to a header lib also used by libart itself. by Martin Stjernholm · 3 years, 2 months ago
  13. ce131fe Revert "Change hotness counting." by Vladimir Marko · 3 years, 2 months ago
  14. c86869a Change hotness counting. by Nicolas Geoffray · 3 years, 3 months ago
  15. f9795d1 Remove mterp_current_ibase. by Nicolas Geoffray · 3 years, 3 months ago
  16. 0910d89 Remove libc_headers from cc_object by Colin Cross · 3 years, 6 months ago
  17. e4f983c Remove mterp. by Nicolas Geoffray · 3 years, 6 months ago
  18. 1dc77ab Disable most ART source modules when ART prebuilts are enabled. by Martin Stjernholm · 3 years, 8 months ago
  19. c046db7 Update ART generator tools to use python3. by Vladimir Marko · 3 years, 9 months ago
  20. 43c9cd7 Improve nterp -> compiled code transitions. by Nicolas Geoffray · 3 years, 10 months ago
  21. 40cd07c Add a fast path for nterp entrypoint to avoid fetching the shorty. by Nicolas Geoffray · 3 years, 10 months ago
  22. ec388c0 Add min_sdk_version for ART module. by Nicolas Geoffray · 3 years, 10 months ago
  23. 9150de6 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 3 years, 10 months ago
  24. 5de5efe Remove pointer-size arguments from DexCache. by David Srbecky · 3 years, 10 months ago
  25. e585964 When entering nterp, take a fast path for instance calls with 1 argument. by Nicolas Geoffray · 4 years 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. dd406c3 Add an arm32 port of nterp. by Nicolas Geoffray · 4 years, 1 month ago
  30. 3e9abfc Rename ART release APEX to com.android.art. by Martin Stjernholm · 4 years, 3 months ago
  31. e1d2dce Add support for compact dex files in nterp. by Nicolas Geoffray · 4 years, 3 months ago
  32. 4717175 Move code item to the data pointer and remove code_item_offset. by Nicolas Geoffray · 4 years, 4 months ago
  33. cfea667 Bionic libc_headers shouldn't be used in non-Bionic host builds. by Martin Stjernholm · 4 years, 5 months ago
  34. 0315efa Increment hotness in nterp when doing lookups. by Nicolas Geoffray · 4 years, 6 months ago
  35. 86c8752 Direct calls to @CriticalNative methods. by Vladimir Marko · 4 years, 8 months ago
  36. e6afa95 Bionic and kernel system include paths are no longer implicit. by Martin Stjernholm · 4 years, 9 months ago
  37. 71f661c Set apex_available property by Jiyong Park · 4 years, 8 months ago
  38. 00cb81d Add explicit dependencies on jni_headers by Orion Hodson · 4 years, 9 months ago
  39. fa458ac Allow late lookup for @CriticalNative methods. by Vladimir Marko · 4 years, 11 months ago
  40. 7c2f69e apex_available becomes more correct by Jiyong Park · 5 years ago
  41. 066dd902 Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR by Jiyong Park · 5 years ago
  42. 80599a2 Revert submission 1191937-art_apex_available by Joseph Murphy · 5 years ago
  43. 1e88f98 Use apex_available property by Jiyong Park · 5 years ago
  44. 0039182 Add an implementation of Nterp for x64. by Nicolas Geoffray · 5 years ago
  45. 57cacb7 Refactor OSR related code to prepare for "true" OSR. by Nicolas Geoffray · 5 years ago
  46. a00b54b Helpers and refactorings to prepare for interpreter optimizations (x64) by Nicolas Geoffray · 5 years ago
  47. 08d0984 Allow late lookup for @FastNative methods. by Vladimir Marko · 5 years ago
  48. e2a3aa9 Baseline JIT: update inline caches in compiled code. by Nicolas Geoffray · 5 years ago
  49. 221dfa6 Explicitly disable cpp-define-generator for Darwin. by Elliott Hughes · 5 years ago
  50. d5ec2a1 Make the $/# in front of constants optional by Pirama Arumuga Nainar · 5 years ago
  51. eafeeb2 Replace use of include_dirs with header_libs on asm_defines.s by Paul Duffin · 5 years ago
  52. e81f10a Revert "Remove ShadowFrame::dex_pc_ (but keep dex_pc_ptr_)" by David Srbecky · 5 years ago
  53. 50bc8fb Remove ShadowFrame::dex_pc_ (but keep dex_pc_ptr_) by David Srbecky · 6 years ago
  54. 5a0430d ART: Introduce runtime_globals by Andreas Gampe · 6 years ago
  55. 28f6cff Cache the value of MterpShouldSwitchInterpreters() by David Srbecky · 6 years ago
  56. 50b4743 Move cpp-define related static_assert to runtime. by David Srbecky · 6 years ago
  57. 776f3f7 Remove mterp "alternate" opcode handlers. by David Srbecky · 6 years ago
  58. d88f5f7 Shrink couple of x86 mterp handlers. by David Srbecky · 6 years ago
  59. 766e74f Cleanup the cpp-define-generator definitions. by David Srbecky · 6 years ago
  60. 0adf4d8 Rewrite cpp-define-generator by David Srbecky · 6 years ago
  61. 78940f2 Remove the auto-generated asm_support_gen.h by David Srbecky · 6 years ago
  62. 912f36c Add small thread-local cache for use by the interpreter. by David Srbecky · 6 years ago
  63. b2683cb Merge "ARM/ARM64: Improve lock/unlock entrypoints." by Vladimir Marko · 7 years ago
  64. c8b1d5e ARM/ARM64: Improve lock/unlock entrypoints. by Vladimir Marko · 7 years ago
  65. 1f01016 Move ArtDexFileLoader to libdexfile by David Sehr · 7 years ago
  66. 1979c64 Clean up include paths by David Sehr · 7 years ago
  67. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  68. 334b9d7 Move libdexfile out of runtime by David Sehr · 7 years ago
  69. 8c0961f Move missed files to libdexfile by David Sehr · 7 years ago
  70. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 7 years ago
  71. fc9555d Remove mterp reliance on code item layout by Mathieu Chartier · 7 years ago
  72. 2ca2780 Run bpfmt by Dan Willemsen · 7 years ago
  73. 5122e6b ART: Remove ArtMethod::dex_cache_resolved_methods_. by Vladimir Marko · 7 years ago
  74. 0a87a65 Add two special runtime methods. by Mingyao Yang · 8 years ago
  75. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  76. 279cfba MIPS: Follow-up to hash-based DexCache methods array by Alexey Frunze · 7 years ago
  77. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 7 years ago
  78. 8228cdf ART: Move CalleeSaveType to callee_save_type.h by Andreas Gampe · 8 years ago
  79. afdcbcb Remove some hardcoded cases of kCardShift by Mathieu Chartier · 8 years ago
  80. 969ca5a cpp-define-generator: presubmit hook prints better error message by Igor Murashkin · 8 years ago
  81. 2bb70d3 Revert "Revert "build: Generate asm_support_gen.h from the build, validate up-to-date"" by Igor Murashkin · 8 years ago
  82. 592505c Revert "build: Generate asm_support_gen.h from the build, validate up-to-date" by Calin Juravle · 8 years ago
  83. 2449a15 build: Generate asm_support_gen.h from the build, validate up-to-date by Igor Murashkin · 8 years ago
  84. e761bcc Revert "Revert "Load the array class in the compiler for allocations."" by Nicolas Geoffray · 8 years ago
  85. fee2550 Revert "Load the array class in the compiler for allocations." by Hiroshi Yamauchi · 8 years ago
  86. cc99df2 Load the array class in the compiler for allocations. by Nicolas Geoffray · 8 years ago
  87. f9bf250 Remove dex cache string from mirror::Class. by Nicolas Geoffray · 8 years ago
  88. 39ce7d2 Merge "Make empty checkpoint work while weak ref access is disabled." by Hiroshi Yamauchi · 8 years ago
  89. 3049324 Make empty checkpoint work while weak ref access is disabled. by Hiroshi Yamauchi · 8 years ago
  90. ca620d7 ART: Fix tidy warnings by Andreas Gampe · 8 years ago
  91. 6f198e3 Add forwarding address checks for X86, arm, arm64 by Mathieu Chartier · 8 years ago
  92. 1cf194f Check for forwarding address in READ_BARRIER_MARK_REG by Mathieu Chartier · 8 years ago
  93. 3a8360f Merge "Add interface fast path to art_quick_check_cast for X86_64" by Mathieu Chartier · 8 years ago
  94. 2ecfd27 Add interface fast path to art_quick_check_cast for X86_64 by Mathieu Chartier · 8 years ago
  95. 22c5bef tools: Fix generate-asm-support script by Igor Murashkin · 8 years ago
  96. fe6064a Convert more of art to Android.bp by Colin Cross · 8 years ago
  97. 1a86171 Revert "Convert more of art to Android.bp" by Colin Cross · 8 years ago
  98. 4a45627 Convert more of art to Android.bp by Colin Cross · 8 years ago
  99. 74898e7 ART: Clean up x86 asm in dex cache entrypoints by Christina Wadsworth · 8 years ago
  100. 98d6552 ART: Add STRING_DEX_CACHE_ELEMENT_SIZE by Christina Wadsworth · 8 years ago