Commits
User selector
Commit History
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Dec 18, 2025
[JSC] Wasm: fix exceptions with inlining between SIMD and non-SIMD functions
Show description for c410d58committed
Commits on Apr 2, 2025
[JSC] Add convertUInt32ToDouble / convertUInt32ToFloat
Show description for 382880ccommitted
Commits on Jan 3, 2025
Change TZoneHeap so that it can be enabled/disabled based on a runtime configuration.
Show description for d9c3915committed
Mark Lam
Commits on Nov 19, 2024
[TZones] Enable TZones and turn on OS Logging by default
Show description for e61197dcommitted
Commits on Oct 16, 2024
[TZone] Add annotations for X86_64 Darwin builds
Show description for 9c0c04ecommitted
Commits on Jul 18, 2024
WASM tail calls should work in OMG tier
Show description for a2db78bcommitted
Commits on Jun 26, 2024
Canonicalize wasm options
Show description for 9dd3ce1committed
Commits on Jun 20, 2024
Use SystemV ABI for Baseline JS JIT on Windows
Show description for 0b1e421authored andcommitted
Commits on Oct 24, 2023
[JSC] Macro assemblers: add ResultCondition::Carry
Show description for f0a74bacommitted
Commits on May 23, 2021
Remove ENABLE(MASM_PROBE) flag.
Show description for 5bcc127committed
Mark Lam
Commits on Mar 6, 2021
[JSC] Simplify OSRExit side state materialization
Show description for bac612fcommitted
Commits on Apr 16, 2020
[Re-landing] Use more PAC diversity for JIT probe code.
Show description for 580dd19committed
Mark LamRolling out r259897: Causing crashes on iOS.
Show description for 1480a1dcommitted
Mark Lam
Commits on Apr 10, 2020
Use more PAC diversity for JIT probe code.
Show description for 052f564committed
Mark Lam
Commits on Mar 7, 2020
Add "AndOrdered" to the names of ordered DoubleConditions.
Show description for 0487e4fcommitted
Mark Lam
Commits on Mar 20, 2019
Open source arm64e code.
Show description for 0b93249committed
Mark Lam
Commits on Jul 21, 2018
[JSC] Use Function / ScopedLambda / RecursableLambda instead of std::function
Show description for 9019b49committed
Commits on Mar 26, 2018
Fix typo in JSC option name
Show description for a192709committed
Commits on Feb 22, 2018
Refactor MacroAssembler code to improve reuse and extensibility.
Show description for f80c8e3committed
Mark Lam
Commits on Feb 6, 2018
put_to_scope/get_from_scope should not cache lexical scopes when expecting a global object
Show description for 58322b7committed
Commits on Oct 4, 2017
Add support for using Probe DFG OSR Exit behind a runtime flag.
Show description for b6678adcommitted
Mark Lam
Commits on Sep 14, 2017
Rolling out r221832: Regresses Speedometer by ~4% and Dromaeo CSS YUI by ~20%.
Show description for 2d6ba10committed
Mark Lam
Commits on Sep 10, 2017
[Re-landing] Use JIT probes for DFG OSR exit.
Show description for 86e4f28committed
Mark Lam
Commits on Sep 9, 2017
Unreviewed, rolling out r221774.
Show description for 123e977committed
Commits on Sep 8, 2017
Use JIT probes for DFG OSR exit.
Show description for b6f7369committed
Mark Lam
Commits on Aug 21, 2017
Enhance MacroAssembler::probe() to allow the probe function to resize the stack frame and alter stack data in one pass.
Show description for 38324edcommitted
Mark Lam
Commits on Aug 18, 2017
Rename ProbeContext and ProbeFunction to Probe::State and Probe::Function.
Show description for db01f89committed
Mark Lam
Commits on Aug 17, 2017
Add back the ability to disable MASM_PROBE from the build.
Show description for ad283adcommitted
Mark Lam
Commits on Aug 11, 2017
Make the MASM_PROBE mechanism mandatory for DFG and FTL builds.
Show description for b3ec0f8committed
Mark Lam
Commits on Apr 20, 2017
Update the MASM probe to only take 1 arg instead of 2 (in addition to the callback function).
Show description for 9ab0782committed
Mark Lam
Commits on Apr 10, 2017
Move ProbeContext and ProbeFunction out of AbstractMacroAssembler.
Show description for 60ec5ffcommitted
Mark Lam
Commits on Oct 30, 2015
B3 should be able to compile a control flow diamond
Show description for 87cb831committed
Filip Pizlo
Commits on Oct 28, 2015
Create a super rough prototype of B3
Show description for a6816fccommitted
Filip PizloRename MacroAssembler::callProbe() to probe().
Show description for 5a36177committed
Mark Lam