aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/gen/S390XOps.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-23cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on S390XMichael Pratt
2020-09-16cmd/compile: extend ssa.AuxCall to closure and interface callsDavid Chase
2020-09-16cmd/compile: introduce special ssa Aux type for callsDavid Chase
2020-06-18cmd/compile: mark s390x int <-> float conversions as clobbering flagsMichael Munday
2020-04-29cmd/compile: mark PanicBounds/Extend as callsAustin Clements
2020-04-17cmd/compile: make some s390x rules use strongly typed aux valuesMichael Munday
2020-04-08cmd/compile: allow floating point Ops to produce flags on s390xRuixin(Peter) Bao
2020-04-02cmd/compile: mark 'store multiple' as clobbering flags on s390xMichael Munday
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
2019-11-11cmd/compile, runtime: intrinsify atomic And8 and Or8 on s390xMichael Munday
2019-11-07runtime: add async preemption support on S390XCherry Zhang
2019-10-29cmd/compile: intrinsics for runtime/internal/atomic.Store8Austin Clements
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-13cmd/compile: add math/bits.Mul64 intrinsic on s390xRuixin Bao
2019-09-10cmd/compile: improve s390x sign/zero extension removalMichael Munday
2019-09-08all: fix typosAinar Garipov
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-03-18cmd/compile,runtime: provide index information on bounds check failureKeith Randall
2018-09-05cmd/compile: make math/bits.RotateLeft{32,64} intrinsics on s390xMichael Munday
2018-09-03cmd/compile: implement OnesCount{8,16,32,64} intrinsics on s390xMichael Munday
2018-05-08cmd/compile: simplify shift lowering on s390xMichael Munday
2018-05-02cmd/compile: intrinsify runtime.getcallerpc on all link register architecturesWei Xiao
2018-05-01cmd/compile: allow R11 to be allocated on s390xMichael Munday
2018-04-20cmd/compile: don't lower OpConvertAustin Clements
2018-03-20cmd/compile: mark LAA and LAAG as clobbering flags on s390xMichael Munday
2018-03-02cmd/compile/internal/ssa: note zero-width OpsHeschi Kreinick
2018-02-14cmd/compile: fix constant folding of right shifts on s390xKeith Randall
2018-02-13runtime: buffered write barrier for s390xAustin Clements
2018-02-13cmd/compile: calls can clobber g on s390xAustin Clements
2017-11-07cmd/compile: fix SSA immediate sign extension on s390xMichael Munday
2017-11-02cmd/compile: add missing s390x load with index operationsMichael Munday
2017-10-30cmd/asm, cmd/compile: optimize math.Abs and math.Copysign on s390xMichael Munday
2017-10-10cmd/compile: intrinsify runtime.getcallerspCherry Zhang
2017-09-20cmd/compile: stop rematerializable ops from clobbering flagsMichael Munday
2017-09-20cmd/compile: add s390x intrinsics for Ceil, Floor, Round and TruncMichael Munday
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