aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/ppc64/obj9.go
AgeCommit message (Expand)Author
2025-10-21cmd/internal/obj/ppc64: improve large prologue generationPaul Murphy
2025-07-24cmd/internal/obj: rip out argp adjustment for wrapper framesKeith Randall
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
2024-11-07cmd/internal/obj: replace obj.Addrel func with LSym.AddRel methodRuss Cox
2024-05-22all: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0Paul E. Murphy
2024-04-24cmd/internal/obj/ppc64: fix incorrect int to int64 conversion when checking M...Paul E. Murphy
2024-04-04cmd/internal/obj/ppc64: on Power10, use xxspltidp for float constantsPaul E. Murphy
2024-03-19cmd/internal/obj/ppc64: don't modify runtime.elf_* symbolsPaul E. Murphy
2024-03-13cmd/asm,cmd/compile: generate less instructions for most 32 bit constant adds...Paul E. Murphy
2023-11-09cmd/internal/obj/ppc64: remove C_UCON optab matching classPaul E. Murphy
2023-10-05cmd/internal/obj/ppc64: generate MOVD mask constants in registerPaul E. Murphy
2023-10-04cmd/internal/obj/ppc64: generate small, shifted constants in registerPaul E. Murphy
2023-10-03cmd/internal/asm/ppc64: support 34b ADD/MOVD $const, RxPaul E. Murphy
2023-09-08cmd/internal/obj: mark unspill code in prologue preemptiblezhouguangyuan
2023-05-19all: generate NOTOC shared code on power10/PPC64/linuxPaul E. Murphy
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-04-11runtime,cmd/internal/obj/ppc64: cleanup ppc64le runtime.racecallbackthunkPaul E. Murphy
2022-10-26cmd/internal/obj/ppc64: generate big uint32 values in registerPaul E. Murphy
2022-09-28cmd/internal/obj/ppc64: remove unnecessary opcodesArchana R
2022-09-15cmd/internal/obj/ppc64: add ISA 3.1 instructionsPaul E. Murphy
2022-09-07cmd/asm: improve argument to obj.Prog assignment on PPC64Paul E. Murphy
2022-04-19cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch fieldAustin Clements
2022-04-11all: gofmt main repoRuss Cox
2021-12-13cmd/asm,cmd/compile: fix tail call in leaf functions on PPC64Paul E. Murphy
2021-11-05cmd/{asm,compile,internal/obj}: add "maymorestack" supportAustin Clements
2021-09-15cmd/internal/obj/ppc64: generate prologue code compatible with new ABILynn Boger
2021-04-05cmd/internal/obj/ppc64: simplify huge frame prologueAustin Clements
2021-02-19cmd/asm, cmd/link, runtime: introduce FuncInfo flag bitsRuss Cox
2020-11-04cmd/internal/obj: add prologue_end DWARF stmt for ppc64Derek Parker
2020-10-16cmd/internal/obj: move LSym.Func into LSym.ExtraRuss Cox
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-13cmd/internal/obj/ppc64: don't remove NOP in assemblerLynn Boger
2020-07-08[dev.link] cmd/compile: make compiler-generated ppc64 TOC symbols staticThan McIntosh
2019-11-27cmd/internal/obj: mark split-stack prologue nonpreemptibleCherry Zhang
2019-11-07cmd/internal/obj/ppc64: handle MOVDU for SP deltaCherry Zhang
2019-11-07cmd/compile, cmd/internal/obj/ppc64: mark unsafe pointsCherry Zhang
2019-11-07cmd/compile, cmd/internal/obj/ppc64: use LR for indirect callsCherry Zhang
2019-10-01cmd/internal/obj/ppc64: Fix ADUFFxxxx generation on aix/ppc64Clément Chigot
2019-01-09cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64Clément Chigot
2018-12-17cmd: improve aix/ppc64 new symbol addressingClément Chigot
2018-11-27cmd: fix symbols addressing for aix/ppc64Clément Chigot
2018-10-10cmd/internal/obj/ppc64: generate float 0 more efficiently on ppc64xLynn Boger
2018-06-11runtime/race: implement race detector for ppc64leLynn Boger
2018-05-22cmd/internal/obj: consolidate emitting entry stack mapAustin Clements