Commits
User selector
Commit History
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Apr 20, 2024
Reduce use of `const char*`
Show description for d4169aacommitted
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 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 5, 2017
Make the distinction between entrypoints and CFG roots more clear by naming things better
Show description for a640bc9committed
Commits on Aug 25, 2017
Support compiling catch in the DFG
Show description for b84e293committedUnreviewed, rolling out r221119, r221124, and r221143.
Show description for cf08a3ccommitted
Commits on Aug 23, 2017
Support compiling catch in the DFG
Show description for 48a1145committed
Commits on Dec 13, 2016
Unreviewed, rolling out r209725.
Show description for 1232f67committed
Commits on Dec 12, 2016
REGRESSION(r209653): speedometer crashes making virtual slow path tailcalls
Show description for 32765c8committed
Commits on Dec 11, 2016
Unreviewed, rolling out r209653, r209654, r209663, and
Show description for f221755committed
Commits on Dec 10, 2016
JSVALUE64: Pass arguments in platform argument registers when making JavaScript calls
Show description for 7760dedcommitted
Commits on Jul 28, 2016
[JSC] DFG::Node should not have its own allocator
Show description for 0ace1fbauthored andcommitted
Commits on Jul 26, 2016
Unreviewed, rolling out r203703.
Show description for 98bc157committed[JSC] DFG::Node should not have its own allocator
Show description for d7b4698authored andcommitted
Commits on Mar 18, 2016
Replace all of the various non-working and non-compiling sampling profiler hacks with a single super hack
Show description for 8a3d8c6committed
Filip Pizlo
Commits on Apr 28, 2015
DFG should not use or preserve Phantoms during transformations
Show description for 415093bcommitted
Filip Pizlo
Commits on Apr 27, 2015
Rationalize DFG DCE handling of nodes that perform checks that propagate through AI
Show description for 8a764b8committed
Filip Pizlo
Commits on Apr 23, 2015
Rename HardPhantom to MustGenerate.
Show description for ce9a1b6committed
Filip Pizlo
Commits on Apr 21, 2015
MovHint should be a strong use
Show description for f9b1d91committed
Filip Pizlo
Commits on Mar 26, 2015
Heap variables shouldn't end up in the stack frame
Show description for 329af67committed
Filip Pizlo
Commits on Feb 16, 2015
DFG SSA should use GetLocal for arguments, and the GetArgument node type should be removed
Show description for 4829dd8committed
Filip Pizlo
Commits on Sep 15, 2014
DFG ref count calculation should be reusable
Show description for 8f27288committed
Filip Pizlo
Commits on Sep 9, 2014
DFG should have a reusable SSA builder
Show description for e54caa2committed
Filip Pizlo
Commits on Aug 6, 2014
Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, r171614, r171763 from ftlopt.
Show description for f1003e9committed
Filip PizloMerge r170564, r170571, r170604, r170628, r170672, r170680, r170724, r170728, r170729, r170819, r170821, r170836, r170855, r170860, r170890, r170907, r170929, r171052, r171106, r171152, r171153, r1…
Show description for 22ee46acommitted
Filip Pizlo
Commits on Jul 3, 2014
SSA DCE should process blocks in forward order
Show description for d719310committed
Filip Pizlo
Commits on May 29, 2014
DFG::DCEPhase inserts into an insertion set in reverse, causing hilarious basic block corruption if you kill a lot of NewArrays
Show description for cdfe2b9committed
Filip Pizlo
Commits on Apr 15, 2014
DFG IR should keep the data flow of doubles and int52's separate from the data flow of JSValue's
Show description for 3376a7ccommitted
Filip Pizlo
Commits on Mar 13, 2014
ASSERTION FAILED: node->op() == Phi || node->op() == SetArgument
Show description for b915286committed
Filip Pizlo
Commits on Feb 17, 2014
Move back primary header includes next to config.h
Show description for 9bb13c5committed
Commits on Feb 12, 2014
Inserting a node with a codeOrigin "like" another node should copy both the codeOrigin and codeOriginForExitTarget
Show description for d093a55committed
Filip Pizlo
Commits on Feb 11, 2014
Rename Operations.h to JSCInlines.h
Show description for fcf5bb2committed
Filip Pizlo
Commits on Feb 10, 2014
Unreviewed, roll out http://trac.webkit.org/changeset/163796
Show description for e4a53dbcommitted
Filip Pizlo