Commits
User selector
Commit History
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Nov 20, 2025
Array allocation sinking materialize needs to work without exitOK
Show description for bef9d70committed
Commits on Nov 16, 2025
Use WTF::makeUnique<T>() instead of .reset(new T())
Show description for 589918acommitted
Commits on Feb 27, 2025
[JSC] Allocate DFG types using SequesteredArenaAllocator
Show description for b98b780committed
Commits on Feb 20, 2025
[JSC] Modernize logging in DFG / FTL
Show description for a976a26committed
Commits on Jan 6, 2025
Make HashSet validate its key by default in release builds
Show description for c9de3eacommitted
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 Dec 13, 2024
TypedArray OutOfBounds gets ArrayModes need to report this to `def`
Show description for 73a98daauthored andcommitted
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 16, 2024
[WTF] Rename WTF::HashMap to WTF::UncheckedKeyHashMap (1/3)
Show description for 6cf3bfbcommitted
Commits on Aug 6, 2024
[JSC] Add JIT support for Float16Array
Show description for f20f575committed
Commits on Apr 20, 2024
Reduce use of `const char*`
Show description for d4169aacommitted
Commits on Dec 11, 2023
Implement and Apply TZone Allocation Macros
Show description for a968122committed
Commits on Oct 9, 2023
clobberize needs to be more precise with the *ByOffset nodes
Show description for 08d5d17authored andcommitted
Commits on Dec 13, 2022
Debug build fixes with assertions disabled
Show description for b9d802dcommitted
Commits on Oct 6, 2022
Revert clang-tidy change since it broke 32bit and watchOS
Show description for aabfacbcommitted
Commits on Sep 18, 2022
Ran clang-tidy on JSC, WTF and bmalloc
Show description for 700ac83committed
Commits on Sep 5, 2022
Update FIXME comment in DFG CSE to be more descriptive
Show description for 3a16b3ccommitted
Commits on Jul 7, 2022
Fix some typos in comments.
Show description for 1fe26aacommitted
Mark Lam
Commits on Aug 17, 2020
Have an OOB+SaneChain Array::Speculation
Show description for c645916committed
Commits on Jul 17, 2020
[WTF] Remove the unnecessary inner class DefaultHash<T>::Hash
Show description for 247ce69committed
Commits on May 19, 2020
REGRESSION(r261755): Win/Linux non-unified builds have hundreds of link failures
Show description for 1dc916acommitted
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Jan 17, 2020
Reland bytecode checkpoints since bugs have been fixed
Show description for 198b075committed
Commits on Jan 15, 2020
Revert bytecode checkpoints since it breaks watch
Show description for 356c0f3committed
Commits on Dec 24, 2019
DFG/FTL should be able to exit to the middle of a bytecode
Show description for c131525committed
Commits on Oct 17, 2019
Harden capacity checks in DFG::LocalCSEPhase::SmallMap.
Show description for 75216f1committed
Mark Lam
Commits on Sep 18, 2019
Use constexpr instead of const in symbol definitions that are obviously constexpr.
Show description for 4875082committed
Mark Lam
Commits on Jul 22, 2019
[JSC] Make DFG Local CSE and AI conservative for huge basic block
Show description for f8d6a26committed
Commits on May 7, 2019
[B3] Constants should be hoisted to the root block until moveConstants
Show description for 73187c8committed
Robin Morisset
Commits on Jan 17, 2019
StringObjectUse should not be a structure check for the original string object structure
Show description for 67ed8bacommitted
Commits on Apr 5, 2018
REGRESSION(r222563): removed DoubleReal type check causes tons of crashes because CSE has never known how to handle SaneChain
Show description for 52bd0f8committed
Filip Pizlo
Commits on Feb 13, 2018
Add a GetIndexMask node and make it an input to GetByVal for array and typed array accesses in DFG SSA
Show description for 08b41b1committed
Commits on Sep 15, 2017
Arity fixup during inlining should do a 2 phase commit so it properly recovers the frame in case of exit
Show description for 20af43acommitted
Commits on Sep 13, 2017
Do unified source builds for JSC
Show description for 6313e87committed