Commits
User selector
Commit History
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on Apr 18, 2021
[JSC] Make more DFG/FTL data FixedVector/Vector
Show description for 3f2e067committed
Commits on Jan 19, 2021
[JSC] Implement a B3::Compilation replacement for wasm-llint
Show description for e52f93ccommitted
commit-queue@webkit.org
Commits on May 12, 2020
[clang-tidy] Run modernize-use-override over JSC, then ensure as much as possible is final
Show description for f7abfa5committedUnreviewed, reverting r261542.
Show description for df6c1d8committed
Truitt Savell[clang-tidy] Run modernize-use-override over JSC, then ensure as much as possible is final
Show description for 6643b47committed
Commits on Feb 1, 2020
[JSC] DFG::CommonData::shrinkToFit called before DFG::Plan::reallyAdd is called
Show description for 552ab4ecommitted
Commits on Dec 20, 2018
wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Nov 5, 2018
Fix typos in closing ENABLE guards
Show description for 94b5263committed
Commits on Apr 18, 2018
Templatize CodePtr/Refs/FunctionPtrs with PtrTags.
Show description for 675bff0committed
Mark Lam
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 Nov 27, 2016
[WTF] Import std::optional reference implementation as WTF::Optional
Show description for dd0db06committed
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 Aug 15, 2016
Reduce includes of Debugger.h
Show description for 5206607committed
Commits on Feb 18, 2016
Remove LLVM dependencies from WebKit
Show description for bbc738dcommitted
Filip Pizlo
Commits on Feb 2, 2016
[B3][Win64] Compile fixes.
Show description for 6afd91acommitted
Commits on Jan 30, 2016
JSC Sampling Profiler: Come up with a (program counter => CodeOrigin) mapping
Show description for d707ceecommitted
Commits on Dec 5, 2015
Commits on Dec 3, 2015
FTL B3 should support OSR exit
Show description for f918befcommitted
Filip Pizlo
Commits on Nov 18, 2015
Implement the B3 equivalent of FTLCompile
Show description for 8d20d5ecommitted
Filip Pizlo
Commits on Oct 19, 2015
FTL should generate a unique OSR exit for each duplicated OSR exit stackmap intrinsic.
Show description for 9335f1ccommitted
Commits on Oct 12, 2015
FTL should generate code to call slow paths lazily
Show description for ba756a9committed
Filip Pizlo
Commits on Oct 8, 2015
We should be able to inline getter/setter calls inside an inline cache even when the SpillRegistersMode is NeedsToSpill
Show description for b9d2fe7committed
Commits on Sep 18, 2015
Remove register preservation and restoration stub code
Show description for fe09c30committed
Commits on Sep 10, 2015
Add support for Callee-Saves registers
Show description for 16f8901committed
Commits on Jul 10, 2015
DFG fragile frozen values are fundamentally broken
Show description for b7f4a03committed
Filip Pizlo
Commits on Dec 6, 2014
Fix build with newer versions of clang.
Show description for 190b811committed
Anders Carlsson
Commits on Sep 11, 2014
[JavaScriptCore] Fix FTL on platform EFL.
Show description for 88dff4acommitted
Commits on Feb 20, 2014
Get rid of redundant Platform.h includes
Show description for d946cd4committed
Commits on Feb 19, 2014
FTL should allow LLVM to allocate data sections with alignment > 8
Show description for 4584d18committed
Filip Pizlo