Commits
User selector
Commit History
Commits on Sep 21, 2021
Prevent test from accessing FP registers if they are not available (e.g., arm softFP)
Show description for 939712bauthored andcommitted
Commits on Aug 20, 2021
[JSC] Remove unnecessary moves in Yarr's sub32 / add32 related code
Show description for 25b16cccommitted
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 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 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
Commits on Jun 28, 2021
Prevent sign-extended casts for 32 bits arch
Show description for a72d685authored andcommitted
Commits on Jun 24, 2021
Add a new pattern to instruction selector to utilize BFI supported by ARM64
Show description for b9c6e76authored andcommitted
Commits on Jun 23, 2021
Add a new pattern to instruction selector to utilize UBFIZ supported by ARM64
Show description for 1bc368bauthored andcommitted
Commits on Jun 22, 2021
Add a new pattern to instruction selector to utilize SMADDL supported by ARM64
Show description for d6fa13eauthored andcommitted
Commits on Jun 21, 2021
Add a new pattern to instruction selector to utilize SMSUBL supported by ARM64
Show description for df228a0authored andcommitted
Commits on Jun 17, 2021
Add a new pattern to instruction selector to utilize UBFX supported by ARM64
Show description for 5dcecd5authored andcommitted
Commits on Jun 16, 2021
Add Air opcode sub32/64(Reg, Imm, Reg) form for ARM64 and select this instruction in Air
Show description for b9167e6authored andcommittedUnreviewed, reverting r278846.
Show description for d3e9f6fcommitted
Commits on Jun 15, 2021
Add ldp and stp support for FP registers, plus some bug fixes.
Show description for 05f6ba8committed
Mark Lam
Commits on Jun 14, 2021
Add Air opcode sub32/64(Reg, Imm, Reg) form for ARM64 and select this instruction in Air
Show description for 2e96d43authored andcommitted
Commits on May 26, 2021
Use UncheckedLock less in JavaScriptCore
Show description for 91e855ecommitted
Commits on May 24, 2021
Make CheckedLock the default Lock
Show description for e801aaacommittedRemove some now invalid tests in testmasm.
Show description for 824105bcommitted
Mark Lam
Commits on May 23, 2021
Remove ENABLE(MASM_PROBE) flag.
Show description for 5bcc127committed
Mark Lam
Commits on May 22, 2021
Replace LockHolder with Locker in local variables
Show description for b46f54ecommittedUnreviewed, reverting r277913.
Show description for 0b6e751committedReplace LockHolder with Locker in local variables
Show description for db20ed5committed
Commits on Mar 26, 2021
validate untagArrayPtr
Show description for 192dc69committed
Commits on Mar 6, 2021
[JSC] Simplify OSRExit side state materialization
Show description for bac612fcommitted
Commits on Dec 18, 2020
Add tagging to JIT probe's return address.
Show description for 710f127committed
Mark Lam
Commits on Oct 9, 2020
Unreviewed, reland r268170
Show description for 77e6cf4committed