aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/rewritePPC64.go
AgeCommit message (Expand)Author
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-24cmd/compile: CSE the RHS of rewrite rulesJosh Bleecher Snyder
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-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: 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-21cmd/compile: remove chunking of rewrite rulesJosh Bleecher Snyder
2020-02-21cmd/compile: reduce bounds checks in generated rewrite rulesJosh Bleecher Snyder
2020-02-20cmd/compile: use loops to handle commutative ops in rulesJosh Bleecher Snyder
2020-02-20cmd/compile: generate commutative rules when a condition is presentJosh 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-07cmd/compile: add signed indivisibility by power of 2 rulesBrian Kessler
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/internal/ssa: regenerate rewrite rulesMichael Munday
2019-10-21cmd/compile: introduce generic ssa intrinsic for fused-multiply-addsmasher164
2019-10-07cmd/compile: reduce amount of code generated for block rewrite rulesMichael Munday
2019-10-02cmd/compile: allow multiple SSA block control valuesMichael Munday
2019-09-23cmd/compile: reduce rulegen's output by 200 KiBDaniel Martí
2019-09-18cmd/asm,cmd/compile: clean up isel codegen on ppc64xLynn Boger
2019-08-27cmd/compile: teach rulegen to remove unused declsDaniel Martí
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-22cmd/compile: reduce rulegen's for loop verbosityDaniel Martí
2019-03-21cmd/compile: regenerate rewrite rulesJosh Bleecher Snyder