Commits
User selector
Commit History
Commits on Sep 21, 2021
Replace a few ASSERTs with static_asserts in the ARM64 MacroAssemblers.
Show description for 2cc366ecommitted
Mark LamPrevent test from accessing FP registers if they are not available (e.g., arm softFP)
Show description for 939712bauthored andcommitted
Commits on Sep 2, 2021
Unreviewed, annotate executeJSCJITProbe with REFERENCED_FROM_ASM WTF_INTERNAL
Show description for ed75252committedAdd 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 27, 2021
Changed ARM64 probe trampoline to do ptr auth the standard way.
Show description for 458a220committed
Mark LamMake ARM64 and X86_64 probe code a little bit more efficient.
Show description for b3d4a51committed
Mark LamUpdate ARM64EHash
Show description for 295e78dcommitted
Commits on Aug 26, 2021
[JSC] DataIC should not embed StructureStubInfo pointer
Show description for 0444fe1committed
Commits on Aug 25, 2021
Refactor ENABLE(JIT_OPERATION_VALIDATION) code to emit no code when disabled.
Show description for 838ddf4committed
Mark Lam
Commits on Aug 22, 2021
Unreviewed, reverting r280984 and r280996.
Show description for 5f61783committed
Commits on Aug 21, 2021
[JSC] Simplify moveIntsToDouble
Show description for 9c8a599committed
Commits on Aug 20, 2021
[JSC] Remove unnecessary moves in Yarr's sub32 / add32 related code
Show description for 25b16cccommitted[JSC] Remove MacroAssemblerX86
Show description for 21ea32fcommitted
Commits on Aug 12, 2021
Refactor some ARM64EHash code.
Show description for 365ae4fcommitted
Mark LamUpdate ARM64EHash
Show description for 3b12d65committed
Commits on Aug 10, 2021
CallFrame::returnPC should untag the return address before passing it to ReturnAddressPtr
Show description for c44db5fcommitted
Commits on Aug 7, 2021
for-in should only emit one loop in bytecode
Show description for af53d48committed
Commits on Aug 3, 2021
Add a new pattern to instruction selector to utilize UMULL supported by ARM64
Show description for 29f96b6committedAdd new patterns to instruction selector to utilize AND/EOR/ORR-with-shift supported by ARM64
Show description for 76807c2committed[JSC] Use loadPair / storePair in YarrJIT
Show description for 3b59427committed
Commits on Jul 31, 2021
[JSC] Clean up Yarr by using `static constexpr`
Show description for 20fd237committed[JSC] branchTest8 should not emit tst for Zero/NonZero cases
Show description for 0120061committed
Commits on Jul 30, 2021
Add Pre/Post-Indexed Address Mode to Air for ARM64
Show description for e00649acommitted
Commits on Jul 28, 2021
[JSC] load/store with BaseIndex is inefficient in ARM64
Show description for 07fdc70committed
Commits on Jul 20, 2021
Add ARM64 EON opcode and select it in AIR
Show description for 414eb80committed
Commits on Jul 17, 2021
Add ExtendType to Air::Arg Index to fully utilize address computation in memory instruction for ARM64
Show description for 656ae80committed
Commits on Jul 13, 2021
Add a new Air::Arg kind ZeroReg to let AIR recognise the new instructions/forms accepting zero register in ARM64
Show description for 1e4d114committedNew malloc algorithm
Show description for b6d532acommitted
Commits on Jul 12, 2021
Add SMNEGL, UMNEGL, UMADDL, and UMSUBL for ARM64 and select this instruction in Air
Show description for 6973061committed
Commits on Jul 9, 2021
Add Air opcode add/sub-and-shift for ARM64 and select this instruction in Air
Show description for 12b6405committed
Commits on Jul 7, 2021
r270214 broke testb3 on arm64e
Show description for 9832e02committed
Commits on Jul 1, 2021
Add a new pattern to instruction selector to use EXTR supported by ARM64
Show description for 5533eb2authored andcommitted
Commits on Jun 29, 2021
Add a new pattern to instruction selector to use SBX and SBFIZ supported by ARM64
Show description for d0944f8authored andcommittedAdd a new pattern to instruction selector to use BIC supported by ARM64
Show description for 4518bbfauthored andcommitted