Commits
User selector
Commit History
Commits on Sep 22, 2021
[JSC] CompareStrictEq is omitting String check incorrectly
Show description for 2fd346bcommitted
Commits on Sep 21, 2021
Differential testing: live statement don't execute
Show description for b1ac2b3committed
Justin Michaud
Commits on Sep 9, 2021
[JSC] Optimize op_get_property_enumerator further
Show description for c9d673ecommittedDifferential testing: incorrect constant propagation around Uint8ClampedArray
Show description for 4d2ae24committed
Justin MichaudOptimize compareStrictEq when neither side is a double and at least one is not a BigInt
Show description for e539afdcommitted
Robin Morisset
Commits on Sep 3, 2021
[JSC] Validate JSPropertyNameEnumerator via watchpoints
Show description for 36e377ccommitted
Commits on Sep 2, 2021
Add more support for JIT operation validation testing.
Show description for 41bdcb7committed
Mark Lam
Commits on Sep 1, 2021
REGRESSION(r279256): Crash in JSC::FTL::saveAllRegisters
Show description for b39d2c8committed
commit-queue@webkit.org
Commits on Aug 27, 2021
[JSC] op_put_private_name should use modern IC and remove ByValInfo
Show description for a3de04acommitted
Commits on Aug 26, 2021
[JSC] Polymorphic PutByVal
Show description for ef27e81committed
Commits on Aug 25, 2021
Add for-in OwnStructureMode optimizations to LLInt
Show description for 8d3f988committedUnreviewed, reverting r281523.
Show description for a08fdf2committed
Commits on Aug 24, 2021
Add for-in OwnStructureMode optimizations to LLInt
Show description for 7f6fd33committed
Commits on Aug 21, 2021
[JSC] Simplify moveIntsToDouble
Show description for 9c8a599committed
Commits on Aug 13, 2021
EnumeratorNextUpdatePropertyName always needs to be able to handle IndexedMode
Show description for 7d7525fcommitted
Commits on Aug 9, 2021
Fix yet another -Wreturn-type warning
Show description for d24e2f8authored andcommittedRevert bad assert about the number of upsilons going into a phi
Show description for 6c14490committed
Commits on Aug 7, 2021
for-in should only emit one loop in bytecode
Show description for af53d48committed
Commits on Jul 22, 2021
AirStackSlot's uint16_t byte size is too small
Show description for d9a9aa8committed
Commits on Jul 21, 2021
speculateNeitherDoubleNorStringNorHeapBigInt should only have a single JSType branch
Show description for 294f061committed
Commits on Jul 16, 2021
Grab the lock in FTL::Thunks::keyForSlowPathCallThunk
Show description for 04841c1committed
Commits on Jul 15, 2021
Non-unified build fixes, mid-July 2021 edition
Show description for eb3ebb4committed
Commits on Jul 8, 2021
display-profiler-output should be able to print disassembly for the FTL
Show description for 3812f20committed[JSC] Fix Object.assign fast path to accept undefined/null
Show description for ec50d93committed
Commits on Jul 6, 2021
[JSC] Optimize Object.assign and putDirectInternal
Show description for cb3e0dccommitted
Commits on Jun 29, 2021
Add a new pattern to instruction selector to use BIC supported by ARM64
Show description for 4518bbfauthored andcommitted
Commits on Jun 25, 2021
Use ldp and stp more for saving / restoring registers on ARM64.
Show description for 37b6b28committed
Mark Lam
Commits on Jun 24, 2021
Unreviewed, build fix for ARM64
Show description for 2fdf759committed[JSC] Implement returnEarlyFromInfiniteLoopsForFuzzing for 32bits
Show description for 982695aauthored andcommitted
Commits on Jun 22, 2021
[JSC] Add JIT ICs for `#x in obj` feature
Show description for 57ebbb5committed
Commits on Jun 18, 2021
Rename numberOfPACBits to maxNumberOfAllowedPACBits.
Show description for f596624committed
Mark Lam
Commits on Jun 16, 2021
Don't look at the (non-existent) child2 of DelById
Show description for c778a31committed
Robin MorissetDrop the FTL(DFG) graph after lowering to B3
Show description for 1ba1f94committed
Robin MorissetRegisterSet should be smaller
Show description for 0f3767acommitted
Filip Pizlo
Commits on Jun 15, 2021
Move setting of scratch buffer active lengths to the runtime functions.
Show description for 4d14205committed
Mark Lam