Commits
User selector
Commit History
Commits on May 16, 2026
[Wasm] Build JS Wrappers and JSToWasmCallees Lazily
Show description for 29ac322committed
Commits on May 7, 2026
[JSC] Move aINT / mINT / uINT bytecode under RTT
Show description for 5accc20committed[Wasm] Use a lazy restore frame when returning from tail calls
Show description for 5223ee5committed
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
[IPInt] Plan should have a RefPtr to the callees
Show description for 066fbb7committed
Commits on Apr 12, 2026
[JSC] Avoid repeated lock contension due to NativeCalleeRegistry registration
Show description for 52a9721committed
Commits on Apr 4, 2026
[JSC] Wasm SectionParser should store expanded TypeDefinition
Show description for b12cf08committed
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Oct 21, 2025
[JSC] Wasm: remove special case SIMD entrypoint and tier up mechanism
Show description for e1fe366committed
Commits on Oct 7, 2025
[JSC] WASM IPInt SIMD: allow SIMD when BBQ disabled
Show description for 14131cbcommitted
Commits on Sep 8, 2025
[JSC] Clean up Wasm CalleeSave registers handling
Show description for 5205c9ecommitted
Commits on Sep 4, 2025
[JSC] WASM IPInt SIMD: use the standard entry point when --useWasmIPIntSIMD
Show description for 7567c95committed
Commits on Sep 2, 2025
Unreviewed, reverting 299398@main.
Show description for dd81542authored andcommitted
Commits on Sep 1, 2025
Refactor jitMemcpy into atomic and non-atomic versions
Show description for 952e580committed
Commits on Jun 18, 2025
[JSC] IPInt catch handler should not use generateThunkWithJumpToPrologue
Show description for fc8cbf6committed
Commits on May 30, 2025
Stop using Vector::data() in WTF and JSC
Show description for efc947ccommitted
Commits on May 4, 2025
Further adopt C++20's [[likely]] / [[unlikely]] in JSC
Show description for 535276bcommitted
Commits on Feb 4, 2025
[JSC] More sophisticated wasm worklist distribution
Show description for 2725a2acommitted
Commits on Jan 15, 2025
LLInt/IPInt should check if BBQ is enabled before tiering SIMD functions to BBQ
Show description for 0f0fc14authored andcommitted
Commits on Jan 6, 2025
Make HashSet validate its key by default in release builds
Show description for c9de3eacommitted
Commits on Dec 10, 2024
IPInt should tier up to BBQ for SIMD code
Show description for 45c1b15committed
Commits on Oct 30, 2024
Added skip markers for JavaScriptCore and WebCore files that do not conform to -Wunsafe-buffer-usage
Show description for b942617committed
Commits on Oct 24, 2024
Implement JITless Wasm test mode
Show description for 43d87cdcommitted
Commits on Sep 30, 2024
Add Wasm::FunctionCodeIndex/FunctionSpaceIndex types to differentiate them
Show description for c55f324committed
Commits on Sep 21, 2024
[JSC] Add signposts for wasm compilers
Show description for 6c2b847committed
Commits on Sep 20, 2024
Reduce IPInt register usage and support JITless calls
Show description for 82e443ecommitted
Commits on Sep 13, 2024
Remove JSEntrypointJITCallee
Show description for ebb3d2dcommitted
Commits on Jul 28, 2024
Rename WebAssembly JSC options to Wasm
Show description for f8d5c15committed
Commits on Jul 2, 2024
Split makeString() and friends out into their own header
Show description for 632f103committed
Commits on Jun 25, 2024
Fix Wasm GC bulk-array test
Show description for 4059ad2committed
Commits on Jun 6, 2024
Fix several warnings for the PlayStation build
Show description for 1d29d73committed
Commits on May 28, 2024
[JSC] Remove wasm entrypoint thunk generation
Show description for e522f11committed
Commits on May 27, 2024
[JSC] Compile wasm stubs in compiler threads
Show description for c9a03e0committed
Commits on May 6, 2024
Stop using `const char*` in string concatenation in JSC
Show description for d66a7a4committed
Commits on Apr 11, 2024
Split JSEntrypointCallee into JIT/Interpreted versions; fix no-jit build
Show description for 54a2d13authored andcommitted