Commits
User selector
Commit History
Commits on Sep 16, 2021
Unreviewed, reverting r282478.
Show description for 9539676committedFix crash in 32 bits due to not enough scratch registers available
Show description for 2717700authored andcommitted
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 3, 2021
Unreviewed, non-unified JSC build fix following 241222@main.
Show description for 95d6aadcommitted[JSC] Validate JSPropertyNameEnumerator via watchpoints
Show description for 36e377ccommitted
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 31, 2021
Baseline JIT's in_by_val and emitHasPrivate should load the property before branching on if the base is a cell
Show description for 31b5b35committed
Commits on Aug 30, 2021
RISCV64 support in LLInt
Show description for d9b48ebcommitted
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 23, 2021
[JSC] emitArrayProfilingSiteWithCell should not load indexingType unnecessarily
Show description for 31407a6committed
Commits on Aug 21, 2021
[JSC] Simplify moveIntsToDouble
Show description for 9c8a599committed
Commits on Aug 19, 2021
[JSC] Remove op_has_indexed_property related code
Show description for 298ab9bcommitted
Commits on Aug 7, 2021
for-in should only emit one loop in bytecode
Show description for af53d48committed
Commits on Aug 5, 2021
GCC 11 builds should use -Wno-array-bounds, -Wno-nonnull
Show description for bd938edauthored andcommitted
Commits on Jul 30, 2021
Add Pre/Post-Indexed Address Mode to Air for ARM64
Show description for e00649acommitted
Commits on Jul 16, 2021
Unreviewed, reverting r279916.
Show description for af177c0committed
Commits on Jul 15, 2021
JITWorklist::waitUntilAllPlansForVMAreReady() should also be notified when plans are cancelled.
Show description for d20124ccommitted
Mark Lam
Commits on Jul 14, 2021
Convert small JIT pool tests into executable fuzzing
Show description for e091065committedlibpas executable-allocator should reserve more than 256KB for non-fail region at least
Show description for c5331b8committed
Commits on Jul 13, 2021
New malloc algorithm
Show description for b6d532acommittedRevert r277027: breaks GC.
Show description for c70afbfcommitted
Mark Lam
Commits on Jul 12, 2021
[JSC] JITCage already includes guard pages
Show description for f8f7f74committed
Commits on Jul 7, 2021
fitcored crashes at JavaScriptCore: JSC::Heap::releaseAccessSlow
Show description for 3b93f52committedUnreviewed, 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 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