1. ddf4fd3 Always access Thread state and flags as 32-bit location. by Vladimir Marko · 3 years, 2 months ago
  2. c3e004d Revert "Turn off cross-dex inlining while we take a look at 207329152" by Santiago Aboy Solanes · 3 years, 2 months ago
  3. 3b1b216 Revert^2 "MethodHandle composability fix" by Orion Hodson · 3 years, 2 months ago
  4. 58f916c Replace the nterp threshold with the warmup threshold. by Nicolas Geoffray · 3 years, 2 months ago
  5. 6ed5c4f Revert "MethodHandle composability fix" by Ulyana Trafimovich · 3 years, 2 months ago
  6. 4d52715 Revert^2 "JNI: Rewrite locking for synchronized methods." by Vladimir Marko · 3 years, 2 months ago
  7. 68b18d2 MethodHandle composability fix by Orion Hodson · 3 years, 2 months ago
  8. 02e0eb7 Revert "JNI: Rewrite locking for synchronized methods." by Vladimir Marko · 3 years, 2 months ago
  9. 0a74d27 Add a "broken test ART APEX" Soong module. by Roland Levillain · 3 years, 4 months ago
  10. 4b8ea5d Pass OatDexFile by reference in FindDexCache by Santiago Aboy Solanes · 3 years, 2 months ago
  11. c17656b JNI: Rewrite locking for synchronized methods. by Vladimir Marko · 3 years, 2 months ago
  12. bd9e323 Disable JIT GC when JitAtFirstUse is enabled by Mythri Alle · 3 years, 2 months ago
  13. 494df0d Improve logging for GetResolvedMethod's failing to get an inlined_method by Santiago Aboy Solanes · 3 years, 2 months ago
  14. 519ff8b Revert "Support calling entry / exit hooks from JIT code for non-debuggable" by Mythri Alle · 3 years, 2 months ago
  15. 23cf32f JNI: Faster mutator locking during transition. by Vladimir Marko · 3 years, 2 months ago
  16. bd95682 Support calling entry / exit hooks from JIT code for non-debuggable by Mythri Alle · 3 years, 2 months ago
  17. 409d1db Add more checks in FaultHandler. by Nicolas Geoffray · 3 years, 2 months ago
  18. 483c41a ART: Use core image to speed up some gtests. by Vladimir Marko · 3 years, 2 months ago
  19. 9575c12 Revert^2 "Cleanup the code to determine instrumentation level" by Mythri Alle · 3 years, 2 months ago
  20. 3fa6e46 Add Math.fma (double & float versions) intrinsics for arm64 by Nikita Iashchenko · 3 years, 4 months ago
  21. cb8f8c1 Revert "Cleanup the code to determine instrumentation level" by Mythri Alle · 3 years, 2 months ago
  22. afae11f Refactor code using the marking register in nterp. by Nicolas Geoffray · 3 years, 2 months ago
  23. bc89367 Minor refactoring of `ClassLinker::LinkMethods()`. by Vladimir Marko · 3 years, 2 months ago
  24. 6545ee3 Support Math.fma Intrinsic for x86 and x86_64 by Shalini Salomi Bodapati · 3 years, 3 months ago
  25. a0232ad Add .bss support for inlining across dexfiles within Oat by Santiago Aboy Solanes · 3 years, 2 months ago
  26. 21ef5a8 Cleanup the code to determine instrumentation level by Mythri Alle · 3 years, 3 months ago
  27. d3cc4fc OpenJDK 11: Merging in java.lang.String (lines() method) by Nikita Iashchenko · 3 years, 3 months ago
  28. 50df1e2 OpenJDK 11: Merging in java.lang.String (isBlank() method) by Nikita Iashchenko · 3 years, 3 months ago
  29. 61673dc Reland "Change hotness counting." by Nicolas Geoffray · 3 years, 2 months ago
  30. 66982ad OpenJDK 11: Merging in java.lang.String (strip* methods) by Nikita Iashchenko · 3 years, 3 months ago
  31. 970ba21 Inline across dex files for compiler options' non-BCP methods by Santiago Aboy Solanes · 3 years, 3 months ago
  32. e10abe7 Inherit art_defaults in cc_library_headers as well. by Martin Stjernholm · 3 years, 3 months ago
  33. 02e3be0 Make art_test_common_defaults inherit art_defaults. by Martin Stjernholm · 3 years, 3 months ago
  34. b747b7a Move the bionic_libc_platform_headers dependency to where it is used. by Martin Stjernholm · 3 years, 3 months ago
  35. dc7f139 Refactor libart_runtime_headers_ndk to a header lib also used by libart itself. by Martin Stjernholm · 3 years, 3 months ago
  36. 5097f83 Revert^2 "Add support for calling entry / exit hooks directly from JIT code"" by Mythri Alle · 3 years, 3 months ago
  37. cc76459 Modified revert of "Add couple DexCache read-barriers." by David Srbecky · 3 years, 3 months ago
  38. ad33392 JNI: Rewrite read barrier slow path. by Vladimir Marko · 3 years, 3 months ago
  39. cdf6c49 Revert^2 "OpenJDK 11: Add String.repeat()" by Orion Hodson · 3 years, 3 months ago
  40. 18fba4c Remove unused code related to method entry / exit events by Mythri Alle · 3 years, 3 months ago
  41. 968c813 Avoid redundant strlen for shorty names by Jared Duke · 3 years, 3 months ago
  42. 91c795f Adding Unsafe.copyMemory for arrays by Sorin Basca · 3 years, 3 months ago
  43. aa4024c Removing copy with primitive arrays in Unsafe by Sorin Basca · 3 years, 3 months ago
  44. b6bb603 Fix linting issues in Unsafe native by Sorin Basca · 3 years, 3 months ago
  45. 46a8910 Revert^2 "JNI: Remove `JniMethodFast{Start,End}()`." by Vladimir Marko · 3 years, 3 months ago
  46. fa66389 Inline ResolveMethod and ResolveField in nterp by David Srbecky · 3 years, 3 months ago
  47. ee6c1b1 Update entrypoint_utils check method -> other_method by Santiago Aboy Solanes · 3 years, 3 months ago
  48. 295ed5a Update bug no. associated with TODOs for failing standalone ART gtests. by Roland Levillain · 3 years, 3 months ago
  49. 72be14e Revert "Add support for calling entry / exit hooks directly from JIT code" by Mythri Alle · 3 years, 3 months ago
  50. e43aa3f Revert^2 "Inline across dex files for bootclaspath's methods" by Santiago Aboy Solanes · 3 years, 3 months ago
  51. 808d8cc Assign lower level to Small IRT table lock by Hans Boehm · 3 years, 3 months ago
  52. 2d4feeb Add support for calling entry / exit hooks directly from JIT code by Mythri Alle · 3 years, 3 months ago
  53. 8cb989f Revert "Inline across dex files for bootclaspath's methods" by Santiago Aboy Solanes · 3 years, 3 months ago
  54. 7cd509c Include BuildId in native stack dump. by David Srbecky · 3 years, 3 months ago
  55. 4dcac36 Initially allocate smaller local IRT by Hans Boehm · 3 years, 4 months ago
  56. 48fb9f4 Revert "OpenJDK 11: Add String.repeat()" by Orion Hodson · 3 years, 3 months ago
  57. ce131fe Revert "Change hotness counting." by Vladimir Marko · 3 years, 3 months ago
  58. 9c924e8 Add support to place shared libraries after the dex path by Brad Stenning · 3 years, 3 months ago
  59. d690f8a Inline across dex files for bootclaspath's methods by Santiago Aboy Solanes · 3 years, 4 months ago
  60. fd846c5 Remove all support for Brooks read barrier. by Vladimir Marko · 3 years, 3 months ago
  61. 3ff9223 Revert "Revert^4 "Use cpplint.py from repohooks"" by Orion Hodson · 3 years, 3 months ago
  62. 0a12631 Revert^4 "Use cpplint.py from repohooks" by Orion Hodson · 3 years, 3 months ago
  63. c86869a Change hotness counting. by Nicolas Geoffray · 3 years, 4 months ago
  64. d1da3ae OpenJDK 11: Add String.repeat() by Nikita Iashchenko · 3 years, 3 months ago
  65. 8c63ce2 Allow PROT_EXEC on the zygote mappings when falling back to ashmem by Nicolas Geoffray · 3 years, 3 months ago
  66. 327cfcf Use the .dm file at runtime for verification. by Nicolas Geoffray · 3 years, 3 months ago
  67. 2ca0900 Revert "JNI: Remove `JniMethodFast{Start,End}()`." by Vladimir Marko · 3 years, 3 months ago
  68. 64d6e18 JNI: Remove `JniMethodFast{Start,End}()`. by Vladimir Marko · 3 years, 3 months ago
  69. bf19869 Tolerate not having access or failing to read apex-info-list.xml. by Nicolas Geoffray · 3 years, 3 months ago
  70. ebf496f Deprecate --updatable-bcp-packages-fd and --updatable-bcp-packages-file by Jiakai Zhang · 3 years, 3 months ago
  71. 0d0d91a Remove unneeded checks. by Nicolas Geoffray · 3 years, 3 months ago
  72. fcef77b Add debug printing for MTE signal codes. by Evgenii Stepanov · 3 years, 3 months ago
  73. 0651ccc Ignore PC/SP contents in SEGV_MTEAERR faults. by Evgenii Stepanov · 3 years, 3 months ago
  74. c29b49e Do not run background verification on unknown class loaders. by Nicolas Geoffray · 3 years, 3 months ago
  75. d816eab Fix calculation of bytes allocated since last gc by Fujiang Wang · 3 years, 4 months ago
  76. a8d998f fix the redundant dependencies validation in fast verify by Yang Tianping · 3 years, 3 months ago
  77. bc6944b Remove useless test. by Nicolas Geoffray · 3 years, 3 months ago
  78. 633ac3c Adding Class.getDeclaredFields to unstarted runtime by Sorin Basca · 3 years, 4 months ago
  79. 492649b Clean up #includes in `hidden_api.h`. by Vladimir Marko · 3 years, 3 months ago
  80. d95a1f2 Inline IRT frame push/pop into JNI stubs. by Vladimir Marko · 3 years, 10 months ago
  81. b0cc592 With mainline, classes in the boot classpath that hard fail can happen. by Nicolas Geoffray · 3 years, 4 months ago
  82. 507cf90 Adding get/put and compare-and-set methods to Unsafe by Sorin Basca · 3 years, 4 months ago
  83. 4d29efc Remove unused fields in Thread. by Nicolas Geoffray · 3 years, 3 months ago
  84. f9e82e5 Loosen class status check after resolving. by Vladimir Marko · 3 years, 4 months ago
  85. 33df0e3 Revert^4 "Lazily allocate DexCache arrays." by David Srbecky · 3 years, 4 months ago
  86. ce8198e Pass which profile the method expects. by Nicolas Geoffray · 3 years, 4 months ago
  87. 4af07cd DexCache: Remove pre-resolved string dead code. by David Srbecky · 3 years, 4 months ago
  88. 6fbcc29 Change ClassLinker::dex_caches_ from list to unordered_map. by David Srbecky · 4 years ago
  89. 0069ad7 OpenJDK 11: Adding Unsafe new intrinsics for AtomicIntegerFieldUpdater by Sorin Basca · 3 years, 4 months ago
  90. 520c9b7 verifier: Clean up `RegisterLine::SetRegisterType*()`. by Vladimir Marko · 3 years, 4 months ago
  91. f9795d1 Remove mterp_current_ibase. by Nicolas Geoffray · 3 years, 4 months ago
  92. d4e07aa Do not resolve name strings in `ArtMethod::GetDeclaredMethodInternal()`. by Vladimir Marko · 3 years, 4 months ago
  93. 4b0c9b9 Remove the notion of soft failure within the verifier. by Nicolas Geoffray · 3 years, 4 months ago
  94. 55dace0 Revert "Change order of creation of JIT mappings." by Nicolas Geoffray · 3 years, 4 months ago
  95. 8473a5b Revert "Revert^2 "Lazily allocate DexCache arrays."" by Nicolas Geoffray · 3 years, 4 months ago
  96. 3dcd844 optimization of gc load, reduce gc in some scenarios by zengkaifa · 3 years, 4 months ago
  97. 145fce1 Change order of creation of JIT mappings. by Nicolas Geoffray · 3 years, 4 months ago
  98. 4b1609f Hard fail on type assignment check. by Nicolas Geoffray · 3 years, 4 months ago
  99. f3c5bbb An invalid wide pair will remain invalid at runtime. by Nicolas Geoffray · 3 years, 4 months ago
  100. e153a62 Revert^2 "Lazily allocate DexCache arrays." by David Srbecky · 3 years, 11 months ago