aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/s390x
AgeCommit message (Expand)Author
2021-04-05cmd/internal/obj/s390x: simplify huge frame prologueAustin Clements
2021-02-19cmd/asm, cmd/link, runtime: introduce FuncInfo flag bitsRuss Cox
2020-12-21[dev.regabi] all: merge master into dev.regabiMatthew Dempsky
2020-12-14cmd/compile: fix incorrect shift count type with s390x rulesRuixin Bao
2020-12-08[dev.regabi] cmd/compile: add ssa.Aux tag interface for Value.AuxMatthew Dempsky
2020-11-10cmd/internal/obj/s390x: fix SYNC instruction encodingMichael Munday
2020-11-06cmd/compile: optimize shift pairs and masks on s390xMichael Munday
2020-10-29cmd/internal/obj/arm64: add CASx/CASPx instructionsfanzha02
2020-10-26cmd/internal/obj/{arm,s390x}: make return jump print nicerCherry Zhang
2020-10-16cmd/internal/obj: move LSym.Func into LSym.ExtraRuss Cox
2020-09-28cmd/link: consider interface conversions only in reachable codeCherry Zhang
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-08-20cmd/internal/obj: fix inline marker issue on s390xMichael Munday
2020-08-17Revert "cmd/internal/obj: fix inline marker issue on s390x"Austin Clements
2020-08-14cmd/internal/obj: fix inline marker issue on s390xMichael Munday
2020-05-06cmd/internal/obj, runtime: preempt & restart some instruction sequencesCherry Zhang
2020-04-22cmd/compile: clean up codegen for branch-on-carry on s390xMichael Munday
2020-04-22cmd/internal: allow ADDE to work with memory location on s390xRuixin(Peter) Bao
2020-04-07cmd/internal: add MVCIN instruction to s390x assemblerRuixin(Peter) Bao
2020-03-13cmd/asm, cmd/compile, runtime: add -spectre=ret modeRuss Cox
2019-11-27cmd/internal/obj: mark split-stack prologue nonpreemptibleCherry Zhang
2019-11-11cmd/compile, runtime: intrinsify atomic And8 and Or8 on s390xMichael Munday
2019-11-07cmd/internal/obj/s390x: mark unsafe pointsCherry Zhang
2019-11-04cmd/internal/obj/s390x: add support of SPM instructionCherry Zhang
2019-11-04cmd/asm/internal/asm/testdata/s390x: add test cases for some assembly instruc...Ruixin(Peter) Bao
2019-10-09cmd/asm: add s390x branch-on-count instructionsMichael Munday
2019-10-09cmd/asm: fix element size encoding for VSUMQ instruction on s390xMichael Munday
2019-09-26cmd/compile: use numeric condition code masks on s390xMichael Munday
2019-09-25cmd/asm: add masked branch and conditional load instructions to s390xMichael Munday
2019-09-13cmd/compile: add math/bits.Mul64 intrinsic on s390xRuixin Bao
2019-09-12cmd/internal/obj/s390x: use 12 bit load and store instruction when possible o...Ruixin Bao
2019-09-11cmd/compile/internal/s390x: replace 4-byte NOP with a 2-byte NOP on s390xRuixin(Peter) Bao
2019-05-06all: simplify code using "gofmt -s -w"Shulhan
2019-05-03cmd/compile: add math/bits.{Add,Sub}64 intrinsics on s390xMichael Munday
2019-04-16cmd/asm: add s390x 'rotate then ... selected bits' instructionsMichael Munday
2019-04-16cmd/internal/obj/s390x: handle RestArgs in s390x assemblerMichael Munday
2019-04-16cmd/internal/obj/s390x: remove param field from optabMichael Munday
2019-03-29cmd/asm: add 'insert program mask' instruction for s390xMichael Munday
2019-01-09cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64Clément Chigot
2018-12-07cmd/internal/obj/s390x: don't crash on invalid instructionIan Lance Taylor
2018-10-29cmd/asm: add s390x VMSLG instruction variantsbill_ofarrell
2018-09-03cmd/compile: implement OnesCount{8,16,32,64} intrinsics on s390xMichael Munday
2018-07-05cmd/internal/obj/s390x: increase maximum number of loop iterationsMichael Munday
2018-07-03cmd/internal/obj: follow convention for generated code commentTobias Klauser
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-22cmd/internal/obj: consolidate emitting entry stack mapAustin Clements
2018-05-02cmd/compile: intrinsify runtime.getcallerpc on all link register architecturesWei Xiao
2018-05-01cmd: remove some unnecessary gotosDaniel Martí