1. 19853e1 Revert "[heap] Add more tracing output to incremental marking start" by Dominik Inführ · 33 hours ago main
  2. 3f4b8cd Update fuzztest (trusted) by v8-ci-autoroll-builder · 2 days ago lkgr
  3. cbfcfd6 Update V8 DEPS (trusted) by v8-ci-autoroll-builder · 2 days ago
  4. ea7b77d [gc] Use configurable thresholds in IsIneffectiveMarkCompact by etiennep-chromium · 2 days ago
  5. f8bbfb4 Update V8 DEPS (trusted) by v8-ci-autoroll-builder · 2 days ago
  6. 82136a7 Reland "[GC] Account for global memory in CheckIneffectiveMarkCompact" by etiennep-chromium · 2 days ago
  7. a55b9c4 [sandbox] Disallow builtins with CCallDescriptor as function's code by Igor Sheludko · 2 days ago
  8. 66f7fe3 [runtime] Optimize SetPrototypeProperties Bytecode for Empty/Default Prototypes by Raphael Herouart · 2 days ago
  9. 2a7d030 [hole] Start fuzzing unmapping the hole by Leszek Swirski · 2 days ago
  10. ccc5e5c [heap] Add more tracing output to incremental marking start by Dominik Inführ · 2 days ago
  11. 2312ab9 [collections] Internalize string keys by Toon Verwaest · 2 days ago
  12. 55565e4 [riscv] Fix SimdCrossCompilerDeterminismTest.TestTernOp failed. by LuYahan · 2 days ago
  13. f8a7f3a [runtime] Use JSFunction::GetDebugName to get the constructor name by Toon Verwaest · 2 days ago
  14. f84bafc [ast] Pretty-print holes in array literals as empty by Leszek Swirski · 2 days ago
  15. 2daccd5 [sandbox] Faster and more robust sandbox checks for TypedArrays by Marja Hölttä · 2 days ago
  16. f57640c [riscv][regexp] Use LoadAddress in PushBacktrack by Kasper Lund · 2 days ago
  17. a1286cf [hole] StringStream: Don't process hole values after printing by Leszek Swirski · 2 days ago
  18. a4ca699 [heap] Relocate holes to an unmappable page by Leszek Swirski · 2 days ago
  19. d947763 [wasm] Skip RefCastAbstract if flag is enabled in Liftoff by Manos Koukoutos · 2 days ago
  20. 10a3f3f [maglev] Simplify undefined check by Leszek Swirski · 2 days ago
  21. 776f8c6 [js-objects] Handle TheHole in JSCreateObject fast path by Leszek Swirski · 2 days ago
  22. afe901b [maglev] enable maglev on ppc64 by Milad Fa · 2 days ago
  23. 1e6b43b Reland [wasm][turbolev] Put Wasm-in-JS inlining under turbolev_future flag by Paolo Severini · 2 days ago
  24. 5dd4e7c [wasm] Mark memory.grow builtin as CanAllocate() by Matthias Liedtke · 2 days ago
  25. 6215dc2 [infra] Add riscv debug bots by Michael Achenbach · 2 days ago
  26. 4570277 [test] Add noavx variant to CQ'ed trybot by Michael Achenbach · 2 days ago
  27. de361fd [riscv][regexp] Use SIMD for Boyer-Moore skip instructions by Florian Loitsch · 2 days ago
  28. e46ed5f [maglev] Propagate type via load nodes by Victor Gomes · 2 days ago
  29. dbd40ed sandbox: Trivial `#include`s cleanup by Kalvin Lee · 2 days ago
  30. 52c6077 [heap] Reset last young allocation on external memory allocation by Dominik Inführ · 2 days ago
  31. 3138277 build: Move sanitizer defines into GN by Kalvin Lee · 2 days ago
  32. 301fef2 Update V8 DEPS (trusted) by v8-ci-autoroll-builder · 2 days ago
  33. 88d32c6 Release store of Code to JSDispatchTable by Darius Mercadier · 2 days ago
  34. 37505fc0 Update `glibc/README.chromium` metadata. by Chenlin Fan · 2 days ago
  35. 5671f5f [riscv] Allow SimdCrossCompilerDeterminismTest.TestTernOp to fail by Kasper Lund · 2 days ago
  36. 3d49216 Reland "Update V8 DEPS (trusted)" by Michael Achenbach · 2 days ago
  37. 048c6ce Test SetPrototypeProperties against modification of the Function.prototype.proto or its instances by Raphael Herouart · 3 days ago
  38. 1d31b8f [temporal] Prepare for incoming capi restructuring by Manish Goregaokar · 3 days ago
  39. 3d0f462 [api] Add index-based module resolution in InstantiateModule() by Joyee Cheung · 3 days ago
  40. d946574 PPC/s390: [codegen] Improve WB verification for allocation folding by Milad Fa · 3 days ago
  41. cc4a090 PPC/s390: [maglev] Zero-extend output of Int32Mul* by Milad Fa · 3 days ago
  42. c25a08f Fix builds with gcc by Abdirahim Musse · 3 days ago
  43. 103c950 [maglev type system] Migrate more users of AddNodeNoAbort by Marja Hölttä · 3 days ago
  44. 63f513b [riscv] Block trampoline pool before computing offset by Kasper Lund · 3 days ago
  45. a0d0a2f Reland "[wasm] Add more SIMD opcodes to fuzztest" by Clemens Backes · 3 days ago
  46. f69e0db Remove some uses of GetIsolateFromHeapObject by Clemens Backes · 3 days ago
  47. 64dde50 [turbolev] Constant fold BranchIfInt32Compare by Victor Gomes · 3 days ago
  48. 103422f [wasm] Print exactness when printing WasmTypeCheckConfig by Darius Mercadier · 3 days ago
  49. e672052 [maglev] Integrate map slot into VirtualObject slots by Jakob Linke · 3 days ago
  50. f4d337d Add contextId to V8InspectorClient::consoleAPIMessage function. by Tomasz Malinowski · 3 days ago
  51. d0562d2 [code health] Ban std::bit_cast, use base::bit_cast instead by Clemens Backes · 3 days ago
  52. 9d5ec88 [riscv] Avoid treating temp register as Liftoff register by Kasper Lund · 3 days ago
  53. ebba856 [compiler][arm64] Dup and Shuffle recognition by Sam Parker · 3 days ago
  54. 8bb0f23 [maglev] Remove is_returned_value_from_inline_call_ by Victor Gomes · 3 days ago
  55. e094ebf [maglev type system] Use AddNewNodeNoInputConversion more by Marja Hölttä · 3 days ago
  56. 89614f0 [maglev] Support revisiting node in processors by Victor Gomes · 3 days ago
  57. 4f7e5a7 [compiler] Mark ForOfNext as a deoptimizing builtin by Leszek Swirski · 3 days ago
  58. 47243c3 [maglev type system] Use AddNewNode in BuildGetCharCodeAt and related functions by Marja Hölttä · 3 days ago
  59. 359dab4 [riscv] Only compile vlen intrinsic for RVV targets by Florian Loitsch · 3 days ago
  60. 9afa412 [riscv] Avoid setting the vector unit inside the assembler by Florian Loitsch · 3 days ago
  61. 63823e9 [maglev type system] Use AddNewNode in lambdas by Marja Hölttä · 3 days ago
  62. 54a4a62 [maglev] Introduce offset-to-slot map for ObjectLayout by Jakob Linke · 3 days ago
  63. 8503bd1 [riscv] Fix root comparisons for compressed pointers by Kasper Lund · 3 days ago
  64. 5c0b758 Revert "[wasm] Add more SIMD opcodes to fuzztest" by Clemens Backes · 3 days ago
  65. 48db11d [heap] Add regression test for stale JSFinalizationRegistry by Omer Katz · 3 days ago
  66. 46bedba [runtime] Support side-effect-free native data props in GetDataProperty by Toon Verwaest · 3 days ago
  67. 8833da4 [heap] Remove kPointerMultiplier by Dominik Inführ · 3 days ago
  68. a1d0bf6 [codegen] Improve WB verification for allocation folding by Dominik Inführ · 3 days ago
  69. 7ad0d37 Revert "[turboshaft] Change BuiltinCallDescriptors to Arguments structs" by Nico Hartmann · 3 days ago
  70. eec327c [api] Start deprecation of v8::HeapProfile::ObjectNameResolver by Igor Sheludko · 3 days ago
  71. 0deb82d [wasm] Add more SIMD opcodes to fuzztest by Clemens Backes · 3 days ago
  72. d027a7d [maglev] Fix register liveness for lazy deopts with exception handlers by Leszek Swirski · 3 days ago
  73. b13455c [api] Introduce v8::HeapProfiler::ContextNameResolver interface by Igor Sheludko · 3 days ago
  74. 4fce2e4 [maglev] Zero-extend output of Int32Mul* by Darius Mercadier · 3 days ago
  75. 56218c5 [maglev] Introduce shapes for typed VirtualObjects by Jakob Linke · 3 days ago
  76. 0b32fd7 [riscv] Update test status after determinism tests renaming by Kasper Lund · 3 days ago
  77. 6e2c3f6 [NumFuzz] Add bytecode-budget flags fuzzing by Michael Achenbach · 3 days ago
  78. da7d9bc [heap] Skip minor-gc-weakref-deref-keeps-alive.js with CSS by Omer Katz · 3 days ago
  79. 034b5c6 [riscv] Add Extension Zimop by LuYahan · 4 days ago
  80. 150c6a3 [heap] Refactor Scavenger visitation by Omer Katz · 4 days ago
  81. 3867e6e Add missing include for windows by Matt Stark · 4 days ago
  82. 16587fc Use using-directive for Simd128 namespace in wasm-interpreterFoo.cc by Gyuyoung Kim · 4 days ago
  83. a02bd2e Revert "Reland "[heap] Enable contiguous read-only space"" by Igor Sheludko · 4 days ago
  84. 613c043 Remove jspi flag from V8 by Francis McCabe · 4 days ago
  85. 00f425f Revert "[wasm][turbolev] Put Wasm-in-JS inlining under turbolev_future flag" by Deepti Gandluri · 4 days ago
  86. 1c25bb3 [wasm][turbolev] Put Wasm-in-JS inlining under turbolev_future flag by Paolo Severini · 4 days ago
  87. 9301421 [api] Remove the generic type tag kEmbedderDataSlotPayloadTag by Andreas Haas · 4 days ago
  88. 58a8ee0 [maglev] Deoptimize on out-of-bounds fixed array loads by Leszek Swirski · 4 days ago
  89. 5e8fddc [api] Prepare for not exposing JSGlobalObject via v8::HeapProfiler by Igor Sheludko · 4 days ago
  90. 52f0514a Reland "[heap] Enable contiguous read-only space" by Michael Lippautz · 4 days ago
  91. 6dbc546 [maglev] Pass nodes to visit functions by Victor Gomes · 4 days ago
  92. 95035b3 [maglev] Handle undefined double in BuildBranchIfUndefinedOrNull by Nico Hartmann · 4 days ago
  93. 6b45a73 [maglev type system] Use AddNewNode in functions returning ReduceResult by Marja Hölttä · 4 days ago
  94. 152810b [turbolev] Add turbolev future variants by Victor Gomes · 4 days ago
  95. 3608e5e Add SIMD cross-compiler determinism fuzztest by Clemens Backes · 4 days ago
  96. 0dde497 Revert "Update V8 DEPS (trusted)" by Michael Achenbach · 4 days ago
  97. fe9172a [turbolev] Do not try to guess map from InlinedAllocation later on by Darius Mercadier · 4 days ago
  98. 78dfa98 [heap] Add fuzzer coverage for weak handling in Scavenger by Omer Katz · 4 days ago
  99. c8efe15 [tools] Make presubmits work inside chromium # 2 by Andreas Haas · 4 days ago
  100. 5efd319 [turbolev] Remove unnecessary CheckXXX nodes by Victor Gomes · 4 days ago