aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/ppc64
AgeCommit message (Expand)Author
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-10-21all: eliminate unnecessary type conversionsJes Cok
2025-10-21cmd/internal/obj/ppc64: improve large prologue generationPaul Murphy
2025-08-05cmd: remove dead codeqiulaidongfeng
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-21all: fix some function names and typos in commentcuishuang
2024-11-21cmd/internal/obj/ppc64: support for decimal floating point instructionsJayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
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-10-29cmd/internal/obj/ppc64: support for extended mnemonics of BCJayanth Krishnamurthy
2024-10-29cmd/internal/obj/ppc64: add double-decimal arithmetic instructionsJayanth Krishnamurthy
2024-09-06cmd/internal: use t.TempDir in testsKir Kolyshkin
2024-05-22all: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0Paul E. Murphy
2024-05-15cmd/compile,cmd/asm: on PPC64, generate compares against constant 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-04-01cmd/compile: support float min/max instructions on PPC64Paul 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
2024-02-28cmd/internal/obj/ppc64: generate smaller machine code for OR/XOR of uint32 va...Paul E. Murphy
2024-02-16cmd/internal/obj/ppc64: cleanup optab entries after renamingPaul E. Murphy
2024-02-13cmd/internal/obj/ppc64: rename and remove aliased optab classifiersPaul E. Murphy
2024-02-09cmd/internal/obj/ppc64: add new constant optab classificationsPaul E. Murphy
2024-02-07cmd/internal/obj/ppc64: combine C_SBRA and C_LBRA optab classesPaul E. Murphy
2023-11-17cmd/internal/obj/ppc64: cleanup and remove usage of getimpliedregPaul E. Murphy
2023-11-17cmd/internal/obj/ppc64: remove unused C_XER optab classPaul E. Murphy
2023-11-09cmd/internal/obj/ppc64: remove C_UCON optab matching classPaul E. Murphy
2023-11-06cmd/internal/asm/ppc64: avoid generating exser nopsPaul E. Murphy
2023-10-20cmd/internal/obj/ppc64: refactor maskgenPaul E. Murphy
2023-10-18cmd/internal/obj/ppc64: refactor maskgen64 usagePaul 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-29cmd/internal/obj/ppc64: fix rebuilding of optab for asm testsPaul E. Murphy
2023-09-20all: stop using fmt.Sprintf in t.Error/t.FatalKir Kolyshkin
2023-09-15cmd/internal/obj/ppc64: improve RLWNM encodingPaul E. Murphy
2023-09-08cmd/internal/obj: mark unspill code in prologue preemptiblezhouguangyuan
2023-09-07cmd/internal/obj/ppc64: do not assemble non-constant rotate RLWMIPaul E. Murphy
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-21cmd/internal/obj/ppc64: modify PCALIGN to ensure alignmentLynn Boger
2023-04-21cmd/link,cmd/internal/obj/ppc64: enable PCrel on power10/ppc64/linuxPaul E. Murphy
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
2023-04-04all: fix misuses of "a" vs "an"cui fliter
2023-03-24cmd/internal/obj/ppc64: fix incorrect base reg causing segvLynn Boger