Commits
User selector
Commit History
Commits on May 30, 2026
[CMake] Unified-source hygiene fixes for larger bundles
Show description for 7d2f95fcommitted
Commits on Apr 20, 2026
[JSC] Add per-function dump filtering to greedy register allocator
Show description for 86d3f77committed
Commits on Mar 12, 2026
[JSC] Split PropertyInlineCache into subclasses
Show description for d042d9bcommitted
Commits on Mar 9, 2026
[JSC] Add SourceDump option to JITDump
Show description for cd8340ecommitted[JSC] Combine HandlerIC with DataIC in PropertyInlineCache
Show description for 365ecfccommitted
Commits on Mar 6, 2026
[JSC] Rename StructureStubInfo to PropertyInlineCache
Show description for ffb0343committed[JSC] Add IRDump option with JITDump
Show description for bccc78ccommitted
Commits on Jan 3, 2026
[JSC] Add dumpIonGraph option
Show description for c6bec67committed
Commits on Mar 21, 2025
Make B3 Origin a tagged union
Show description for 1550e29committed
Commits on Mar 10, 2025
[JSC] Allocate b3 types using SequesteredArenaAllocator
Show description for 4f8543ecommitted
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 Nov 19, 2024
Replace WTF::bitwise_cast with std::bit_cast
Show description for 6ef08d1committed
Commits on Jul 1, 2024
[JSC] Use Data Call IC in FTL
Show description for 63f1114committed
Commits on Jun 7, 2024
Use "= default" for constructor and destructor in more JSC code
Show description for 0710c9fcommitted
Ahmad Saleem
Commits on Mar 5, 2024
[JSC] Destroy LinkBuffer in compiler thread
Show description for 15aaecdcommitted
Commits on Jan 18, 2024
[JSC] Redesign CallIC (relanding)
Show description for 65c8acccommittedUnreviewed, reverting 273159@main and 273168@main.
Show description for 64272e9authored andcommitted[JSC] Redesign CallIC
Show description for 2295d36committed
Commits on Jun 20, 2023
Reduce repetitive logging in B3 disassembly
Show description for 0449dbccommitted
Commits on Dec 14, 2022
[SIMD] B3/OMG Support
Show description for 8a01826committed
Justin Michaud
Commits on Oct 6, 2022
Revert clang-tidy change since it broke 32bit and watchOS
Show description for aabfacbcommitted
Commits on Oct 5, 2022
[JSC][uDFG] Introduce unlinked CallLinkInfo in DFG
Show description for e8d1096committed
Commits on Sep 18, 2022
Ran clang-tidy on JSC, WTF and bmalloc
Show description for 700ac83committed
Commits on May 26, 2022
[JSC] Introduce unlinked StructureStubInfo into uDFG
Show description for a49f338committed
Commits on Jul 15, 2021
Non-unified build fixes, mid-July 2021 edition
Show description for eb3ebb4committed
Commits on Jul 8, 2021
display-profiler-output should be able to print disassembly for the FTL
Show description for 3812f20committed
Commits on Jun 12, 2021
We should drop B3 values while running Air
Show description for 7e0ab48committed
Robin Morisset
Commits on Jun 8, 2021
Unreviewed, reverting r278371 and r278463.
Show description for 8be6104committed
Commits on Jun 2, 2021
We should drop B3 values while running Air
Show description for 899a26acommitted
Robin Morisset
Commits on May 26, 2021
Merge all the JIT worklists into a shared worklist
Show description for e42c8decommitted
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Jan 31, 2020
Some improvements to DFG and FTL dumps to improve readability and searchability.
Show description for a919076committed
Mark Lam
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Jul 24, 2018
Refactoring: make DFG::Plan a class.
Show description for 2409068committed
Mark Lam