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 May 27, 2025
[JSC] Further enhance DFG mayExit validation
Show description for 78a8cf3committed
Commits on May 26, 2022
Build with -Wno-stringop-overflow when using GCC
Show description for 90be065authored andcommitted
Commits on Mar 1, 2022
Misc compiler warnings, late Feb 2022 edition
Show description for 6c99aabauthored andcommitted
Commits on Apr 18, 2021
[JSC] Make more DFG/FTL data FixedVector/Vector
Show description for 3f2e067committed
Commits on Apr 7, 2021
[JSC] Use FixedVector more in JSC
Show description for 40bebd0committed
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Apr 28, 2020
OSR Exit compiler should know and print the exiting DFG node's index
Show description for 3f2a51bcommittedUnreviewed, reverting r260772.
Show description for 1bd6ab2committed
Jason Lawrence
Commits on Apr 27, 2020
OSR Exit compiler should know and print the exiting DFG node's index
Show description for 43a804fcommitted
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 10, 2018
[JSC] Rename createXXX to tryCreateXXX if it can return RefPtr
Show description for fe8ab64committed
Commits on Apr 18, 2018
Templatize CodePtr/Refs/FunctionPtrs with PtrTags.
Show description for 675bff0committed
Mark Lam
Commits on Jan 23, 2018
Re-arrange TypedArray JSTypes to match the order of the TypedArrayType enum list.
Show description for 8bf957fcommitted
Mark Lam
Commits on May 19, 2016
DFG::LICMPhase shouldn't hoist type checks unless it knows that the check will succeed at the loop pre-header
Show description for 601bad1committed
Filip Pizlo
Commits on Feb 18, 2016
Remove LLVM dependencies from WebKit
Show description for bbc738dcommitted
Filip Pizlo
Commits on Jan 29, 2016
Exits from exceptions shouldn't jettison code
Show description for 6a41d37committed
Commits on Jan 15, 2016
Air needs a Shuffle instruction
Show description for 0aeb6eacommitted
Filip PizloUnreviewed, rolling out r195084.
Show description for b9581efcommittedAir needs a Shuffle instruction
Show description for 8e5e45ccommitted
Filip Pizlo
Commits on Dec 7, 2015
FTL B3 should be able to make JS->JS calls
Show description for ff4d516committed
Filip Pizlo
Commits on Dec 3, 2015
FTL::OSRExitDescriptor should use less memory by having a companion object that dies after compilation
Show description for 2fba074committedFTL B3 should support OSR exit
Show description for f918befcommitted
Filip Pizlo
Commits on Dec 1, 2015
Refactor FTL sub snippet code to support general binary op snippets.
Show description for a5217c7committed
Mark LamFTL OSR Exits that are exception handlers should not have two different entrances. Instead, we should have two discrete OSR exits that do different things.
Show description for a4b43c8committed
Commits on Nov 18, 2015
Implement the B3 equivalent of FTLCompile
Show description for 8d20d5ecommitted
Filip Pizlo
Commits on Nov 13, 2015
sub IC does not properly handle exception handling now that try/catch is compiled in the FTL
Show description for 7eb6f4ecommitted
Commits on Nov 10, 2015
Rename FTL's ExitArgumentList to something more indicative of what it is
Show description for c049bd3committedImplement try/catch in the FTL
Show description for 0ee8335committed
Commits on Oct 19, 2015
FTL should generate a unique OSR exit for each duplicated OSR exit stackmap intrinsic.
Show description for 9335f1ccommitted
Commits on Sep 4, 2015
Get rid of FTLValueFormat
Show description for 92cc73acommitted
Basile Clement
Commits on Jul 10, 2015
DFG fragile frozen values are fundamentally broken
Show description for b7f4a03committed
Filip Pizlo
Commits on Feb 11, 2014
Rename Operations.h to JSCInlines.h
Show description for fcf5bb2committed
Filip Pizlo