aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/rewriteARM64.go
AgeCommit message (Expand)Author
2021-06-01[dev.typeparams] cmd/compile: match register-ABI version of memmove call on A...Cherry Mui
2021-06-01[dev.typeparams] cmd/compile: update ARM64 CALL* ops for register ABICherry Mui
2021-05-12cmd/compile: add arch-specific inlining for runtime.memmoveRuslan Andreev
2021-04-07cmd/compile: fix bug of conditional instructions on arm64eric fang
2021-03-26cmd/compile: add arm64 rules to optimize go codes to constant 0fanzha02
2021-03-23cmd/compile: optimize codes with arm64 REV16 instructionfanzha02
2021-03-22cmd/compile: disallow rewrite rules from declaring reserved namesDaniel Martí
2021-03-18cmd/compile: add rewrite rules for conditional instructions on arm64fanzha02
2021-03-02cmd/compile: optimize single-precision floating point square rootfanzha02
2021-02-24cmd/compile: ARM64 optimize []float64 and []float32 accessEgon Elbre
2021-02-23cmd/compile: fold MOV*nop and MOV*constKeith Randall
2021-01-13[dev.regabi] cmd/compile: make ordering for InvertFlags more stableDavid Chase
2020-12-10cmd/compile: don't constant fold divide by zeroKeith Randall
2020-11-05cmd/compile: improve atomic swap intrinsics on arm64Jonathan Swinney
2020-10-28cmd/compile: rename mergeSymTyped to mergeSymAlberto Donizetti
2020-10-28cmd/compile: delete log2, switch to log64Alberto Donizetti
2020-10-27cmd/compile: delete isPowerOfTwo, switch to isPowerOfTwo64Alberto Donizetti
2020-10-23cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on ARM64Michael Pratt
2020-09-15cmd/compile: rewrite some ARM64 rules to use typed auxXiangdong Ji
2020-09-03cmd/compile: store the comparison pseudo-ops of arm64 conditional instruction...fanzha02
2020-08-24cmd/compile: convert rest ARM64.rules lines to typed aux modefanzha02
2020-08-24cmd/compile: convert typed aux to CCop for ARM64 rulesfanzha02
2020-08-24cmd/compile: convert more ARM64.rules lines to typed aux modefanzha02
2020-08-19cmd/compile: Optimize ARM64's code with EONdiaxu01
2020-08-18cmd/compile: optimize unsigned comparisons to 0/1 on arm64Junchen Li
2020-06-18cmd/compile: redo flag constant ops for arm64Keith Randall
2020-05-29cmd/compile: fix incorrect rewriting to if conditionXiangdong Ji
2020-05-04cmd/compile: use typed aux in arm64 MOVstore rulesAlberto Donizetti
2020-04-30cmd/compile: switch to typed auxint for arm64 TBZ/TBNZ blockAlberto Donizetti
2020-04-29cmd/compile: convert CCop arm64 rules to typed auxAlberto Donizetti
2020-04-28cmd/compile: port first part of arm64 opt rules to typed auxAlberto Donizetti
2020-04-28cmd/compile: rewrite some arm64 rules to use typed aux fieldsfanzha02
2020-04-27cmd/compile: convert more arm64 lowering rules to typed auxAlberto Donizetti
2020-04-24cmd/compile: use typed aux for first half of arm64 loweringAlberto Donizetti
2020-04-24cmd/compile: CSE the RHS of rewrite rulesJosh Bleecher Snyder
2020-04-22cmd/compile: remove ntz functionCuong Manh Le
2020-04-07cmd/compile: delete the floating point Greater and Geq opsMichael Munday
2020-04-03cmd/compile: add logging for large (>= 128 byte) copiesDavid Chase
2020-03-02cmd/compile: make pre-elimination of rulegen bounds checks more preciseJosh Bleecher Snyder
2020-03-02cmd/compile: add streamlined Block Reset+AddControl routinesJosh Bleecher Snyder
2020-03-02cmd/compile: add specialized Value reset for OpCopyJosh Bleecher Snyder
2020-03-01cmd/compile: add specialized AddArgN functions for rewrite rulesJosh Bleecher Snyder
2020-02-29cmd/compile: use correct types in phioptJosh Bleecher Snyder
2020-02-27cmd/compile: ignore div/mod in prove on non-x86 architecturesJosh Bleecher Snyder
2020-02-26cmd/compile: mark Lsyms as readonly earlierJosh Bleecher Snyder
2020-02-26cmd/compile: make clobber variadicJosh Bleecher Snyder
2020-02-26cmd/compile: remove Greater* and Geq* generic integer opsMichael Munday
2020-02-26cmd/compile: canonicalize comparison argument orderMichael Munday
2020-02-24cmd/compile: use ellipses in ARM64 rulesJosh Bleecher Snyder
2020-02-21cmd/compile: remove chunking of rewrite rulesJosh Bleecher Snyder