Commits
User selector
Commit History
Commits on Dec 10, 2025
Remove various supportsFloatingPoint MacroAssembler methods that are always true
Show description for 10992fecommitted
Commits on Aug 21, 2021
[JSC] Simplify moveIntsToDouble
Show description for 9c8a599committed
Commits on Nov 20, 2019
[ESNext][BigInt] Add support for op_inc
Show description for 7e0f49ecommitted
Robin Morisset
Commits on Nov 13, 2019
Split ArithProfile into a Unary and a Binary version
Show description for 8d957ffcommitted
Robin Morisset
Commits on Nov 9, 2019
Unreviewed, rolling out r252229.
Show description for bd54845committed
Commits on Nov 8, 2019
Split ArithProfile into a Unary and a Binary version
Show description for 9c844d6committed
Robin Morisset
Commits on Nov 4, 2019
Unreviewed, rolling out r252015.
Show description for 619ba0ecommitted
Truitt SavellSplit ArithProfile into a Unary and a Binary version
Show description for a68353bcommitted
Robin Morisset
Commits on Oct 14, 2019
Unreviewed, rolling out r251090.
Show description for f349484committedSplit ArithProfile into a Unary and a Binary version
Show description for aeecb61committed
Robin Morisset
Commits on Sep 19, 2019
Replace JSValue #defines with static constexpr values.
Show description for e36951acommitted
Mark Lam
Commits on Jul 11, 2018
DFG JIT: compileMathIC produces incorrect machine code
Show description for ba7a599committed
Commits on Jan 5, 2018
Unreviewed, rolling out r226434.
Show description for 8dcb9fccommitted[DFG] Unify ToNumber implementation in 32bit and 64bit by changing 32bit Int32Tag and LowestTag
Show description for 6b875a8committed
Commits on Sep 26, 2016
[JSC] Shrink the Math inline caches some more
Show description for 8d8ab46committed
Commits on Jul 27, 2016
MathICs should be able to emit only a jump along the inline path when they don't have any type data
Show description for 9f2a671committed
Commits on Jul 25, 2016
op_mul/ArithMul(Untyped,Untyped) should be an IC
Show description for 8f40efacommitted
Commits on Jul 21, 2016
op_add/ValueAdd should be an IC in all JIT tiers
Show description for f208702committed
Commits on May 10, 2016
Polymorphic operands in operators coerces downstream values to double.
Show description for e96d0eccommitted
Filip Pizlo
Commits on May 6, 2016
[JSC] Get rid of NonNegZeroDouble, it is broken
Show description for 5686bb5authored andcommitted
Commits on Mar 7, 2016
[JSC] Remove a useless "Move" from baseline-JIT op_mul's fast path
Show description for 48651fbcommitted
Commits on Jan 6, 2016
REGRESSION(r194613): JITMulGenerator needs a scratch GPR on 32-bit too.
Show description for 2e6ba03committed
Mark Lam
Commits on Jan 5, 2016
Profiling should detect when multiplication overflows but does not create negative zero.
Show description for 6ebc10ccommitted
Mark Lam
Commits on Dec 18, 2015
Replace SpecialFastCase profiles with ResultProfiles.
Show description for 0bf7341committed
Mark Lam
Commits on Dec 1, 2015
Refactor the op_add, op_sub, and op_mul snippets to use the SnippetOperand class.
Show description for 47c934ecommitted
Mark Lam
Commits on Nov 19, 2015
Snippefy op_mul for the baseline JIT.
Show description for fc3b0d7committed
Mark Lam
Loading