Commits
User selector
Commit History
Commits on Jun 4, 2026
[Wasm] Reduce FuncRefTable entry size
Show description for 8abf525committed
Commits on May 30, 2026
[JSC] Inline-allocate cells for `NewWeakMap` and `NewWeakSet`
Show description for 8317f5ccommitted[CMake] Unified-source hygiene fixes for larger bundles
Show description for 7d2f95fcommitted
Commits on May 27, 2026
[JSC] Fix AirFixObviousSpills modeling of early defs
Show description for fa0214fauthored andcommitted
Commits on May 26, 2026
Fix dominance analysis in B3CanonicalizePrePostIncrements
Show description for 81aa535authored andcommitted
Commits on May 15, 2026
[JSC] Cache result of Symbol.prototype.toString
Show description for 5e57a58committed
Commits on May 14, 2026
[GLIB] Non-unified build fixes for May 13th 2026
Show description for b2bd22ecommitted[JSC] Do not allocate promise reaction when it is initial `then` calls and one handler attachment
Show description for 3f9955fcommitted
Commits on May 7, 2026
Optimize JavaScriptCore #includes
Show description for b589299committed
Commits on May 6, 2026
[JSC] GreedyRegAlloc: Add loop-aware live range splitting (disabled by default)
Show description for 899099bcommitted
Commits on May 5, 2026
REGRESSION: WebAssembly SIMD produces incorrect result on x86_64 Linux (argon2id hash mismatch)
Show description for 4db9b8ccommitted[JSC] Remove stale comment in B3::Value
Show description for f0a166dauthored andcommitted
Commits on May 3, 2026
[JSC] Add multiply-accumulate instruction selection
Show description for 1367f47committed
Commits on May 2, 2026
[JSC] Fix wasm type parsing regression by making RTT formal canonicalized types
Show description for 103a40acommitted
Commits on May 1, 2026
Unreviewed, reverting 312318@main (7a38dc3cf79c)
Show description for 32f4170committed
Commits on Apr 30, 2026
[JSC] Optimize bit-rotate idiom in B3
Show description for 3342335committed
Commits on Apr 29, 2026
[JSC] GreedyRegAlloc: Add loop-aware live range splitting (disabled by default)
Show description for 7a38dc3committed
Commits on Apr 27, 2026
[JSC] Inline tight loop of String#localeCompare in FTL
Show description for aa6c00ccommitted[JSC] Codegen: emit basenames, not absolute paths, in "generated from" comments
Show description for 41ae266committed[Build Speed] Fix compilation issues in JSC headers
Show description for d4029d5committed
Commits on Apr 26, 2026
[JSC] OMG should only emit WasmBoundsCheck overflow guard for Int64 pointers
Show description for 008ce40committed
Commits on Apr 23, 2026
[JSC] Don't assert on self comparison in buildCoalescingGroups
Show description for 51024b1committed
Commits on Apr 22, 2026
[JSC] Lower `BitAnd(SShr(x, lsb), mask)` to `ubfx` for ARM64
Show description for b8d7590committed
Commits on Apr 21, 2026
[JSC] Run lowerAfterRegAlloc before fixObviousSpills
Show description for 020b68acommitted[JSC] GreedyRegAlloc: Split SplitMetadata into per-kind types
Show description for 0b634d7committed[Build Speed] Minimize includes in CodeBlock.h, JSCJSValue.h, JSCJSValueInlines.h, and VM.h
Show description for 9f2eb90committed[JSC] Implement relaxed Wasm SIMD
Show description for 85da494committed
Commits on Apr 20, 2026
[JSC] GreedyRegAlloc: Add typed cost wrappers
Show description for 173d202committed[JSC] Add per-function dump filtering to greedy register allocator
Show description for 86d3f77committed
Commits on Apr 17, 2026
[Build Speed] Reduce the cost of StructureInlines.h
Show description for 5ff0c08committed
Commits on Apr 16, 2026
Implement load and store for Memory64 in the OMG tier
Show description for f27f901committed
Commits on Apr 15, 2026
[JSC] Add `VectorShr(VectorZipLower(x, x), 8)` strength reduction
Show description for 9355413committed
Commits on Apr 14, 2026
[JSC] Add 32bit unsigned integer division optimization in B3
Show description for 15c111acommitted[JSC] Do CSE with dominating WasmStructGet and WasmArrayGet
Show description for ba9a734committed
Commits on Apr 11, 2026
Unreviewed, reverting 310871@main.
Show description for ca8836aauthored andcommitted