1. 678015a [generator] Protect against cross-realm generator next inlining by Olivier Flückiger · 38 minutes ago main
  2. a777999 [execution] Throw TypeError on re-entrant Atomics.wait calls by Leszek Swirski · 70 minutes ago
  3. a26c375 [heap] Remove obsolete Tagging test from cctest by Hannes Payer · 75 minutes ago
  4. ac72e04 [heap] Move GlobalHandles test from cctest to unittests by Hannes Payer · 82 minutes ago
  5. e9df6a2 [heap] Remove obsolete LocalHandles test from cctest by Hannes Payer · 3 hours ago
  6. a7cc642 [heap] Remove obsolete GarbageCollection test from cctest by Hannes Payer · 3 hours ago
  7. 29c913b [heap] Move FindCodeForInnerPointer test from cctest to unittests by Hannes Payer · 3 hours ago
  8. 5cf5f3d [tiering] Don't reset to unoptimized code when a TurboFan job is aborted by Pan, Tao · 4 hours ago
  9. fcb0772 [turboshaft] Fix localeCompare inline reading past an externalized by Jakob Linke · 4 hours ago
  10. 89e5e12 [maglev] Add diagnostic CHECKs in PreparePhiTaggings by Darius Mercadier · 4 hours ago
  11. b78701a Update V8 DEPS (trusted) by v8-ci-autoroll-builder · 7 hours ago lkgr
  12. d405ed7 [wasm interpreter] Key WasmInterpreterThreadMap by (thread, isolate) by Paolo Severini · 17 hours ago
  13. f4a59ca Update V8 DEPS (trusted) by v8-ci-autoroll-builder · 20 hours ago
  14. f52d2b1 [maglev][fuzzer] Fuzz --maglev-disable-builtin-reducers by Olivier Flückiger · 21 hours ago
  15. ade6975 [array] Use atomic stores for Smi Array.prototype.fill during marking by Riya Amemiya · 23 hours ago
  16. 64b7406 [maglev] Add testing flag to disable eager builtin reducers in Maglev by Olivier Flückiger · 23 hours ago
  17. d445677 Reland "[defer-import-eval] Consider the whole SCC when checking sync readiness" by Caio Lima · 24 hours ago
  18. 867fc2b [maglev][turbolev] Fix node adding with pending spliceand subgraphs by Olivier Flückiger · 24 hours ago
  19. 28f2a2a [turbolev] Skip unreachable blocks during phi untagging by Darius Mercadier · 24 hours ago
  20. 34c9403 [maglev] Process CheckInt32IsSmi in KNA processor by Victor Gomes · 24 hours ago
  21. 78921f9 [maglev] Add CloneFastJSArray info by Victor Gomes · 25 hours ago
  22. d176103 [compiler] Fix Turbolev escape analysis crash on single-block loops by Darius Mercadier · 25 hours ago
  23. 443267f [builtins] Fix OOB reads on string transition in toLowerCase and split by Jakob Linke · 25 hours ago
  24. 2a21c75 [parser] Use creation-time scope in VariableDeclarationParsingScope by Leszek Swirski · 26 hours ago
  25. b2cd34c [runtime] Fast-path Array.prototype.indexOf on dictionary elements by Jesse Wright · 27 hours ago
  26. c435df1 Revert "[sparkplug+] Add ConstantFromStringPrototype handler" by Matthias Liedtke · 27 hours ago
  27. 0616192 Update fuzztest (trusted) by v8-ci-autoroll-builder · 30 hours ago
  28. bdece24 Update V8 DEPS (trusted) by v8-ci-autoroll-builder · 31 hours ago
  29. b5486e5 [sparkplug+] Add ConstantFromStringPrototype handler by Hao Xu · 33 hours ago
  30. 1354efb Roll agents from 559f135fc214 to 78cc65e41fda (1 revision) by chromium-autoroll@skia-public.iam.gserviceaccount.com · 2 days ago
  31. 8062e88 Revert "[wasm] Fix nullptr deref in Liftoff debug side table coverage" by Rezvan Mahdavi Hezaveh · 2 days ago
  32. f97650e [wasm] Fix nullptr deref in Liftoff debug side table coverage by Tejas Vasisht · 2 days ago
  33. 472802a [debug] Allow %OptimizeOsr without %PrepareFunctionForOptimization by Olivier Flückiger · 2 days ago
  34. 752405a [sandbox] Prevent fixed-arity JSPI code in mismatched JDT entries by Jihyeon Jeong · 2 days ago
  35. 661117b Update V8 DEPS (trusted) by v8-ci-autoroll-builder · 2 days ago
  36. 9265f06 [deoptimizer] Make DeoptimizeFunction code parameter non-optional by Darius Mercadier · 2 days ago
  37. eeafc89 [debug] Deoptimize blackboxed OSR frames when stepping by Darius Mercadier · 2 days ago
  38. b226a10 [compiler][tsan] Suppress the racy constant field read in the broker by Victor Gomes · 2 days ago
  39. 8b9a7b4 [build] Fix cluster build and macro hygiene by Erik Corry · 2 days ago
  40. 9066fa1 S390 [wasm]: Fix wasm/atomics-memory64 by Milad Fa · 2 days ago
  41. da1d3cf [cleanup] Format BUILD.bazel with the Google formatting rules by Andreas Haas · 2 days ago
  42. ae05d54 Remove Printf and PrintfNoPreserve from Arm64 MacroAssembler by Omer Katz · 2 days ago
  43. ef0c186 [wasm] Fix unoptimized frame height for Liftoff deopt by Thibaud Michaud · 2 days ago
  44. b80a753 [scopes] Check parameter semantics when reusing a cached ScopeInfo by Victor Gomes · 2 days ago
  45. cb0a13d [maglev] Mark ProcessWasmArgument as NotIdempotent by Daniel Lehmann · 2 days ago
  46. 76119d6 [maglev] Invalidate aliasing context slots in loop-header merge by Victor Gomes · 2 days ago
  47. 174f933 [maglev][turbolev] Route new nodes to pending splice exit in optimizer by Olivier Flückiger · 2 days ago
  48. d8eccd7 [test262] Roll test262 by v8-ci-autoroll-builder · 2 days ago
  49. 802fa12 [wasm-strings-utf8] Check max length for string-to-array by Jakob Kummerow · 2 days ago
  50. 0f0b8f0 [maglev] Use a Maglev-specific max bytecode size limit by Victor Gomes · 2 days ago
  51. 41f8f97 [test] Skip weakrefs/minor-gc-* for stress_concurrent_allocation by Victor Gomes · 2 days ago
  52. 3b61bd4 [maglev] Return failed background compilation jobs to the main thread by Victor Gomes · 2 days ago
  53. 5846cc7 Update V8 DEPS (trusted) by v8-ci-autoroll-builder · 2 days ago
  54. 9204fc0 Update fuzztest (trusted) by v8-ci-autoroll-builder · 2 days ago
  55. 86630d1 [loong64][mips64][liftoff] Fix sp adjustment in PrepareTailCall by Liu Yu · 2 days ago
  56. 66b7bf5 [heap] Remove obsolete TODO(hpayer) comments by Hannes Payer · 3 days ago
  57. bb57cf5 [objects] Move ContextMaps test from cctest to unittests by Hannes Payer · 3 days ago
  58. 545a790 Update V8 DEPS (trusted) by v8-ci-autoroll-builder · 3 days ago
  59. aa7ac40 [turbolev] escape analysis: patch cached phi inputs on out-loop revisit by Darius Mercadier · 3 days ago
  60. 23d6618 [heap] Remove obsolete HeapMaps cctest by Hannes Payer · 3 days ago
  61. 3ddec25 [headers] Move Object number conversions out of objects-inl.h by Dan Carney · 3 days ago
  62. 1a058d2 [maglev] Keep forward property facts in MergeForLoop without backedge witness by Victor Gomes · 3 days ago
  63. c3ea775 [wasm] Fix integer overflow in deserializer by Jakob Kummerow · 3 days ago
  64. 8b1fd59 [turbolev] Fix escape analysis loop revisit DCHECK by Darius Mercadier · 3 days ago
  65. 577d0cd [loong64][maglev] Zero-extend Int32 index in element address by Liu Yu · 3 days ago
  66. 2c3e7f7 [arm64] Fix write barrier register aliasing by Jakob Kummerow · 3 days ago
  67. 429577a [debug] Deoptimize OSR frames on debugger break and restart by Darius Mercadier · 3 days ago
  68. 4648822 [*lev] Restore hacks around empty types by Marja Hölttä · 3 days ago
  69. 39ccace [wasmfx] Increase stack pool capacity to 500MB by Thibaud Michaud · 3 days ago
  70. 16d931d [heap] Address old TODO wrt to cacheline size by Michael Lippautz · 3 days ago
  71. 2525210 [version-auto-update] Version 15.3.0 by V8 Autoroll · 3 days ago
  72. 1a8428b [wasm][turboshaft] Reload cached memory after fast API calls by Andreas Haas · 3 days ago
  73. 43f7059 [turbolev] escape analysis: do not discard backedge snapshots by Darius Mercadier · 3 days ago
  74. 02a7c1b [turbolev] escape analysis: fix wrong DCHECK about loop revisits by Darius Mercadier · 3 days ago
  75. e3b65b3 Reland "[parser] Do not mark script-level const as maybe assigned" by Leszek Swirski · 3 days ago
  76. 44315bf Update fuzztest (trusted) by v8-ci-autoroll-builder · 3 days ago
  77. 13d9e75 Update V8 DEPS (trusted) by v8-ci-autoroll-builder · 3 days ago
  78. 45b697f [AVX10] AVX10.1 feature detection by Fanchen Kong · 3 days ago
  79. ddb5cc0 [heap,sandbox] Fix race condition in EPT evacuation by Michael Lippautz · 4 days ago
  80. bdd7862 [wasm] Add kWasmGCAllocation use counter by Thomas Lively · 4 days ago
  81. da4571b Update V8 DEPS (trusted) by v8-ci-autoroll-builder · 4 days ago
  82. 367aac8 [maglev] Promote NumberOrOddball conversions conditionally in KNA by Olivier Flückiger · 4 days ago
  83. 0e6ea09 [maglev] Cache LoadFixedArrayElement results in KnownNodeAspects by Victor Gomes · 4 days ago
  84. 71e8f28 Roll agents from dd4dfa767086 to 559f135fc214 (1 revision) by chromium-autoroll@skia-public.iam.gserviceaccount.com · 4 days ago
  85. 33041f5 [maglev] Do not elide a map check that still has to reject Smis by Victor Gomes · 4 days ago
  86. e586586 [turbolev] Escape Analysis: invalidate new phis' backedges if needed by Darius Mercadier · 4 days ago
  87. 73b4712 [debug] Deoptimize topmost optimized frame on debugger break by Darius Mercadier · 4 days ago
  88. af1ff30 [arm64] Add a CPU::GetInstance() fast path to suspend tag checks by Pierre Langlois · 4 days ago
  89. c5bca4e [test] Name the tracing test's output so it is gitignored by Jakob Linke · 4 days ago
  90. 115b643 Remove myself from two OWNERS files. by Benedikt Meurer · 4 days ago
  91. e09f226 [test] Skip slow tests on validate_generated_code variant by Michael Achenbach · 4 days ago
  92. 0830ec3 [wasm] Fix load offset for null check of funcrefs by Matthias Liedtke · 4 days ago
  93. 77b32f9 [wasm] Preserve WASM_SEGMENT_START frame type during Wasm deopt by Thibaud Michaud · 4 days ago
  94. 9fba6fc [Flags] Prohibit --gc-fake-mmap with --disallow-unsafe-flags by Omer Katz · 4 days ago
  95. c567c2b [turboshaft] Fix dead shift-amount mask elimination by Jakob Linke · 4 days ago
  96. e6e8f93 [test] Fix lazy deopt flake in proto-seq-opt by Raphael Herouart · 4 days ago
  97. f1be76a [wasm] Remove initialization of max_unoptimized_frame_height by Thibaud Michaud · 4 days ago
  98. 6acf06c [turbolev] Fix predecessor index of loop phis in escape analysis by Victor Gomes · 4 days ago
  99. ae03580 Update V8 DEPS (trusted) by Matthias Liedtke · 4 days ago
  100. e3dbdbf [maglev] Only refine int32 ranges after a strict unsigned bounds check by Victor Gomes · 4 days ago