Sign in
chromium
/
v8
/
v8
/
HEAD
d8be0c5b
[wasm] Fix streaming compilation with manipulated Promise
by Clemens Backes
· 22 hours ago
main
ad42bc0
Improve API for reporting external string sizes in heap snapshots
by Seth Brenith
· 24 hours ago
c683f20
Revert "[compiler-dispatcher] Reuse task pool across isolates"
by Michael Achenbach
· 40 minutes ago
56cabf1
[snapshot] Change tracing category of CodeSerializer::Serialize
by Andreas Haas
· 2 hours ago
d88f8a2
[json] Use unsigned types over int consistently
by pthier
· 80 minutes ago
8bf0d48
Introduce Object::IntegerValue
by pthier
· 5 hours ago
cf57e78
[refactoring] Statically compute and assert table related constants
by Olivier Flückiger
· 2 hours ago
63cb5b3
Fix build with older gcc and clang compilers
by Milad Fa
· 20 hours ago
3b767d3
[wasm] skip regress-381917890 on platforms with no jspi support
by Milad Fa
· 19 hours ago
ea02d4b
[tools] Add _As_XXX(Tagged<HeapObject>) overloads
by Igor Sheludko
· 5 hours ago
e2f0cab
[maglev] Fix accidentally setting the type on string unwrapping
by Olivier Flückiger
· 6 hours ago
909d891
[wasm][fuzzer] Return -1 for non-interesting inputs
by Clemens Backes
· 22 hours ago
lkgr
a74e3a8
[js_fuzzer] Generate also minor GCs
by Michael Achenbach
· 19 hours ago
1a6dc0f
[js_fuzzer] Avoid collision with secondary module builder
by Michael Achenbach
· 7 hours ago
e3710b4
[maglev] Fix BuildLoadStringLength getting non-string constants
by Olivier Flückiger
· 7 hours ago
2cfe664
Update fuzztest (trusted)
by v8-ci-autoroll-builder
· 10 hours ago
576b1ee
Update V8 DEPS (trusted)
by v8-ci-autoroll-builder
· 11 hours ago
75aabe4
[test262] Roll test262
by Rezvan Mahdavi Hezaveh
· 21 hours ago
476f50c
Revert "[wasm][cleanup] Drop ValueType::Rtt"
by Shu-yu Guo
· 18 hours ago
73460e1
[wasm][cleanup] Drop ValueType::Rtt
by Jakob Kummerow
· 22 hours ago
4304434
[js_fuzzer] Tune try-catch wrapping probabilities
by Michael Achenbach
· 26 hours ago
647944f
Revert "[wasm] Add test for synchronous streaming"
by Shu-yu Guo
· 21 hours ago
0a1fae9
[turbofan] Use AdditiveSafeInt feedback for faster int add/sub
by Victor Gomes
· 26 hours ago
59fcead
[explicit compile hints] Update the implementation to match the latest spec
by Marja Hölttä
· 2 days ago
cd9d696
[wasm] Add test for synchronous streaming
by Clemens Backes
· 24 hours ago
c3da216
[compiler-dispatcher] Reuse task pool across isolates
by Dominik Inführ
· 24 hours ago
56c6015
Update V8 DEPS (trusted)
by v8-ci-autoroll-builder
· 23 hours ago
bc9081f
[sim] Adjust jslimit again after stack overflow
by Thibaud Michaud
· 2 days ago
e0821ab
[tracing] Add missing export on GetTrackEventCategoryRegistry()
by Etienne Pierre-doray
· 25 hours ago
6c8cb16
[handles] Introduce DirectHandleSmallVector<T>
by Nikolaos Papaspyrou
· 6 days ago
3cf8b11
[wasm][compiler] Remove big chunks for WasmWrapperGraphBuilder
by Clemens Backes
· 25 hours ago
f88600b
Force data placement in read-only memory
by Milad Fa
· 25 hours ago
ed870b7
[common] Switch to local-exec for TLS variables on ChromeOS
by Dominik Inführ
· 27 hours ago
c1b3036
[wasm][jspi] Define JS stack limit using stack start
by Thibaud Michaud
· 2 weeks ago
023e640
[js_fuzzer] Occasionally try-catch wrap full function bodies
by Michael Achenbach
· 26 hours ago
90cdcb7
[wasm][jspi] Check OOM after stack allocation
by Thibaud Michaud
· 28 hours ago
abdacff
[js_fuzzer] Don't additionally wrap try statements
by Michael Achenbach
· 31 hours ago
dd47944
[js_fuzzer] Wrap var with try-catch
by Michael Achenbach
· 32 hours ago
da6ecc3
[maglev] Add support for allocating and eliding ConsStrings
by Olivier Flückiger
· 29 hours ago
0f0104a
[runtime] Fix ArrayBuffer initialization
by Nikolaos Papaspyrou
· 29 hours ago
b8ec5c9
[compiler-dispatcher] Split OptimizingCompileDispatcher class
by Dominik Inführ
· 29 hours ago
f99c2e0
[string] Fix overflow case of TryParseArrayIndex
by Leszek Swirski
· 29 hours ago
a6c35f0
[wasm] Remove memory64 flag
by Clemens Backes
· 2 days ago
86b9220
[turbofan] Report correct error message on non-callable promise resolver
by Nico Hartmann
· 30 hours ago
60fc770
Enable the v8 lite mode in tvOS
by Gyuyoung Kim
· 6 days ago
3961bc3
Update fuzztest (trusted)
by v8-ci-autoroll-builder
· 34 hours ago
2314417
[maglev] Do not count inlined bytecode size for small functions
by Victor Gomes
· 2 days ago
e9e27ef
[riscv] Support int f(double) builtins in simulators
by Lu Yahan
· 2 days ago
b02c7b3
Revert "Update V8 DEPS (trusted)"
by Manos Koukoutos
· 30 hours ago
59c1d17
Update V8 DEPS (trusted)
by v8-ci-autoroll-builder
· 35 hours ago
1d65fd3
Refactor: reduce repetitive calls to func->shared()
by Joone Hur
· 7 days ago
aa31624
Update V8 DEPS (trusted)
by v8-ci-autoroll-builder
· 2 days ago
22629fc
[float16array] Fix fp64->fp16 representation change again
by Shu-yu Guo
· 5 days ago
c4ba98b
[roots] Expose single-char strings as roots, use in parser
by Leszek Swirski
· 2 days ago
2fdf0e0
[base] Cache GetCurrentThreadId in a thread_local
by Toon Verwaest
· 2 days ago
511576a
Reland "[api] Move AttachCppHeap and DetachCppHeap to V8_DEPRECATED"
by Andreas Haas
· 12 days ago
84a0e23
Reland "Lower the maximum JS parameter count"
by Thibaud Michaud
· 2 days ago
1b27e46
[wasm] Disallow v128 in exception handling JS API
by Thibaud Michaud
· 2 days ago
0ec4cf3
[leaptiering] Double the size of the JSDispatchTable
by Olivier Flückiger
· 2 days ago
820137e
[wasm] Do not clean pinned register in BoundsCheckMem
by Matthias Liedtke
· 2 days ago
590b689
[typed array length loading] Make the feature non-experimental
by Marja Hölttä
· 2 days ago
930a6cf
[js_fuzzer] Provide stub for AsyncIterator
by Michael Achenbach
· 4 days ago
972a051
[js_fuzzer] Update babel generator and fix wrongly dropped parentheses
by Michael Achenbach
· 5 days ago
c8bc1a7
[js_fuzzer] Update package config for latest npm
by Michael Achenbach
· 5 days ago
8885322
[base] Implement RecursiveMutex using Mutex
by Toon Verwaest
· 2 days ago
d58f9c7
[handles] Migration to direct handles, part 16
by Nikolaos Papaspyrou
· 6 days ago
9b27b87
[loong64][mips64] Skip FTZ tests
by Zhao Jiazhong
· 3 days ago
3e0ed0f
[js_fuzzer] Don't pass any mjs flags
by Michael Achenbach
· 2 days ago
934cefc
[base] Merge SpinningMutex back into Mutex
by Toon Verwaest
· 2 days ago
594866c
test: include <cerrno> in bigint-shell.cc
by Takuto Ikuta
· 2 days ago
e96bc91
[wasm] skip regress-365376497 on platforms with no jspi support
by Milad Fa
· 3 days ago
4525fbd
Update V8 DEPS (trusted)
by v8-ci-autoroll-builder
· 2 days ago
5f448ff
[api] Fix Float16Array::kMaxLength
by snek
· 9 days ago
ff8d16d
Update V8 DEPS (trusted)
by v8-ci-autoroll-builder
· 4 days ago
9e5d811
Update fuzztest (trusted)
by v8-ci-autoroll-builder
· 4 days ago
63cdba7
Update V8 DEPS (trusted)
by v8-ci-autoroll-builder
· 4 days ago
e4061e1
[loong64][mips64] Support int f(double) builtins in simulators
by Zhao Jiazhong
· 6 days ago
2088622
[wasm] Add regression test
by Thibaud Michaud
· 5 days ago
442f645
[js_fuzzer] Prevent negative numbers in class properties
by Michael Achenbach
· 5 days ago
23766d1
[js_fuzzer] Fix undesired constructor normalization
by Michael Achenbach
· 5 days ago
9596f54
Update V8 DEPS (trusted)
by v8-ci-autoroll-builder
· 5 days ago
ec7d0b2
Fix TypedArray.p.includes when buffer is shrunk
by Shu-yu Guo
· 6 days ago
58fe43d
Make non-empty TypedArrays non-sealable
by Shu-yu Guo
· 6 days ago
f456bb6
[wasm][type-reflection] Fix nested WasmJSFunction
by Thibaud Michaud
· 5 days ago
446ccdc
[sandbox] Only use TrustedPointerPublishingScopes on main thread
by Jakob Kummerow
· 5 days ago
28f3088
[wasm] skip FTZ tests on ppc64 and x390x
by Milad Fa
· 5 days ago
58c8dc0
[leaptiering] Fix tsan error from accessing FBV
by Olivier Flückiger
· 5 days ago
b08fcc9
[isolate-groups] Set the current isolate group earlier.
by Erik Corry
· 5 days ago
0c8e55f
[tools] Add _As_XXX(Address) for inspecting objects from gdb/lldb
by Igor Sheludko
· 5 days ago
e7cb473
[HeapSnapshot] Serialize numbers directly into the snapshot chunk
by Abhishek Shanthkumar
· 6 days ago
b956533
[bazel] Fix no-wasm build
by Andreas Haas
· 5 days ago
65beb80
[turbofan] Fix related to the TypedArray type
by Marja Hölttä
· 5 days ago
85920bf
[wasm][revec] Allow shuffle splat to match Simd256Shuffle
by Yolanda Chen
· 6 days ago
bcf5ee9
[heap,cppgc] Refactor marking schedule
by Michael Lippautz
· 6 days ago
e91aebf
Update fuzztest (trusted)
by v8-ci-autoroll-builder
· 5 days ago
bd39ddb
Update V8 DEPS (trusted)
by v8-ci-autoroll-builder
· 5 days ago
0f4c6e2
[base64] Add toHex builtin
by Rezvan Mahdavi Hezaveh
· 6 days ago
fea4469
[code-cache] Log resources loaded with static code caches
by Thomas Lukaszewicz
· 7 days ago
42e6b2f
[test262] Roll test262
by Rezvan Mahdavi Hezaveh
· 9 days ago
c031515
Use atomic sequence for sample trace ids
by Andrés Olivares
· 6 days ago
Next »