Commits
User selector
Commit History
Commits on Mar 21, 2025
[JSC] Add MulHigh
Show description for a4cc57dcommitted
Commits on Nov 19, 2024
Replace WTF::bitwise_cast with std::bit_cast
Show description for 6ef08d1committed
Commits on Sep 20, 2024
[JSC] Optimize Compare + SShr
Show description for 4d69e97committed
Commits on Jun 1, 2024
Use "= default" for constructor and destructor in JSC code
Show description for f61dcc3committed
Ahmad Saleem
Commits on Oct 6, 2022
Revert clang-tidy change since it broke 32bit and watchOS
Show description for aabfacbcommitted
Commits on Sep 18, 2022
Ran clang-tidy on JSC, WTF and bmalloc
Show description for 700ac83committed
Commits on Jun 2, 2021
Rename Checked::unsafeGet() to Checked::value()
Show description for 2283824committed
Commits on Mar 17, 2021
Fixed undefined behavior bug in Const32Value::checkNegConstant().
Show description for 7b56d05committed
Mark Lam
Commits on May 1, 2020
TriState should be an enum class and use "Indeterminate" instead of "Mixed"
Show description for fe970f5committed
Commits on Apr 15, 2019
B3::Value should have different kinds of adjacency lists
Show description for 402606bcommitted
Robin Morisset
Commits on Mar 11, 2018
[B3] Above/Below should be strength-reduced for comparison with 0
Show description for ea98cb6committed
Commits on Nov 17, 2016
Add support for rotate in B3 and the relevant assemblers
Show description for 76fbaf8committed
Commits on Nov 16, 2016
B3 should support UDiv/UMod
Show description for c9f0154committed
Commits on May 20, 2016
[JSC] Improve int->float conversion in FTL
Show description for eb1c5edauthored andcommitted
Commits on Jan 21, 2016
B3 should have basic path specialization
Show description for 34fdfd6committed
Filip Pizlo
Commits on Dec 11, 2015
[JSC] Add a Modulo operator to B3, and a chill variant
Show description for 7e73276authored andcommitted
Commits on Dec 8, 2015
[JSC] Add Float support to B3
Show description for f1238f0authored andcommitted
Commits on Nov 17, 2015
CheckAdd/Mul should have commutativity optimizations in B3->Air lowering
Show description for a28f856committed
Filip Pizlo
Commits on Nov 13, 2015
B3 should be able to compile programs with CheckAdd, CheckSub, and CheckMul
Show description for 8ae14decommitted
Filip Pizlo
Commits on Nov 11, 2015
B3 should be able to compile and canonicalize Mul
Show description for dd26769committed
Filip PizloB3 should be able to compile a program with ChillDiv
Show description for 744ac6dcommitted
Filip Pizlo
Commits on Nov 5, 2015
B3->Air lowering should have a story for compare-branch fusion
Show description for 9597528committed
Filip Pizlo[JSC] Add B3-to-Air lowering for the shift opcodes
Show description for 7232776authored andcommitted
Commits on Nov 4, 2015
[JSC] Add B3-to-Air lowering for BitXor
Show description for 3d73150authored andcommitted
B3::Stackmap should be a superclass of B3::PatchpointValue and B3::CheckValue rather than being one of their members
Show description for fd688e8committed
Filip Pizlo
Commits on Nov 3, 2015
[JSC] Add Air lowering for BitOr and impove BitAnd
Show description for 359c965authored andcommitted
Commits on Oct 30, 2015
B3 should be able to compile a control flow diamond
Show description for 87cb831committed
Filip Pizlo
Commits on Oct 28, 2015
Create a super rough prototype of B3
Show description for a6816fccommitted
Filip Pizlo
Loading