aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/s390x
AgeCommit message (Expand)Author
2026-03-07cmd/internal/obj: fix indirect tail call codeKeith Randall
2025-11-24cmd/internal/obj: set morestack arg spilling and regabi prologue onSrinivas Pokala
2025-10-21all: eliminate unnecessary type conversionsJes Cok
2025-08-05cmd: remove dead codeqiulaidongfeng
2025-07-30cmd/compile: add floating point min/max intrinsics on s390xMichael Munday
2025-07-24cmd/internal/obj: rip out argp adjustment for wrapper framesKeith Randall
2025-07-24cmd/internal/obj/s390x: add MVCLE instructionkmvijay
2025-05-29cmd/internal/obj/s390x: fix potential recursive String callMichael Anthony Knyszek
2025-05-05Revert "cmd/compile: allow all of the preamble to be preemptible"Keith Randall
2025-04-25cmd/compile: allow all of the preamble to be preemptibleKeith Randall
2025-03-24cmd/asm: add LCDBR instruction on s390xVishwanatha HD
2024-11-13cmd/internal/obj: add tool to generate Cnames stringchenguoqi
2024-11-07cmd/internal/obj: replace obj.Addrel func with LSym.AddRel methodRuss Cox
2024-09-18cmd/internal/obj/s390x: fix m6 field encoding for VSTRC instruction on s390xSrinivas Pokala
2024-09-03cmd: replace many sort.Interface with slices.Sort and SortFuncZxilly
2024-04-16cmd,crypto/elliptic: fix typos in commentsapocelipes
2023-11-22cmd/asm: fix the KMCTR instruction encoding and argument passingSrinivas Pokala
2023-10-03cmd: fix mismatched symbolscui fliter
2023-09-05cmd/asm: add KMA and KMCTR instructions on s390x.root
2023-08-11cmd/asm: add KDSA instruction supportSrinivas Pokala
2023-08-02cmd/asm: add s390x crypto related instructionsSrinivas Pokala
2023-04-21internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abiAustin Clements
2023-04-21internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abiAustin Clements
2023-04-20Revert "internal/abi, runtime, cmd: merge StackSmall, StackBig consts into in...Austin Clements
2023-04-20internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abiAustin Clements
2023-01-20cmd/internal/obj/s390x, runtime: fix breakpoint in s390xSrinivas Pokala
2022-11-18all: add missing periods in commentscui fliter
2022-06-29cmd/internal/obj/mips,s390x,riscv: save LR after decrementing SPCherry Mui
2022-05-18all: fix spellingJohn Bampton
2022-04-19cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch fieldAustin Clements
2021-12-13cmd/internal/obj: fix tail call in non-zero frame leaf function on MIPS and S...Cherry Mui
2021-11-05cmd/{asm,compile,internal/obj}: add "maymorestack" supportAustin Clements
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