aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/gen/S390XOps.go
AgeCommit message (Expand)Author
2018-03-29[release-branch.go1.9] cmd/compile: fix constant folding of right shifts on s...Keith Randall
2017-05-15cmd/compile: better check for single live memoryKeith Randall
2017-05-02cmd/{asm,compile}: avoid zeroAuto clobbering flags on s390xMichael Munday
2017-04-21cmd/compile: experiment which clobbers all dead pointer fieldsKeith Randall
2017-04-03cmd/compile: automatically handle commuting ops in rewrite rulesKeith Randall
2017-03-30cmd/compile/internal/ssa/gen: add comment on SB-addressing on s390xMichael Munday
2017-03-29Revert "cmd/compile: automatically handle commuting ops in rewrite rules"Keith Randall
2017-03-29cmd/compile: automatically handle commuting ops in rewrite rulesKeith Randall
2017-03-14cmd/compile/internal/ssa: populate SymEffects for SSA OpsMatthew Dempsky
2017-03-13cmd/compile/internal/ssa: replace {Defer,Go}Call with StaticCallMatthew Dempsky
2017-02-28cmd/compile: emit fused multiply-{add,subtract} instructions on s390xMichael Munday
2017-02-22cmd/compile: add opcode flag hasSideEffects for do-not-removeDavid Chase
2017-02-03cmd/compile: fix type propagation through s390x SSA rulesMichael Munday
2017-02-02cmd/compile: remove nil check for Zero/Move on 386, AMD64, S390XCherry Zhang
2016-10-25cmd/compile: intrinsify atomic operations on s390xMichael Munday
2016-10-17cmd/compile: merge loads into operations on s390xMichael Munday
2016-10-11cmd/compile: make link register allocatable in non-leaf functionsMichael Munday
2016-10-07cmd/{asm,compile}: replace TESTB op with CMPWconst on s390xMichael Munday
2016-10-06cmd/{asm,compile}: add ANDW, ORW and XORW instructions to s390xMichael Munday
2016-09-30cmd/compile: improve load/store merging on s390xMichael Munday
2016-09-27cmd/compile: remove duplicate nilchecksKeith Randall
2016-09-19cmd/compile: intrinsify Ctz{32,64} and Bswap{32,64} on s390xMichael Munday
2016-09-15cmd/compile: redo nil checksKeith Randall
2016-09-13cmd/compile: add SSA backend for s390x and enable by defaultMichael Munday