1. 382f0db Move transaction records from `Runtime` to `AotClassLinker`. by Vladimir Marko · 3 days ago main master
  2. e6374e9 Add ScopedTrace in MarkCompact::PrepareForCompaction() by Lokesh Gidra · 26 hours ago
  3. 9b4cbcc Don't fail fast verification if one class fails. by Nicolas Geoffray · 3 days ago
  4. b833b1f Remove historical relic. by Elliott Hughes · 2 weeks ago
  5. fc80cfa Fix a check for method exit hooks in ARM by Mythri Alle · 34 hours ago
  6. 7e9fe3b Limit `test_for` to ART tests that explicitly link internal libraries. by Martin Stjernholm · 9 weeks ago
  7. 467d3cc Fix bugprone-unused-raii clang-tidy issues by Stefano Cianciulli · 8 days ago
  8. 5a891df Support negative appId in Dexopter for Privacy Sandbox Sdk Libs. by Anton Kulakov · 3 days ago
  9. f98c30d Move DCHECK for double gc-root update outside mark compact lock by Lokesh Gidra · 2 days ago
  10. 2336c21 Link libnativeloader statically into gtests. by Martin Stjernholm · 9 weeks ago
  11. 3f3ac2c Use isolated: true instead of test_per_src: true in libnativebridge_tests by Colin Cross · 10 days ago
  12. a57f3e9 Add license to BackgroundDexoptJobStatsReporter.java. by Jiakai Zhang · 2 days ago
  13. c847b24 Add a delay to the Pre-reboot Dexopt job. by Jiakai Zhang · 2 days ago
  14. e42a25c Fix transaction bookkeeping for field CAS operations. by Vladimir Marko · 2 days ago
  15. 4b0a9d2 Fix performance-implicit-conversion-in-loop clang-tidy issues by Stefano Cianciulli · 8 days ago
  16. 128b5df Fix performance-for-range-copy clang-tidy issues by Stefano Cianciulli · 9 days ago
  17. 7d8bf19 Fix bugprone-macro-parentheses clang-tidy issues by Stefano Cianciulli · 9 days ago
  18. 10ba643 Fix performance-unnecessary-copy-initialization clang-tidy issues by Stefano Cianciulli · 9 days ago
  19. 080f7b4 Fix performance-unnecessary-value-param clang-tidy issues by Stefano Cianciulli · 9 days ago
  20. cd39615 Fix bugprone-argument-comment clang-tidy issues by Stefano Cianciulli · 9 days ago
  21. 851339d Fix android-cloexec-open clang-tidy issues by Stefano Cianciulli · 9 days ago
  22. b2c80c7 Fix readability-redundant-string-cstr clang-tidy issues by Stefano Cianciulli · 9 days ago
  23. ae7e228 Fix performance-inefficient-vector-operation clang-tidy issues by Stefano Cianciulli · 9 days ago
  24. 958c7e1 Fix misc-unused-using-decls clang-tidy issues by Stefano Cianciulli · 9 days ago
  25. 0b78557 Always respect the compiler filter from "-m" of a shell command. by Jiakai Zhang · 4 months ago
  26. 0e75926 Don't run apexd in teardown if there is no apex. by Jiakai Zhang · 3 days ago
  27. 31778a4 Fix PreRebootDexoptJobTest.testCancel. by Jiakai Zhang · 3 days ago
  28. fc6d235 Don't lock the boot image when loading it. by Jiakai Zhang · 3 days ago
  29. c940020 Faster `DexFile::FindTypeId()`. by Vladimir Marko · 4 days ago
  30. 7143edc Add `ArtField::GetDeclaringClassDescriptor{,View}()`. by Vladimir Marko · 4 days ago
  31. 678691f Conditionally increase suspend timeout by Hans Boehm · 9 days ago
  32. 66a0465 [automerger skipped] Repurpose libnativeloader_lazy tests as shallow tests for API coverage am: 76c8d191b8 -s ours by Martin Stjernholm · 4 days ago
  33. 04db54a [automerger skipped] Revert "libnativeloader_test: link non-public libs statically" and am: 02b9d2f137 -s ours by Martin Stjernholm · 4 days ago
  34. 89591d0 Handle EAGAIN (due to map_lock contention) from uffd ops by Lokesh Gidra · 3 months ago
  35. a62b40a Revert^2 "Register only the used portion of moving space in compaction pause" by Lokesh Gidra · 7 days ago
  36. df673f5 Clean up source_build Soong config variables. by Martin Stjernholm · 10 days ago
  37. 8ad286a Clean up descriptor and member name comparisons. by Vladimir Marko · 7 days ago
  38. ffc0d1f Faster `ClassTable::UpdateClass()`. by Vladimir Marko · 8 days ago
  39. 0bfa9a1 Revert "Register only the used portion of moving space in compaction pause" by Lokesh Gidra · 7 days ago
  40. bdffbae Increase WaitUntilSingleThreaded() timeout by Hans Boehm · 5 months ago
  41. 2a8a527 Register only the used portion of moving space in compaction pause by Lokesh Gidra · 2 weeks ago
  42. 14be0bb Regression test for b/336842546. by Nicolas Geoffray · 8 days ago
  43. ef219ce Revert "Rework recording method information in the V2 format" by Nicolas Geoffray · 7 days ago
  44. 852af9a Remove reading ART jars when passing boot.zip. by islamelbanna · 2 weeks ago
  45. 7929d1d Revert "Workaround for b/336842546" by Nicolas Geoffray · 7 days ago
  46. dbef488 Rework recording method information in the V2 format by Mythri Alle · 3 weeks ago
  47. 1ca987e Avoid some `std::string` construction in `ClassTable`. by Vladimir Marko · 11 days ago
  48. 8e4b50a Clean up `RegTypeCache::FromDescriptor()` arguments. by Vladimir Marko · 11 days ago
  49. 488413f Faster `HLoadClass` for app image classes. by Vladimir Marko · 5 weeks ago
  50. 76c8d19 Repurpose libnativeloader_lazy tests as shallow tests for API coverage in CTS. by Martin Stjernholm · 4 weeks ago android14-tests-dev
  51. a463b16 Add ELF alignment mismatch test by Richard Neill · 4 weeks ago
  52. 53da12c riscv64: StringGetCharsNoCheck intrinsic. by Mark · 3 months ago
  53. 60c54c5 Fix app image class pruning in `CompilerDriver`. by Vladimir Marko · 3 weeks ago
  54. a3d056e Set the ART Service log tag to "ArtServicePreReboot" for Pre-Reboot. by Jiakai Zhang · 2 weeks ago
  55. 51300eb Add process name suffix for Pre-reboot Dexopt chroot. by Jiakai Zhang · 2 weeks ago
  56. 7c26f98 Update file GC for Pre-reboot Dexopt. by Jiakai Zhang · 2 weeks ago
  57. 4f037d8 Implement PreRebootDexoptJob. by Jiakai Zhang · 2 weeks ago
  58. a4ac010 Workaround for b/336842546 by Santiago Aboy Solanes · 2 weeks ago
  59. 721bbf2 riscv64: Fast-path for `HInstanceOf`/`kInterfaceCheck`. by Vladimir Marko · 2 weeks ago
  60. b3d88b3 Revert "Reland^2 "Revamp JIT GC."" by Nicolas Geoffray · 2 weeks ago
  61. 5a4566f Clean up `Transaction` use in switch interpreter. by Vladimir Marko · 2 weeks ago
  62. db15ea6 Refactor transaction checks in switch interpreter. by Vladimir Marko · 2 weeks ago
  63. f91d21c Revert "Put back FreeAllMethodHeaders under the JIT lock." by Nicolas Geoffray · 2 weeks ago
  64. 71b7814 Remove the reference to a non-existent sysprop. by Jiakai Zhang · 2 weeks ago
  65. ed9f6fc Respect "dalvik.vm.dex2oat-flags". by Jiakai Zhang · 3 weeks ago
  66. e679afd Clean up `SkipClass()` in `CompilerDriver()`. by Vladimir Marko · 2 weeks ago
  67. 143bd67 Implement commitPreRebootStagedFiles. by Jiakai Zhang · 4 weeks ago
  68. b747d1f Temporarily skip the crash symbolizer step for ART by Santiago Aboy Solanes · 2 weeks ago
  69. 33ab3ac Put back FreeAllMethodHeaders under the JIT lock. by Nicolas Geoffray · 2 weeks ago
  70. c485aff Improve error handling in ImageSpace::LoadBootImage by Santiago Aboy Solanes · 2 weeks ago
  71. 89e4ca0 Update ART documentation for building from source by Spandan Das · 3 weeks ago
  72. 60de0e7 Add test coverage for unsupported secondary ISA. by Jiakai Zhang · 2 weeks ago
  73. 0441f9b Support native ABI set change when processing secondary dex use records. by Jiakai Zhang · 3 weeks ago
  74. f65b1c4 Do not return an abstract class as IMT owner. by Nicolas Geoffray · 3 weeks ago
  75. 256d751 Refactor NewFile::CommitAllOrAbandon. by Jiakai Zhang · 4 weeks ago
  76. bd45d46 Implement Pre-reboot Dexopt (part 2). by Jiakai Zhang · 5 weeks ago
  77. bb55c03 Refactor reading `OatFile::BssMappingInfo`. by Vladimir Marko · 3 weeks ago
  78. 4db8f3a Update boot image and system server profiles [M46C41P62S0PP] by art-benchmark-service · 3 weeks ago
  79. 06ab245 Support apps with unsupported ISA. by Jiakai Zhang · 3 weeks ago
  80. 44f66bd Fix reading BCP .bss info for `MethodType`. by Vladimir Marko · 3 weeks ago
  81. 8192f58 Revert^2 "Fast-path for `HInstanceOf`/`kInterfaceCheck`." by Vladimír Marko · 3 weeks ago
  82. eac7cd7 Reland^2 "Revamp JIT GC." by Nicolas Geoffray · 4 weeks ago
  83. 75d4422 Implement Pre-reboot Dexopt. by Jiakai Zhang · 6 weeks ago
  84. b9198f3 Adjust JIT thresholds. by Nicolas Geoffray · 3 weeks ago
  85. 99d9913 Skip some simd run-tests for `optimizing & no-image`. by Vladimir Marko · 3 weeks ago
  86. 5117fe6 Revert "Fast-path for `HInstanceOf`/`kInterfaceCheck`." by Matt Wettlaufer · 3 weeks ago
  87. 2066849 Fast-path for `HInstanceOf`/`kInterfaceCheck`. by Vladimir Marko · 4 weeks ago
  88. fd74412 Add explicit L literal for 0 long values when reporting BackgroundDexoptJobEnded atoms in ART by Stefano Cianciulli · 3 weeks ago
  89. 23d8f2c Remove listeners installed for tracing when there is an overflow by Mythri Alle · 3 weeks ago
  90. 3b6f3b2 Madvise uncompressed app images by Jared Duke · 3 weeks ago
  91. d3e3da3 Update tracking bug to remove art source_build defaults modules by Spandan Das · 3 weeks ago
  92. e337c94 Clean up the test mocks. by Martin Stjernholm · 4 weeks ago
  93. 1dc1118 Repurpose libnativeloader_lazy tests as shallow tests for API coverage in CTS. by Martin Stjernholm · 4 weeks ago
  94. 186ee7b Don't resolve dex files eagerly for verify single thread by Santiago Aboy Solanes · 3 weeks ago
  95. 1fcae12 Refactor ArtFileManager. by Jiakai Zhang · 4 weeks ago
  96. 450e26a Implement preRebootInit in artd. by Jiakai Zhang · 6 weeks ago
  97. 0d05c3c Remove dynamic link exception for libc++. by Martin Stjernholm · 4 weeks ago
  98. 3939bde Set test ownerships for ART. by Martin Stjernholm · 4 weeks ago
  99. 8668ae5 Refactor error reporting in `OatFileBase::Setup()`. by Vladimir Marko · 4 weeks ago
  100. 9e68e9b Add profman path to Compiler Explorer local properties. by Jiakai Zhang · 4 weeks ago