Commits
User selector
Commit History
Commits on Aug 21, 2021
[JSC] Simplify moveIntsToDouble
Show description for 9c8a599committed
Commits on Apr 14, 2021
Keep UniqueRef<MathICGenerationState> instead of MathICGenerationState in HashTables
Show description for f40b3ceauthored andcommitted
Commits on Sep 29, 2020
Use JSC_DECLARE_JIT_OPERATION / JSC_DECLARE_CUSTOM_GETTER / JSC_DECLARE_CUSTOM_SETTER
Show description for a509b3acommitted
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on May 13, 2020
Making 32-bits JIT build without Unified Build system
Show description for 9623537committed
Commits on Apr 19, 2020
Support an inlined representation in JSValue of small BigInts ("BigInt32")
Show description for b7d6325committed
Robin Morisset
Commits on Mar 7, 2020
Add "AndOrdered" to the names of ordered DoubleConditions.
Show description for 0487e4fcommitted
Mark Lam
Commits on Jan 17, 2020
Reland bytecode checkpoints since bugs have been fixed
Show description for 198b075committed
Commits on Jan 15, 2020
Revert bytecode checkpoints since it breaks watch
Show description for 356c0f3committed
Commits on Dec 24, 2019
DFG/FTL should be able to exit to the middle of a bytecode
Show description for c131525committed
Commits on Dec 10, 2019
Reduce JSC's binary size
Show description for 12bbe89committed
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 31, 2019
[WebAssembly] Create a Wasm interpreter
Show description for 21edee6committed
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
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 May 13, 2019
[JSC] Compress miscelaneous JIT related data structures with Packed<>
Show description for df1d803committed
Commits on Feb 21, 2019
Add code to validate expected GC activity modelled by doesGC() against what the runtime encounters.
Show description for 0e7ae34committed
Mark Lam
Commits on Jan 18, 2019
Audit bytecode fields and ensure that LLInt instructions for accessing them are appropriate.
Show description for 51e1ecbcommitted
Mark Lam
Commits on Jan 16, 2019
Refactor new bytecode structs so that the fields are prefixed with "m_".
Show description for a8f0fc5committed
Mark Lam
Commits on Nov 30, 2018
[BigInt] Implement ValueBitXor into DFG
Show description for eee9ccecommitted
Commits on Nov 27, 2018
Re-introduce op_bitnot
Show description for c43e777committed
Commits on Oct 29, 2018
New bytecode format for JSC
Show description for c57dd45committed
Commits on Oct 26, 2018
Unreviewed, rolling out r237479 and r237484.
Show description for 0e37616committedNew bytecode format for JSC
Show description for 83d3012committed
Commits on Oct 7, 2018
[ESNext][BigInt] Implement support for "|"
Show description for b762a3ecommitted
Commits on Sep 29, 2018
[ESNext][BigInt] Implement support for "&"
Show description for df42c58committed
Commits on May 22, 2018
[JSC] Remove duplicate methods in JSInterfaceJIT
Show description for 5a6151ccommitted
Commits on May 17, 2018
[JSC] Use AssemblyHelpers' type checking functions as much as possible
Show description for 6c9de91committed
Commits on Apr 18, 2018
Templatize CodePtr/Refs/FunctionPtrs with PtrTags.
Show description for 675bff0committed
Mark Lam