aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/s390x
AgeCommit message (Expand)Author
2020-11-06cmd/compile: optimize shift pairs and masks on s390xMichael Munday
2020-10-29cmd/internal/obj/arm64: add CASx/CASPx instructionsfanzha02
2020-10-23cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on S390XMichael Pratt
2020-08-31cmd/compile,cmd/asm: simplify recording of branch targets, take 2Keith Randall
2020-08-28Revert "cmd/compile,cmd/asm: simplify recording of branch targets"Keith Randall
2020-08-27cmd/compile,cmd/asm: simplify recording of branch targetsKeith Randall
2020-04-08cmd/compile: allow floating point Ops to produce flags on s390xRuixin(Peter) Bao
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-10cmd/compile: enable nil check logging for other architectures.David Chase
2019-10-29cmd/compile: intrinsics for runtime/internal/atomic.Store8Austin Clements
2019-10-28cmd/compile: delete ZeroAutoCherry Zhang
2019-10-09cmd/asm: add s390x branch-on-count instructionsMichael Munday
2019-10-08cmd/compile: add SSA rules for s390x compare-and-branch instructionsMichael Munday
2019-10-02cmd/compile/internal/gc: intrinsify mulWW on s390xRuixin(Peter) Bao
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-11cmd/compile/internal/s390x: replace 4-byte NOP with a 2-byte NOP on s390xRuixin(Peter) Bao
2019-09-10cmd/compile: improve s390x sign/zero extension removalMichael Munday
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-07cmd/compile: remove AUNDEF opcodeKeith Randall
2019-03-18cmd/compile,runtime: provide index information on bounds check failureKeith Randall
2019-02-25cmd/compile: call ginsnop, not ginsnop2 on ppc64le for mid-stack inlining tra...Lynn Boger
2019-01-03cmd/compile: fix no-op instruction used by s390xKeith Randall
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith 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-04-20cmd/compile: don't lower OpConvertAustin Clements
2018-04-11cmd/compile: use Block.Likely to put likely branch firstDavid Chase
2018-02-13runtime: buffered write barrier for 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: add s390x intrinsics for Ceil, Floor, Round and TruncMichael Munday
2017-09-15cmd/internal/obj: change Prog.From3 to RestArgs ([]Addr)isharipo
2017-05-09cmd/compile: change ssa.Type into *types.TypeJosh Bleecher Snyder
2017-05-02cmd/{asm,compile}: avoid zeroAuto clobbering flags on s390xMichael Munday
2017-04-28Revert "cmd/compile: add Type.MustSize and Type.MustAlignment"Josh Bleecher Snyder
2017-04-27cmd/compile: add Type.MustSize and Type.MustAlignmentJosh Bleecher Snyder
2017-04-25cmd: fix the order that s390x operands are printed inMichael Munday
2017-04-21cmd/compile: experiment which clobbers all dead pointer fieldsKeith Randall
2017-04-21cmd/compile: move Linksym, linksymname, and isblanksym to types packageJosh Bleecher Snyder
2017-04-20cmd/compile: zero ambiguously live variables at VARKILLsKeith Randall