source: webkit/trunk/Source/JavaScriptCore/dfg/DFGLICMPhase.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @279126   4 years sbarati jitCompileAndSetHeuristics shouldn't return true when we fail to …
(edit) @264133   5 years sbarati Add a fuzzing toggle for LICM …
(edit) @261755   5 years ross.kirsling [IWYU] Remove unnecessary includes from JSC implementation files …
(edit) @250005   6 years mark.lam Use constexpr instead of const in symbol definitions that are …
(edit) @244579   6 years sbarati LICM incorrectly assumes it'll never insert a node which provably OSR …
(edit) @242276   6 years rmorisset DFG: Loop-invariant code motion (LICM) should not hoist dead code …
(edit) @232075   7 years sbarati DFG::LICMPhase should attempt to hoist edge type checks if hoisting …
(edit) @232000   7 years fpizlo DFG should inline InstanceOf ICs …
(edit) @231185   7 years fpizlo LICM shouldn't hoist nodes if hoisted nodes exited in that code block …
(edit) @228565   7 years sbarati Fix bugs from r228411 https://bugs.webkit.org/show_bug.cgi?id=182851
(edit) @228411   7 years sbarati Add a GetIndexMask node and make it an input to GetByVal for array and …
(edit) @228035   7 years sbarati Make various DFG_ASSERTs provide more data to WTFCrashWithInfo …
(edit) @226928   7 years sbarati Move ExitProfile to UnlinkedCodeBlock so it can be shared amongst …
(edit) @225966   7 years sbarati The CleanUp after LICM is erroneously removing a Check …
(edit) @222007   8 years utatane.tea [JSC] Move class/struct used in other class' member out of anonymous …
(edit) @221196   8 years sbarati Support compiling catch in the DFG …
(edit) @221176   8 years commit-queue Unreviewed, rolling out r221119, r221124, and r221143. …
(edit) @221119   8 years sbarati Support compiling catch in the DFG …
(edit) @219702   8 years cdumez Replace calls to Vector::resize() with calls to more efficient …
(edit) @210023   8 years annulen Modernize for loops in JSC …
(edit) @203808   9 years commit-queue [JSC] DFG::Node should not have its own allocator …
(edit) @203704   9 years benjamin Unreviewed, rolling out r203703. It breaks some internal tests …
(edit) @203703   9 years commit-queue [JSC] DFG::Node should not have its own allocator …
(edit) @202790   9 years fpizlo DFG LICM needs to go all-in on the idea that some loops can't be …
(edit) @201182   9 years fpizlo DFG::LICMPhase shouldn't hoist type checks unless it knows that the …
(edit) @198364   9 years fpizlo Replace all of the various non-working and non-compiling sampling …
(edit) @191870   10 years fpizlo Dominators should be factored out of the DFG …
(edit) @190896   10 years fpizlo GC should have a Baker barrier for concurrent copying …
(edit) @189126   10 years fpizlo LICM should be sound even if the CFG has changed …
(edit) @189070   10 years fpizlo Unreviewed, fix some FIXMEs and add some new ones, based on things …
(edit) @188771   10 years fpizlo DFG::NodeOrigin should have a flag determining if exiting is OK right …
(edit) @184646   10 years fpizlo Add some assertions about the CFG in the loop pre-header creation …
(edit) @184405   10 years basile_clement DFGLICMPhase shouldn't create NodeOrigins with forExit but without …
(edit) @183719   10 years fpizlo Unreviewed, add a FIXME referencing …
(edit) @183718   10 years fpizlo Unreviewed, add FIXMEs referencing …
(edit) @183497   10 years fpizlo DFG should not use or preserve Phantoms during transformations …
(edit) @183094   10 years fpizlo DFG should allow Phantoms after terminals …
(edit) @173413   11 years fpizlo DFG should have a reusable SSA builder …
(edit) @172129   11 years fpizlo Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, …
(edit) @171613   11 years fpizlo Merge r169795, r169819, r169864, r169902, r169949, r169950, r170016, …
(edit) @164229   11 years ossy Move back primary header includes next to config.h …
(edit) @163946   11 years fpizlo Inserting a node with a codeOrigin "like" another node should copy …
(edit) @163879   11 years fpizlo LICM should gracefully handle unprofiled code …
(edit) @163844   11 years fpizlo Rename Operations.h to JSCInlines.h …
(edit) @163802   11 years fpizlo Unreviewed, roll out http://trac.webkit.org/changeset/163796 The …
(edit) @163796   11 years commit-queue Remove extra includes from DFG …
(edit) @163760   11 years fpizlo Never include *Inlines.h files in interface headers, and never include …
(edit) @161126   11 years fpizlo Get rid of DFG forward exiting …
(edit) @155281   12 years fpizlo FTL should support typed array PutByVal …
(add) @153295   12 years oliver fourthTier: DFG should do a high-level LICM before going to FTL …
Note: See TracRevisionLog for help on using the revision log.