Commits
User selector
Commit History
Commits on May 11, 2020
[clang-tidy] Run modernize-use-nullptr over JSC
Show description for 82fa9aecommitted
Commits on Feb 24, 2019
Remove dead code: AdjacencyList::justOneChild()
Show description for 3b1d08bcommitted
Robin Morisset
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 Jun 25, 2017
Remove excessive headers from JavaScriptCore
Show description for 10859d7committed
Commits on Sep 28, 2016
Unreviewed, rolling out r206522.
Show description for 80675e4committedUnreviewed, rolling out r206506.
Show description for 16139c4committedAdopt #pragma once in JavaScriptCore
Show description for 359b077authored andcommitted
Commits on Apr 28, 2015
DFG should not use or preserve Phantoms during transformations
Show description for 415093bcommitted
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
Commits on Feb 20, 2014
Get rid of redundant Platform.h includes
Show description for d946cd4committed
Commits on Feb 10, 2014
Unreviewed, roll out http://trac.webkit.org/changeset/163796
Show description for e4a53dbcommitted
Filip PizloRemove extra includes from DFG
Show description for a762db7authored andcommitted
Commits on Jul 25, 2013
fourthTier: DFG should have an SSA form for use by FTL
Show description for 6d88883committed
Commits on Mar 20, 2013
DFG implementation of op_strcat should inline rope allocations
Show description for a08d4f3committed
Filip Pizlo
Commits on Feb 21, 2013
DFG should not change its mind about what type speculations a node does, by encoding the checks in the NodeType, UseKind, and ArrayMode
Show description for bd5859fcommitted
Filip Pizlo
Commits on Jan 29, 2013
DFG should not use a graph that is a vector, Nodes shouldn't move after allocation, and we should always refer to nodes by Node*
Show description for 92bc7cecommitted
Filip Pizlo
Commits on Jan 20, 2013
Inserting a node into the DFG graph should not require five lines of code
Show description for 6df1474committed
Filip Pizlo
Commits on Sep 13, 2012
JSC should have property butterflies
Show description for 0400d28committed
Filip Pizlo
Commits on May 24, 2012
DFG should optimize aliased uses of the Arguments object of the current call frame
Show description for cc6609ccommitted
Filip Pizlo
Commits on May 18, 2012
DFG should have control flow graph simplification
Show description for 89e17b4committed
Filip PizloDFG should have constant propagation
Show description for 1375874committed
Filip Pizlo
Commits on Mar 19, 2012
DFG NodeUse should be called Edge and NodeReferenceBlob should be called AdjacencyList
Show description for 3f4fb8fcommitted
Filip Pizlo
Loading