aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/s390x
AgeCommit message (Expand)Author
2021-08-03[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-07-30[dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla...Austin Clements
2021-07-30[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-03-19cmd/compile: add clobberdeadreg modeCherry Zhang
2021-03-09cmd/compile: make ValAndOff.{Val,Off} return an int32Alberto Donizetti
2021-03-02cmd/compile: optimize single-precision floating point square rootfanzha02
2021-02-25cmd/internal/obj: add Prog.SetFrom3{Reg,Const}Josh Bleecher Snyder
2021-02-25cmd/compile: automate resultInArg0 register checksJosh Bleecher Snyder
2020-12-23[dev.regabi] cmd/compile: split out package ssagen [generated]Russ Cox
2020-12-23[dev.regabi] cmd/compile: split out package objw [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: introduce cmd/compile/internal/base [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: clean up debug flag (-d) handling [generated]Russ Cox
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