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 Jul 17, 2020
[WTF] Remove the unnecessary inner class DefaultHash<T>::Hash
Show description for 247ce69committed
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 7, 2020
Most of B3 and Air does not need to include CCallHelpers.h
Show description for 158a684committed
Robin Morisset
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 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 May 6, 2017
WebAssembly: Air::Inst::generate crashes on large binary on A64
Show description for 98655afcommitted
Commits on Nov 27, 2016
[WTF] Import std::optional reference implementation as WTF::Optional
Show description for dd0db06committed
Commits on Sep 30, 2016
Air should have a way of expressing additional instruction flags
Show description for 01b72d8committed
Filip Pizlo
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 Feb 15, 2016
[JSC] Improve the interface of Inst::shouldTryAliasingDef()
Show description for 0b6f508authored andcommitted
Commits on Feb 12, 2016
[JSC] On x86, improve the selection of which value are selected for the UseDef part of commutative operations
Show description for 0ef8d93committed
Commits on Jan 19, 2016
FTL B3 should be just as fast as FTL LLVM on Octane/crypto
Show description for 4593240committed
Filip Pizlo
Commits on Dec 4, 2015
B3 Patchpoint and Check opcodes should be able to specify WarmAny, ColdAny, and LateColdAny
Show description for af93be9committed
Filip Pizlo
Commits on Nov 17, 2015
CheckAdd/Mul should have commutativity optimizations in B3->Air lowering
Show description for a28f856committed
Filip Pizlo
Commits on Nov 10, 2015
[B3] Add more tests for Check and fix bugs this found
Show description for 7a98c59committed
Filip Pizlo
Commits on Nov 5, 2015
B3->Air lowering should have a story for compare-branch fusion
Show description for 9597528committed
Filip Pizlo
Commits on Oct 28, 2015
Create a super rough prototype of B3
Show description for a6816fccommitted
Filip Pizlo
Loading