Sign in
chromium
/
v8
/
v8
/
HEAD
15465fa
Update fuzztest (trusted)
by v8-ci-autoroll-builder
· 2 hours ago
lkgr
main
133aac7
Update V8 DEPS (trusted)
by v8-ci-autoroll-builder
· 3 hours ago
2243f90
[compiler] Refactor float constant folding in Turboshaft
by Clemens Backes
· 10 hours ago
63167aa
Exclude 'regress/regress-438321229' test on the lite mode
by Julie Jeongeun Kim
· 10 hours ago
4855367
[heap] Use metadata during slot recording
by Michael Lippautz
· 13 hours ago
cbd055e
[riscv][maglev] Mark test as failing with pointer compression
by Kasper Lund
· 14 hours ago
b8a27f1
[api] Promote deprecation in v8-fast-api.h
by Andreas Haas
· 14 hours ago
cab8d86
Update V8 DEPS (trusted)
by v8-ci-autoroll-builder
· 15 hours ago
77df647
[builtins] Use valid context when throwing from Object.groupBy()
by Igor Sheludko
· 15 hours ago
7209cca
[wasm][fuzzer] prefer small linear memory sizes in random-module-generation
by Nikolas Kaipel
· 16 hours ago
8144ef6
[builtins] Avoid unnecessary OOMs in Array.prototype.join
by Igor Sheludko
· 17 hours ago
e65585d
[turboshaft] Fix direct call in dead code
by Olivier Flückiger
· 17 hours ago
20247fd
[heap] Use SafeSize() in SemiSpaceObjectIterator
by Dominik Inführ
· 18 hours ago
a96a186
[ignition] Optimize consecutive assignments to x.prototype
by Raphael Herouart
· 19 hours ago
b669f04
Remove deprecated method Object::wrap
by Andreas Haas
· 19 hours ago
8295ad5
[turboshaft] Fold more constants into canonical NaNs
by Clemens Backes
· 24 hours ago
792ce35
[riscv][wasm] Reverse order of spilled parameters in frame setup
by Kasper Lund
· 25 hours ago
f4283dd
Update fuzztest (trusted)
by v8-ci-autoroll-builder
· 26 hours ago
a2ff08a
[compiler] Make f32 unops deterministic
by Clemens Backes
· 34 hours ago
cf3416c
[scope-info] Use Union type for SFI outer scope info
by Leszek Swirski
· 2 days ago
4df49c1
[wasm] Refactor templatized Wasm wrapper builder
by Paolo Severini
· 2 days ago
f2f7226
[for-of-performance] Redirect JSTypedArray to slow path
by Rezvan Mahdavi Hezaveh
· 2 days ago
24ab048
[hole] Add strict hole subtypes
by Leszek Swirski
· 2 days ago
8294f8b
[csa] Refactor SFI trusted data loading
by Olivier Flückiger
· 2 days ago
8da6063
Reland "[heap] LocalHeap::Current() now returns non-null on main thread"
by Dominik Inführ
· 2 days ago
dd7bbe4
[heap] Add CFI directives to PushAllRegistersAndIterateStack on x64
by Dominik Inführ
· 2 days ago
680d70b
[heap] Fix MinorMS without CSS
by Nikolaos Papaspyrou
· 2 days ago
deb1106
[stack] Fix pointer authentication issue in console.trace()
by Andreas Haas
· 2 days ago
923e4f5
[heap] Add AllocationHint argument to FactoryBase::NewFixedArray()
by Dominik Inführ
· 2 days ago
fcbb4ae
Update V8 DEPS (trusted)
by Leszek Swirski
· 2 days ago
28e6fe0
[base] Add missing <algorithm> header
by Leszek Swirski
· 2 days ago
1574ac1
Fix print of type kS128 on big endian platforms
by Milad Fa
· 2 days ago
620e8b9
[infra] Raise default_min_sdk_version to 23
by Leszek Swirski
· 2 days ago
c2c7196
Add ppc64/s390x to CallDescriptor::kCallJSFunction
by Milad Fa
· 2 days ago
f622c9f
[wasm][revec] Fix missed IntersectPackNode checks
by Yolanda Chen
· 2 days ago
e9bfbc5
Revert "Autogenerate libc++ headers."
by Matt Stark
· 2 days ago
75836b4
[runtime] Make HashTable::New() throw RangeError instead of OOMing
by Igor Sheludko
· 2 days ago
c697d95
[turbofan] Use context constant
by Olivier Flückiger
· 2 days ago
eac9239
[riscv] Allow trampoline blocking to generate code in jump table tests
by Kasper Lund
· 2 days ago
7b054f5
[riscv][turboshaft] Direct call for known functions
by Lu Yahan
· 2 days ago
90cefdc
Exclude tests using FastCAPI on the lite mode
by Julie Jeongeun Kim
· 2 days ago
10df7d0
Revert "[heap] LocalHeap::Current() now returns non-null on main thread"
by Rezvan Mahdavi Hezaveh
· 2 days ago
f515bcf
[GC] Add default value for incremental_marking_reason
by etiennep-chromium
· 2 days ago
12fa27f
[heap] Refactor Scavenger object migration
by Omer Katz
· 2 days ago
ff8a8fa
[for-of-performance] ForOf in ArrayIterators in Maglev and Turbofan
by Rezvan Mahdavi Hezaveh
· 3 days ago
848d7f4
[explicit-resource-management] Fix parsing in c-style for
by Rezvan Mahdavi Hezaveh
· 3 days ago
c25edbb
[heap] LocalHeap::Current() now returns non-null on main thread
by Dominik Inführ
· 3 days ago
f2637ba
[objects] UndefinedContextCell is not a hole
by Leszek Swirski
· 3 days ago
6473f09
[debug][wasm] Fix GDB remote server compilation errors
by Albert Slepak
· 3 days ago
4de1c83
[api] Add type tag parameters to apis writing EmbedderData
by Andreas Haas
· 3 days ago
2913582
PPC/s390: [compiler] Fix segfaults due to memory protection (pku)
by Milad Fa
· 3 days ago
5619ecf
[wasm] add tracing support for global variables in Wasm
by Nikolas Kaipel
· 3 days ago
1a8fcda
[wasm-custom-desc] Separate flag for JS Interop
by Jakob Kummerow
· 3 days ago
ef4a887
[heap] Fix ConservativeStackVisitorBase initialization
by Omer Katz
· 3 days ago
dd6db2d
[dispatch-table] Embed dispatch table address in optimized code
by Olivier Flückiger
· 3 days ago
cc50747
PPC/s390: Reland "Reland "[turboshaft] Direct call for known functions""
by Milad Fa
· 3 days ago
e09236a
Reland "Bypass Torque for JSWeakRef"
by Omer Katz
· 3 days ago
52746dc
Reland "[testrunner] Use relative paths consistently"
by Clemens Backes
· 3 days ago
70e114b
[x64] Remove spaces between operands in disassembly
by Kasper Lund
· 3 days ago
1e9a032
[string] Add WebDX counter for String.prototype HTML wrapper methods
by Olivier Flückiger
· 3 days ago
5d26c73
[parser] Add WebDX counter for with statements
by Olivier Flückiger
· 3 days ago
50c3402
[riscv] Fix alignment of jump table entries in assembler tests
by Kasper Lund
· 3 days ago
70572dc
Update fuzztest (trusted)
by v8-ci-autoroll-builder
· 3 days ago
6766e20
[gemini] Use gm's quiet mode for building
by Leszek Swirski
· 4 days ago
2e2bc32
[temporal] Remove extraneous space from islamic-umalqura string
by Manish Goregaokar
· 4 days ago
4115bd0
Revert "Bypass Torque for JSWeakRef"
by Leszek Swirski
· 4 days ago
94f414c
[gm.py] Add support for quiet mode
by Jakob Kummerow
· 4 days ago
261fc1e
[heap] Simplify RawMigrateObject.
by Hannes Payer
· 4 days ago
ae35ee6
Bypass Torque for JSWeakRef
by Omer Katz
· 4 days ago
d58c98e
[temporal] Disable PlainMonthDay format test on Android
by Manish Goregaokar
· 4 days ago
24a292f
[wasm-custom-desc] Update "configureAll" prototypes setup
by Jakob Kummerow
· 4 days ago
4d1db55
[wasm][fuzztest] Lower the stack limit
by Clemens Backes
· 4 days ago
4836b35
[test] Remove TEST_FILE_NAME machinery
by Clemens Backes
· 4 days ago
1a0773c
[regexp] Add WebDX counters for RegExp static properties
by Olivier Flückiger
· 4 days ago
9d1339d
[regexp] Add WebDX counter for RegExp.prototype.compile
by Olivier Flückiger
· 4 days ago
8e90f44
[wasm][revec] Review/cleanup of revectorization code
by Jakob Kummerow
· 4 days ago
29f4cda
Reland "Reland "[turboshaft] Direct call for known functions""
by Olivier Flückiger
· 4 days ago
197253a
[ept] Use range instead of kEmbedderDataSlotPayloadTag for reads
by Andreas Haas
· 4 days ago
5a4810ee31
[temporal] Triage more test262 expectations
by Manish Goregaokar
· 4 days ago
1b8c0db
Autogenerate libc++ headers.
by Matt Stark
· 4 days ago
da0fbfe
[riscv][maglev] Fix compilation
by Kasper Lund
· 4 days ago
d1efe21c
[riscv] Handle indirect pointer slots when recording writes
by Kasper Lund
· 4 days ago
c913391
[riscv] Clean up MacroAssembler::StoreReturnAddressAndCall
by Kasper Lund
· 4 days ago
8bf522c
[riscv] Fix xnor simulator and test.
by Florian Loitsch
· 4 days ago
8fa34c0
[riscv] Remove broken optimization in i8x16ReplaceLane
by Florian Loitsch
· 4 days ago
071d3af
Update fuzztest (trusted)
by v8-ci-autoroll-builder
· 6 days ago
dcfb32a
Revert "Reland "[turboshaft] Direct call for known functions""
by Rezvan Mahdavi Hezaveh
· 6 days ago
f3187f4
Reland "[turboshaft] Direct call for known functions"
by Olivier Flückiger
· 6 days ago
93ab45a4
[tsa] Port Add_WithFeedback builtin to TSA
by Nico Hartmann
· 7 days ago
19c0bf4
[turboshaft] Fix LateLoadElimination bug around String maps
by Nico Hartmann
· 7 days ago
43df322
[wasm-custom-desc] Fix br_on_cast_desc[_fail] fast path
by Jakob Kummerow
· 7 days ago
f7023c1
[wasm] Templatize Wasm (wrapper) graph builder
by Paolo Severini
· 7 days ago
f09a99c
[maglev] Deal with conversion nodes pointing to identities
by Victor Gomes
· 7 days ago
7cd9c2e
[maglev] Add lazy inputs
by Victor Gomes
· 7 days ago
f3978ef
[maglev] Fold check maps if value is untagged
by Victor Gomes
· 7 days ago
485b285
heap: Discard pooled pages on malloc failures
by Anton Bikineev
· 7 days ago
e4a3ece
[handles] Refactor Maybe(Direct)Handle implementation
by Nikolaos Papaspyrou
· 7 days ago
3c61391
[wasm][jspi] Throw a SuspendError before calling the import
by Hood Chatham
· 7 days ago
aa02902
perf: ObjectDefineProperty shouldn't always invalidate ArrayIteratorProtector
by 王家睿
· 7 days ago
ddfa1b3
[turboshaft] Rename TupleOp to MakeTupleOp to avoid name conflicts
by Nico Hartmann
· 7 days ago
Next »