aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/gen/PPC64.rules
AgeCommit message (Expand)Author
2020-12-03cmd/compile: make sure address of offset(SP) is rematerializeableCherry Zhang
2020-10-28cmd/compile: rename mergeSymTyped to mergeSymAlberto Donizetti
2020-10-27cmd/compile: combine more 32 bit shift and mask operations on ppc64Paul E. Murphy
2020-10-23cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on PPC64Michael Pratt
2020-10-21cmd/compiler,cmd/go,sync: add internal {LoadAcq,StoreRel}64 on ppc64Paul E. Murphy
2020-10-06cmd/compile,cmd/internal/obj/ppc64: use mulli where possibleLynn Boger
2020-10-01cmd/compile,cmd/internal/obj/ppc64: fix some shift rules due to a regressionLynn Boger
2020-09-28cmd/asm,cmd/compile,cmd/internal/obj/ppc64: add extswsli support on power9Lynn Boger
2020-09-17cmd/compile: use combined shifts to improve array addressing on ppc64xLynn Boger
2020-08-27cmd/compile: generate subfic on ppc64Paul E. Murphy
2020-08-27cmd/compile: remove unused carry related ssa ops in ppc64Paul E. Murphy
2020-08-18cmd/compile: combine multiply/add into maddld on ppc64le/power9Paul E. Murphy
2020-05-11cmd/compile: restrict ppc64 constant shifts to amount 0-63Keith Randall
2020-05-07cmd/compile: don't store NaN in ppc64 floating point constant opsKeith Randall
2020-04-29cmd/compile,cmd/internal/obj/ppc64: use mod instructions on power9Lynn Boger
2020-04-23cmd/compile: clean up PPC64.rules typed aux changesLynn Boger
2020-04-22cmd/compile: update PPC64.rules to use typed aux valuesLynn Boger
2020-04-09cmd/compile: use isel with variable shifts on ppc64xLynn Boger
2020-04-07cmd/compile: delete the floating point Greater and Geq opsMichael Munday
2020-04-06cmd/compile: improve lowered moves and zeros for ppc64leLynn Boger
2020-04-03cmd/compile: add logging for large (>= 128 byte) copiesDavid Chase
2020-03-27cmd/compile: add rules to eliminate unnecessary signed shiftsLynn Boger
2020-03-21cmd/compile: indexed loads/stores can't be faultOnNilArg0Keith Randall
2020-03-04cmd/compile: don't allow NaNs in floating-point constant opsKeith Randall
2020-03-02cmd/compile: remove duplicate ppc64 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: 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-25Revert "cmd/compile: don't allow NaNs in floating-point constant ops"Bryan C. Mills
2020-02-25cmd/compile: don't allow NaNs in floating-point constant opsKeith Randall
2020-02-25cmd/compile: use ellipses in PPC64 rulesJosh Bleecher Snyder
2020-02-20cmd/compile: delete duplicate rulesJosh Bleecher Snyder
2020-01-27cmd/compile: on PPC64, fold offset into some loads/stores only when offset is...Cherry Zhang
2019-11-07math, cmd/compile: rename Fma to FMARuss Cox
2019-10-29cmd/compile: intrinsics for runtime/internal/atomic.Store8Austin Clements
2019-10-21cmd/compile: introduce generic ssa intrinsic for fused-multiply-addsmasher164
2019-10-02cmd/compile: allow multiple SSA block control valuesMichael Munday
2019-09-18cmd/asm,cmd/compile: clean up isel codegen on ppc64xLynn Boger
2019-05-03cmd/compile,runtime/internal/atomic: add Load8Austin Clements
2019-04-28cmd/compile: intrinsify math/bits.Add64 for ppc64xCarlos Eduardo Seo
2019-04-27cmd/compile: add unsigned divisibility rulesBrian Kessler
2019-03-20cmd/compile/internal, cmd/internal/obj/ppc64: generate new count trailing zer...Carlos Eduardo Seo
2019-03-18cmd/compile,runtime: provide index information on bounds check failureKeith Randall
2019-03-14cmd/compile: make math/bits.RotateLeft{32,64} intrinsics on ppc64xCarlos Eduardo Seo
2019-01-27cmd/compile: base PPC64 trunc rules on final type, not op typeIan Lance Taylor
2018-11-09cmd/compile: use ANDCC, ORCC, XORCC to avoid CMP on ppc64xLynn Boger
2018-10-23cmd/compile, runtime: add new lightweight atomics for ppc64xCarlos Eduardo Seo
2018-10-11cmd/compile: intrinsify TrailingZeros16, OnesCount{8,16} for ppc64xCarlos Eduardo Seo