aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/rewriteS390X.go
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-24cmd/compile: CSE the RHS of rewrite rulesJosh Bleecher Snyder
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-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-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: 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-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-02-20cmd/compile: don't generate commutative rules for (Op x x)Josh Bleecher Snyder
2019-11-11cmd/compile, runtime: intrinsify atomic And8 and Or8 on s390xMichael Munday
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-08cmd/compile: add SSA rules for s390x compare-and-branch instructionsMichael Munday
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-27cmd/compile: minor simplifications in rulegenDaniel Martí
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