aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/gen/ARM64Ops.go
AgeCommit message (Expand)Author
2021-09-20cmd/compile: allow rotates to be merged with logical ops on arm64Keith Randall
2021-09-17cmd/compile: restore tail call for method wrappersCherry Mui
2021-09-07cmd/compile: add prefetch intrinsic supportRuslan Andreev
2021-06-02[dev.typeparams] cmd/compile: fix formattingKeith Randall
2021-06-01[dev.typeparams] cmd/compile: update ARM64 CALL* ops for register ABICherry Mui
2021-05-26[dev.typeparams] cmd/compile: define ARM64 parameter registersCherry Mui
2021-04-22cmd/compile: add restrictions on the shift amount range of arm64 various inst...fanzha02
2021-03-25cmd/compile: mark R16, R17 clobbered for non-standard calls on ARM64Cherry Zhang
2021-03-23cmd/compile: optimize codes with arm64 REV16 instructionfanzha02
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-01-14cmd/compile: fix wrong complement for arm64 floating-point comparisonsJunchen Li
2020-11-05cmd/compile: improve atomic swap intrinsics on arm64Jonathan Swinney
2020-10-23cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on ARM64Michael Pratt
2020-09-16cmd/compile: extend ssa.AuxCall to closure and interface callsDavid Chase
2020-09-16cmd/compile: introduce special ssa Aux type for callsDavid Chase
2020-09-03cmd/compile: store the comparison pseudo-ops of arm64 conditional instruction...fanzha02
2020-08-16cmd/compile: mark DUFFZERO/DUFFCOPY as async unsafeKeith Randall
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: mark PanicBounds/Extend as callsAustin Clements
2020-02-28cmd/compile: add dedicated ARM64BitField aux typeJosh Bleecher Snyder
2019-11-07runtime: add async preemption support on ARM64Cherry Zhang
2019-11-05cmd/compile: mark architecture-specific unsafe pointsCherry Zhang
2019-10-29cmd/compile: intrinsics for runtime/internal/atomic.Store8Austin Clements
2019-10-02cmd/compile: allow multiple SSA block control valuesMichael Munday
2019-06-26cmd/compile, runtime: use R20, R21 in ARM64's Duff's devicesCherry Zhang
2019-05-03cmd/compile,runtime/internal/atomic: add Load8Austin Clements
2019-04-22cmd/compile: intrinsify math/bits.Sub64 for arm64erifan01
2019-03-22cmd/compile: follow up intrinsifying math/bits.Add64 for arm64erifan01
2019-03-20cmd/compile: intrinsify math/bits.Add64 for arm64erifan01
2019-03-18cmd/compile,runtime: provide index information on bounds check failureKeith Randall
2019-03-07cmd/compile: optimize arm64 comparison of x and 0.0 with "FCMP $(0.0), Fn"fanzha02
2019-03-07cmd/compile: change the condition flags of floating-point comparisons in arm6...fanzha02
2018-09-28cmd/compile: optimize arm64's code with more shifted operationsBen Shi
2018-09-17cmd/compile: optimize math.Float64(32)bits and math.Float64(32)frombits on arm64fanzha02
2018-09-13cmd/compile: intrinsify math.RoundToEven and math.Abs on arm64erifan01
2018-09-07cmd/compile: implement non-constant rotates using ROR on arm64erifan01
2018-09-05cmd/compile: optimize arm64's comparisonBen Shi
2018-09-04cmd/compile: optimize ARM64's code with MADD/MSUBBen Shi
2018-08-28cmd/compile: optimize arm64 with indexed FP load/storeBen Shi
2018-08-27cmd/compile: add missing type information for some arm/arm64 rulesBen Shi
2018-06-21cmd/compile: improve atomic add intrinsics with ARMv8.1 new instructionWei Xiao
2018-06-12cmd/compile: use a different register for updated value in AtomicAnd8/Or8 on ...Cherry Zhang
2018-04-30cmd/compile: intrinsify runtime.getcallerpc on arm64Wei Xiao
2018-04-27cmd/compile: optimize ARM64 with shifted register indexed load/storeBen Shi
2018-04-26cmd/compile: optimize ARM64 code with CMN/TSTBalaram Makam