Commits
User selector
Commit History
Commits on Jul 15, 2021
Non-unified build fixes, mid-July 2021 edition
Show description for eb3ebb4committed
Commits on Jul 8, 2021
display-profiler-output should be able to print disassembly for the FTL
Show description for 3812f20committed
Commits on Jun 12, 2021
We should drop B3 values while running Air
Show description for 7e0ab48committed
Robin Morisset
Commits on Jun 8, 2021
Unreviewed, reverting r278371 and r278463.
Show description for 8be6104committed
Commits on Jun 2, 2021
We should drop B3 values while running Air
Show description for 899a26acommitted
Robin Morisset
Commits on May 26, 2021
Merge all the JIT worklists into a shared worklist
Show description for e42c8decommitted
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Jan 31, 2020
Some improvements to DFG and FTL dumps to improve readability and searchability.
Show description for a919076committed
Mark Lam
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Jul 24, 2018
Refactoring: make DFG::Plan a class.
Show description for 2409068committed
Mark Lam
Commits on Jul 8, 2018
[JSC] Optimize layout of CodeBlock to reduce padding
Show description for 28abc16committed
Commits on Apr 18, 2018
Templatize CodePtr/Refs/FunctionPtrs with PtrTags.
Show description for 675bff0committed
Mark Lam
Commits on Apr 21, 2017
Remove unused lamda captures
Show description for 99507decommitted
Commits on Feb 18, 2016
Remove LLVM dependencies from WebKit
Show description for bbc738dcommitted
Filip Pizlo
Commits on Feb 3, 2016
[GTK][EFL] Switch FTL to B3
Show description for efb78eacommitted
Commits on Jan 22, 2016
B3 CSE should be able to match a full redundancy even if none of the matches dominate the value in question
Show description for abd7613committed
Filip Pizlo
Commits on Jan 7, 2016
FTL B3 getById() should do exceptions
Show description for 24b0025committed
Filip Pizlo
Commits on Dec 22, 2015
FTL B3 does not logicalNot correctly
Show description for 5a22d96committed
Filip Pizlo
Commits on Dec 3, 2015
FTL B3 should support OSR exit
Show description for f918befcommitted
Filip Pizlo
Commits on Dec 2, 2015
[ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
Show description for f71238bcommittedUnreviewed, rolling out r192914.
Show description for 431dcaecommitted
Commits on Dec 1, 2015
[ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
Show description for f52623ecommitted
Commits on Nov 19, 2015
FTL should be able to compile a small function with B3
Show description for 375b78fauthored andcommitted
Commits on Nov 18, 2015
[JSC] Make LBasicBlock into an alias for B3::BasicBlock. #ifdef anything that does not compile
Show description for c8ffc84authored andcommitted
[JSC] Untangle the dependencies on FTLAbbreviations a bit
Show description for a774e68authored andcommitted
Commits on Nov 10, 2015
Implement try/catch in the FTL
Show description for 0ee8335committed
Commits on Jul 29, 2015
Remove native call inlining
Show description for db32df5committed
Basile Clement
Commits on Mar 26, 2015
Unreviewed, fixes to silly things. While landing fixes to r181993, I introduced crashes. This fixes them.
Show description for ea89348committed
Filip Pizlo
Commits on Feb 18, 2015
DFG should really support varargs
Show description for b90c23dcommitted
Filip Pizlo
Commits on Dec 4, 2014
Move JavaScriptCore/dfg to std::unique_ptr
Show description for 3af795acommitted
Gyuyoung Kim
Commits on Sep 11, 2014
[JavaScriptCore] Fix FTL on platform EFL.
Show description for 88dff4acommitted
Commits on Aug 6, 2014
[JSC] Build fix for FTL on EFL after ftlopt merge
Show description for 661ece0committed
Commits on Jul 23, 2014
Merge r169628 from ftlopt.
Show description for b1d6540committed
Filip Pizlo
Commits on Jan 29, 2014
Merge the jsCStack branch
Show description for a3ac51dcommitted
Commits on Oct 10, 2013
FTL: Soft-link LLVM as a workaround for LLVM's static initializers and exit-time destructors
Show description for 539352bcommitted
Filip Pizlo