Commits
User selector
Commit History
Commits on Sep 22, 2021
Reduce use of makeRef() and use Ref { } instead
Show description for 4f53761committed
Commits on Sep 17, 2021
Move some profiling to UnlinkedCodeBlock
Show description for b366e7ecommitted
Commits on Sep 16, 2021
Unreviewed, reverting r282478.
Show description for 9539676committed
Commits on Sep 15, 2021
Move some profiling to UnlinkedCodeBlock
Show description for 0bdcc56committed
Commits on Sep 9, 2021
[JSC] Optimize op_get_property_enumerator further
Show description for c9d673ecommitted
Commits on Sep 2, 2021
[JSC] ScriptExecutable::newCodeBlockFor should handle exceptions more predictably
Show description for 7c23aa1committedAdd more support for JIT operation validation testing.
Show description for 41bdcb7committed
Mark Lam
Commits on Aug 30, 2021
RISCV64 support in LLInt
Show description for d9b48ebcommitted
commit-queue@webkit.org
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[Re-landing] Add some offlineasm enhancements.
Show description for 4427c9fcommitted
Mark Lam
Commits on Aug 24, 2021
Add for-in OwnStructureMode optimizations to LLInt
Show description for 7f6fd33committedUnreviewed, reverting r281321.
Show description for 9bd1b99committed
Commits on Aug 20, 2021
Add some offlineasm enhancements.
Show description for c209a4ccommitted
Mark Lam
Commits on Aug 16, 2021
Ensure that unused LLInt opcodes are not inadvertently used.
Show description for bb29688committed
Mark Lam
Commits on Aug 9, 2021
Adding missing REFERENCED_FROM_ASM annotations to facilitate LTO
Show description for 2a6731bauthored andcommitted
Commits on Aug 7, 2021
for-in should only emit one loop in bytecode
Show description for af53d48committed
Commits on Jul 7, 2021
Unreviewed, reverting r279546, r279554, r279558 and r279567.
Show description for d033331committed
Commits on Jul 3, 2021
[WebIDL] Rework runtime enabled properties leveraging PropertyCallback
Show description for a55a807committed
Commits on Jun 28, 2021
Add LLInt fast path for less, lesseq, greater and greatereq
Show description for 23d9da5authored andcommitted
Commits on Jun 24, 2021
[JSC] Implement returnEarlyFromInfiniteLoopsForFuzzing for 32bits
Show description for 982695aauthored andcommitted
Commits on Jun 22, 2021
jitCompileAndSetHeuristics shouldn't return true when we fail to compile
Show description for da9b14fcommitted[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 8, 2021
[JSC] Use ResolvedClosureVar to get brand from scope
Show description for 2238709committed
Commits on Jun 4, 2021
[JSC] Implement JIT ICs for InByVal
Show description for 64dfd00committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 27, 2021
[JSC] Fix crash on 32-bit big endian systems.
Show description for e5b1ed6authored andcommitted
Commits on May 26, 2021
Merge all the JIT worklists into a shared worklist
Show description for e42c8decommitted
Commits on May 23, 2021
Enhance Link Buffer stats to have more fine grain profiles, and to collect count information.
Show description for 2dba95ecommitted
Mark LamSupport Ergonomic Brand Checks proposal (`#x in obj`)
Show description for e40702bcommitted
Commits on May 19, 2021
[JSC] Prune CommonSlowPaths of JITPropertyAccess functions
Show description for 7f7b0e6committed
Commits on May 10, 2021
Add support to collect stats on cumulative LinkBuffer linked sizes based on profiles.
Show description for f551322committed
Mark Lam
Commits on May 3, 2021
[WASM-Function-References] Add call_ref instruction
Show description for e772c5bauthored andcommitted