Commits
User selector
Commit History
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
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 Apr 25, 2017
Local CSE wrongly CSEs array accesses with different result types.
Show description for 353b752committed
Mark Lam
Commits on Aug 15, 2016
Remove unused includes of wtf headers
Show description for 128d8bbauthored andcommitted
Commits on Aug 10, 2016
[JSC] Remove some useless code I left when rewriting CSE's large maps
Show description for 648c14dauthored andcommitted
Commits on Mar 21, 2016
Fixed compilation with GCC 4.8.
Show description for dbc3cb2authored andcommitted
Commits on Mar 18, 2016
[JSC] Make CSE's ImpureData faster when dealing with large blocks
Show description for 5236be5authored andcommitted
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 Nov 2, 2015
Dominators should be factored out of the DFG
Show description for 9d73e95committed
Filip Pizlo
Commits on Jun 10, 2015
DFG ASSERTION FAILED: !iterate() on stress/singleton-scope-then-overwrite.js.ftl-eager
Show description for 93f5d2bcommitted
Filip Pizlo
Commits on May 22, 2015
Allow DFGClobberize to return non-node constants that must be later created
Show description for f9df708committed
Basile Clement
Commits on Apr 28, 2015
DFG should not use or preserve Phantoms during transformations
Show description for 415093bcommitted
Filip Pizlo
Commits on Apr 23, 2015
Nodes should have an optional epoch field
Show description for ee11888committed
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 Sep 9, 2014
DFG should have a reusable SSA builder
Show description for e54caa2committed
Filip Pizlo
Commits on Aug 28, 2014
DFG should compute immediate dominators using the O(n log n) form of Lengauer and Tarjan's "A Fast Algorithm for Finding Dominators in a Flowgraph"
Show description for 3952d26committed
Filip Pizlo
Commits on Aug 6, 2014
Commits on Jul 25, 2014
Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, r170017, r170060, r170064 from ftlopt.
Show description for d1dc59dcommitted
Filip Pizlo