Commits
User selector
Commit History
Commits on Aug 15, 2021
[ARM64] Add Pre/Post-Indexed Address Mode to Air for ARM64 (Store Instruction)
Show description for bd94b5ecommitted
Commits on Aug 9, 2021
[ARM64] Clean up and fix Pre/Post-Indexed Address Mode to Air for ARM64 (Load Instruction)
Show description for db38994committed
Commits on Aug 4, 2021
[ARM64] Fix Zoom black screen during video meeting on Safari
Show description for ceaa1d5committed
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
Commits on Jul 30, 2021
Add Pre/Post-Indexed Address Mode to Air for ARM64
Show description for e00649acommitted
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 1e4d114committed
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 6, 2021
Fix instruction check failure of UBFX and SBFIZ in testb3 due to the speculative fix in bug 227554
Show description for c798b95authored andcommitted
Commits on Jul 1, 2021
Remove unnecessary canBeInternal invocations to mitigate the cost of potential unmatched patterns in B3LowerToAir
Show description for 2d1db3fauthored andcommittedAdd a new pattern to instruction selector to use EXTR supported by ARM64
Show description for 5533eb2authored andcommitted
Commits on Jun 30, 2021
ARM64: Disable selection of BFI instruction variants by default.
Show description for 485a116committed
Mark Lam
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 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 2, 2021
Merge B3::StackSlot and Air::StackSlot
Show description for 7d1c307committed
Robin Morisset
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 23, 2021
Remove ENABLE(MASM_PROBE) flag.
Show description for 5bcc127committed
Mark Lam
Commits on Nov 28, 2020
[JSC] Use ARM atomic ops in wasm
Show description for 7c30b76committed[JSC] Add wasm atomics instructions
Show description for 0587157committed
Commits on Jul 30, 2020
[JSC] Add B3::BottomTupleValue node
Show description for b7d8a75committed
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 Mar 7, 2020
Add "AndOrdered" to the names of ordered DoubleConditions.
Show description for 0487e4fcommitted
Mark Lam
Commits on Jan 14, 2020
Enable -Wconditional-uninitialized in bmalloc, WTF, JavaScriptCore
Show description for e444857committed