Commits
User selector
Commit History
Commits on Sep 17, 2021
Unbreak GCC_OFFLINEASM_SOURCE_MAP when LTO is in use
Show description for 3637010committed
Commits on Sep 8, 2021
[JSC] Implement Temporal.PlainTime
Show description for 3b99c5bcommitted
Commits on Sep 3, 2021
[JSC] Implement Temporal.TimeZone
Show description for f876233committed
Commits on Sep 2, 2021
Add more support for JIT operation validation testing.
Show description for 41bdcb7committed
Mark Lam
Commits on Sep 1, 2021
[JSC] Implement Temporal.Duration
Show description for 342010dcommitted
Commits on Aug 31, 2021
[JSC] Implement Temporal.Calendar
Show description for 8add561committed
Commits on Aug 30, 2021
RISCV64 support in LLInt
Show description for d9b48ebcommitted
commit-queue@webkit.org
Commits on Aug 28, 2021
[PlayStation][CMake] Add control over whether JavaScriptCore should be shared
Show description for c079cbbcommitted
Commits on Aug 26, 2021
[AppleWin] JSC build failure
Show description for 74bd0dacommitted
Commits on Aug 20, 2021
[JSC] Remove MacroAssemblerX86
Show description for 21ea32fcommitted
Commits on Jul 16, 2021
[JSC] SamplingProfiler should recognize RegExp execution
Show description for ba81330committed
Commits on Jul 13, 2021
New malloc algorithm
Show description for b6d532acommittedRevert r277027: breaks GC.
Show description for c70afbfcommitted
Mark Lam
Commits on Jul 7, 2021
[JSC] Implement Temporal
Show description for 4a60684authored 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 10, 2021
[JSC] Rename *ByIdVariant to *ByVariant and *ByKind::Normal to *ByKind::ById
Show description for 70ea462committed
Commits on Jun 4, 2021
Optimize Function.prototype.toString
Show description for 83d3986committed
Commits on May 28, 2021
Stop using UncheckedLock in JSDOMGlobalObject
Show description for 43346eccommitted
Commits on May 26, 2021
Merge all the JIT worklists into a shared worklist
Show description for e42c8decommitted
Commits on May 12, 2021
Implement some common Baseline JIT slow paths using JIT thunks.
Show description for 335209ccommitted
Mark Lam
Commits on May 5, 2021
Enable incremental sweeping of GCAwareJITStubRoutines.
Show description for 74787e7committed
Mark Lam
Commits on Apr 27, 2021
Move ExceptionExpectation into its own .h file.
Show description for d9debf5committed
Mark Lam
Commits on Apr 15, 2021
Optimize the DeferTermination scope to be more efficient.
Show description for 97a7d4bcommitted
Mark LamRefactor inline functions out of HashMapImpl.h into HashMapImplInlines.h.
Show description for fc72f41committed
Mark Lam
Commits on Apr 10, 2021
Enable VMTraps checks in RETURN_IF_EXCEPTION.
Show description for 342fdbacommitted
Mark Lam
Commits on Apr 1, 2021
Optimize createListFromArrayLike() and Proxy's [[OwnPropertyKeys]] method
Show description for d5ecf94committed
Commits on Mar 31, 2021
JSGlobalObject's m_customGetterFunctionMap and m_customSetterFunctionMap should be sets, not maps, and should use both the identifier and function pointer as the key
Show description for fd90d87committed
Sam Weinig
Commits on Mar 30, 2021
Add Options::exitOnResourceExhaustion() to enable exiting instead of crashing on resource exhaustion.
Show description for 4c8bbbdcommitted
Mark Lam
Commits on Mar 26, 2021
[CMake] Deprecate using DERIVED_SOURCES_DIR/FOWARDING_HEADERS_DIR directly
Show description for d174fa3committed
Commits on Mar 16, 2021
[CMake] Build fails on RISC-V with GCC 11
Show description for e11ec77authored andcommitted
Commits on Mar 5, 2021
[CMake] Bump cmake_minimum_required version to 3.12 or later
Show description for 5ee7903committed
Commits on Feb 22, 2021
Unreviewed, fix CMake build.
Show description for 97abb89committed
Commits on Feb 19, 2021
Implement a GC verifier.
Show description for c3ca5dccommitted
Mark Lam
Commits on Feb 15, 2021
[JSC] PropertySlot should allow passing custom setters
Show description for 2b233c8committed
Commits on Feb 12, 2021
Move RootMarkReason out of SlotVisitor.
Show description for 5b5303ccommitted
Mark Lam