Commits
User selector
Commit History
Commits on Apr 28, 2026
REGRESSION(311624@main): LLIntAssembly.h:189:54: error: use of undeclared identifier 'jsCast'
Show description for b1b0e82committed
Commits on Apr 16, 2026
Add wasm wide arithmetic proposal
Show description for bcd47e7committed
Commits on Apr 10, 2026
[JSC] Wasm stack results should match arguments
Show description for 599f35bcommitted
Commits on Mar 29, 2026
[JSC] Fix O(n^2) list building in offlineasm
Show description for 59d83dfcommitted
Commits on Mar 1, 2026
[JSC] Add pcrtoaddr to x64
Show description for 5e96ef3committed
Commits on Feb 26, 2026
[JSC] x64 loads values from stack after sp is changed
Show description for 8624238committed
Commits on Feb 24, 2026
[JSC] The pcrtoaddr offlineasm instruction should be lowered differently to support global labels
Show description for 586f364committed
Commits on Feb 13, 2026
[JSC] Add initial support for Windows ARM64
Show description for 2bff772committed
Commits on Jan 26, 2026
[ARMv7] Fix clang20 build
Show description for e2307d2committed
Commits on Jan 16, 2026
offlineasm incorrectly lowers references to global labels
Show description for 018769ccommitted
Commits on Jan 10, 2026
[JSC] Optimize callMicrotask
Show description for d43cce5committed
Commits on Oct 9, 2025
[JSC] Dedupe LLInt configs in offset extractor
Show description for 164134cauthored andcommitted
Commits on Sep 22, 2025
Remove ipint argumINT pointer instructions, and extract a constant for ipint alignment.
Show description for 843ed90committed
Commits on Sep 19, 2025
[JSC] WASM IPInt SIMD: ipint entrypoints should preserve 128-bits of float registers
Show description for 6e9cb49committed
Commits on Sep 17, 2025
Remove register aliasing from offlineASM
Show description for 2925d0ecommitted
Commits on Sep 16, 2025
[JSC] Fix x86 offlineasm lowering of shift
Show description for 00eff83committed
Commits on Aug 17, 2025
Harden the interpreter dispatchers more for ARM64E.
Show description for d5e7d2acommitted
Mark Lam
Commits on May 27, 2025
Fix saving of callee on ARMv7 in js_to_wasm_wrapper_entry
Show description for c2f8f0fcommitted
Commits on May 1, 2025
JSToWasm non-IC entrypoints should load the entry point the same way as the IC.
Show description for 62b8ca0committed
Commits on Dec 24, 2024
Support x86_64 in IPInt
Show description for 55d789fauthored andcommitted
Commits on Dec 12, 2024
Offline asm local labels should include file and line numbers
Show description for ee5d453committed
Commits on Oct 9, 2024
GC Wasm BBQ/OMG-OSR code
Show description for e9ced93committed
Commits on Sep 13, 2024
[JSC] Align JIT and LLInt registers in x64
Show description for ed54aa2committed
Commits on Aug 22, 2024
[JSC] Fix GOT relocation for ARM64_32 since adrp and ldr expect 64bit registers with only 32bit addresses
Show description for 1351254committed[JSC] Fix GOT relocation in offlineasm for ARM64_32
Show description for d43ae0bcommitted
Commits on Aug 6, 2024
Use X86_64 and C_LOOP OFFLINE_ASM_BACKEND on Windows
Show description for 4ea9490authored andcommitted
Commits on May 22, 2024
Further remove MSVC code
Show description for adcd97ecommitted
Commits on May 21, 2024
[JSC] Ensure using CLoop for x86 (32bit)
Show description for 8e3653bcommitted
Commits on May 20, 2024
Unreviewed, build fix
Show description for 36db40ccommitted[JSC][offlineasm] Remove $emitWinAsm
Show description for c3c24e0committed
Commits on May 19, 2024
[JSC] Remove Intel syntax support from offlineasm
Show description for 2f5a3abcommittedUse SystemV ABI for C++ entrypoints for JS LLInt
Show description for 8f1711cauthored andcommitted
Commits on May 16, 2024
[JSC] offlineasm: maintain Tmp register set order in assignRegistersToTemporaries
Show description for 4a07711authored andcommitted
Commits on May 14, 2024
Use clang-cl for assembling offlineasm on Windows
Show description for 45da615authored andcommitted[JSC] (Re-land 2) Add aligned label annotation to offlineasm
Show description for 60f3e42committed