Commits
User selector
Commit History
Commits on Mar 29, 2021
[JSC] Use helper method when possible to store data in the callframe header
Show description for 2302403committed
commit-queue@webkit.org
Commits on Mar 26, 2021
validate untagArrayPtr
Show description for 192dc69committed
Commits on Mar 3, 2021
[WASM-Function-References] Extend wasm type with type index
Show description for 0f1ff8eauthored andcommitted
Commits on Jan 14, 2021
[JSC] Implement a B3::ValueRep replacement for wasm-llint
Show description for 57d0fb2authored andcommitted
Commits on Jan 5, 2021
[WASM] [BigInt] Add I64 to BigInt conversion
Show description for 3140f4acommitted
Commits on Nov 18, 2020
Unreviewed, relanding r269940
Show description for 704d5c7committedUnreviewed, reverting r269940.
Show description for bad0404committed[JSC] Implement WebAssembly.Memory with shared
Show description for 80581efcommitted
Commits on Nov 7, 2020
[WASM-References] Rename anyref to externref
Show description for 2d77a71authored andcommitted
Commits on Aug 2, 2020
Unreviewed, reverting r265151.
Show description for d8c1edecommitted
Commits on Jul 31, 2020
validate untagArrayPtr
Show description for 0fb0b2fcommitted
Commits on Jul 1, 2020
Rename zeroExtend32ToPtr to zeroExtend32ToWord
Show description for e9e3831committed
Commits on May 23, 2020
Fix non-unified builds for x86_64
Show description for d7498f3committed
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Oct 31, 2019
[WebAssembly] Create a Wasm interpreter
Show description for 21edee6committed
Commits on Oct 24, 2019
[JSC] Properly organize wasm operations
Show description for 3cdc311committed
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Oct 1, 2019
Add support for the Wasm multi-value proposal
Show description for fbf1012committed
Commits on Sep 18, 2019
Unreviewed, rolling out r250002.
Show description for 1bbdf79committed
Commits on Sep 17, 2019
Change WebAssembly calling conventions
Show description for 22686f7committed
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Jun 19, 2019
[WASM-References] Rename anyfunc to funcref
Show description for 9551a06committed
Justin Michaud
Commits on Jun 17, 2019
[WASM-References] Add support for Funcref in parameters and return types
Show description for 421b27bcommitted
Justin Michaud
Commits on Jun 14, 2019
Restore PAC based cage.
Show description for 148bd6bcommitted
Commits on Jun 12, 2019
Unreviewed, rolling out r246322.
Show description for acaf7c1committed
Commits on Jun 11, 2019
Roll out PAC cage
Show description for 3146c2dcommitted
Commits on Jun 9, 2019
Unreviewed, rolling out r246150, r246160, and r246166.
Show description for 775aca2committed
Commits on Jun 6, 2019
Reenable Gigacage on ARM64.
Show description for 906bc2ccommitted
Commits on May 18, 2019
[WASM-References] Add support for Anyref in parameters and return types, Ref.null and Ref.is_null for Anyref values.
Show description for b5f08c5committed
Justin Michaud
Commits on May 17, 2019
Wasm should cage the memory base pointers in structs
Show description for 7fd5b1dcommitted
Commits on May 8, 2019
Remove Gigacage from arm64 and use PAC for arm64e instead
Show description for 3504253committed
Commits on Apr 9, 2019
JSC should build successfully even with -DENABLE_UNIFIED_BUILDS=OFF
Show description for 4a3d6e0committed
Commits on Apr 4, 2019
Teach Call ICs how to call Wasm
Show description for 1b8d056committed
Commits on Feb 27, 2019
Remove poisons in JSCPoison and uses of them.
Show description for ff3b188committed
Mark Lam