aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/gen/S390X.rules
AgeCommit message (Expand)Author
2020-12-14cmd/compile: fix incorrect shift count type with s390x rulesRuixin Bao
2020-11-06cmd/compile: optimize shift pairs and masks on s390xMichael Munday
2020-10-28cmd/compile: rename mergeSymTyped to mergeSymAlberto Donizetti
2020-10-23cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on S390XMichael Pratt
2020-08-27cmd/compile: use addressing modes pass on s390xMichael Munday
2020-08-26cmd/compile: apply strong typing to all remaining s390x rewrite rulesMichael Munday
2020-08-18cmd/compile: clean up and optimize s390x multiplication rulesMichael Munday
2020-04-30cmd/compile: adopt strong aux typing for some s390x rulesRuixin Bao
2020-04-29cmd/compile: adopt strong aux typing for some s390x rulesRuixin Bao
2020-04-28cmd/compile: adopt strong aux typing for some s390x rulesRuixin Bao
2020-04-27cmd/compile: adopt strong aux typing for some s390x rulesMichael Munday
2020-04-27cmd/compile: adopt strong aux typing for some s390x rulesRuixin(Peter) Bao
2020-04-22cmd/compile: clean up codegen for branch-on-carry on s390xMichael Munday
2020-04-21cmd/compile: optimize comparisons with immediates on s390xMichael Munday
2020-04-17cmd/compile: make some s390x rules use strongly typed aux valuesMichael Munday
2020-04-14cmd/compile: fix incorrect block for s390x Select1 opMichael Munday
2020-04-08cmd/compile: allow floating point Ops to produce flags on s390xRuixin(Peter) Bao
2020-04-08cmd/compile: simplify s390x 'operation with memory operand' rulesMichael Munday
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-25cmd/compile: use load and test instructions on s390xRuixin(Peter) Bao
2020-02-29cmd/compile: lower float to uint conversions on s390xRuixin(Peter) Bao
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-25cmd/compile: use ellipses in S390X rulesJosh Bleecher Snyder
2020-02-20cmd/compile: delete duplicate rulesJosh Bleecher Snyder
2019-11-11cmd/compile, runtime: intrinsify atomic And8 and Or8 on s390xMichael Munday
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-08cmd/compile: add SSA rules for s390x compare-and-branch instructionsMichael Munday
2019-10-02cmd/compile: allow multiple SSA block control valuesMichael Munday
2019-09-26cmd/compile: use numeric condition code masks on s390xMichael Munday
2019-09-24compile: prefer an AND instead of SHR+SHL instructionsMartin Möhrmann
2019-09-23Revert "compile: prefer an AND instead of SHR+SHL instructions"Bryan C. Mills
2019-09-21compile: prefer an AND instead of SHR+SHL instructionsMartin Möhrmann
2019-09-13cmd/compile: add math/bits.Mul64 intrinsic on s390xRuixin Bao
2019-09-10cmd/compile: improve s390x sign/zero extension removalMichael Munday
2019-06-20cmd/compile: add necessary operand to mergePoint in rewrite rulesDavid Chase
2019-06-06cmd/compile, runtime: make atomic loads/stores sequentially consistent on s390xMichael Munday
2019-05-03cmd/compile,runtime/internal/atomic: add Load8Austin Clements
2019-05-03cmd/compile: add math/bits.{Add,Sub}64 intrinsics on s390xMichael Munday
2019-04-27cmd/compile: add unsigned divisibility rulesBrian Kessler
2019-03-18cmd/compile,runtime: provide index information on bounds check failureKeith Randall
2018-11-28cmd/compile: ensure S390X moves don't overflow int32Keith Randall
2018-10-27cmd/compile: fix rule for combining loads with comparesKeith Randall
2018-09-05cmd/compile: make math/bits.RotateLeft{32,64} intrinsics on s390xMichael Munday