aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/ppc64
AgeCommit message (Expand)Author
2023-04-04all: fix misuses of "a" vs "an"cui fliter
2023-03-24cmd/internal/obj/ppc64: fix incorrect base reg causing segvLynn Boger
2023-03-22cmd/internal/obj/ppc64: add VC[LT]ZLSBB instructionsPaul E. Murphy
2023-03-08cmd/internal/obj/ppc64: add SETB instructionPaul E. Murphy
2023-02-28cmd/internal/obj: use prefix insn in MOV* opcodes for GOPPC64=power10Paul E. Murphy
2022-11-18all: add missing periods in commentscui fliter
2022-11-16cmd/internal/obj/ppc64: add ISA 3.1B opcodesPaul E. Murphy
2022-11-15cmd/internal/obj: use testenv.Command instead of exec.Command in testsBryan C. Mills
2022-10-26cmd/internal/obj/ppc64: generate big uint32 values in registerPaul E. Murphy
2022-10-26cmd: remove redundant _cui fliter
2022-09-28cmd/internal/obj/ppc64: remove unnecessary opcodesArchana R
2022-09-20all: replace package ioutil with os and io in srcAndy Pan
2022-09-15cmd/internal/obj/ppc64: add ISA 3.1 instructionsPaul E. Murphy
2022-09-15cmd/asm, cmd/internal/obj/ppc64: increase asm test coverage for PPC64Archana R
2022-09-07cmd/asm: improve argument to obj.Prog assignment on PPC64Paul E. Murphy
2022-09-07cmd/asm,cmd/internal/obj/ppc64: recognize ppc64 ISA 3.1 MMA registersPaul E. Murphy
2022-08-30cmd/asm: add new classification for index memory operands on PPC64Archana R
2022-08-18all: remove duplicate "the" words in commentsAbirdcfly
2022-08-12cmd/internal/obj/ppc64: eliminate dead code from asm9.goAndy Pan
2022-05-10cmd/compile: lower Add64/Sub64 into ssa on PPC64Paul E. Murphy
2022-05-06cmd/compile,cmd/asm: fix ppc64 usage of BI argument of BC opcodePaul E. Murphy
2022-05-04cmd/asm: on PPC64, allow ISEL to accept a CR bit argPaul E. Murphy
2022-04-19cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch fieldAustin Clements
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-11cmd/asm: add support for bdnz/bdz extended mnemonics on PPC64Paul E. Murphy
2022-03-03cmd/asm,cmd/compile: generate preferred nop on PPC64Paul E. Murphy
2021-12-20all: fix spelling errors found by misspellDan Kortschak
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-10-26cmd/internal/obj/ppc64: fix usage of CR bit argumentsPaul E. Murphy
2021-10-21cmd/internal/obj/ppc64: rework argument classificationsPaul E. Murphy
2021-10-12cmd/internal/obj/ppc64: support alignment of prefixed insnPaul E. Murphy
2021-10-11cmd/internal/obj/ppc64: fix mtocrf, cleanup other CR opsPaul E. Murphy
2021-10-11cmd/internal/obj/ppc64: remove unused REG_DCR typesPaul E. Murphy
2021-09-27cmd/internal/obj/ppc64: add a test for long branch fixupsPaul E. Murphy
2021-09-23cmd/compile: enable reg args and add duffcopy support on ppc64xLynn Boger
2021-09-15cmd/internal/obj/ppc64: generate prologue code compatible with new ABILynn Boger
2021-09-14cmd/internal/obj/ppc64: allow VR register arguments to VS registersPaul E. Murphy
2021-09-01cmd/internal/obj/ppc64: improve long conditional branch fixupPaul E. Murphy
2021-05-10runtime/cgo,cmd/internal/obj/ppc64: fix signals with cgoLynn Boger
2021-05-07cmd/internal/obj: consolidate MOVB cases with other MOV ops on ppc64Paul E. Murphy
2021-04-30cmd/internal/obj/ppc64: simplify got/toc address classificationPaul E. Murphy
2021-04-27cmd/internal/obj: refactor ppc64 address relocation code generationPaul E. Murphy
2021-04-22cmd/asm: fix RLDCR const1,reg,const2,reg on ppc64Paul E. Murphy
2021-04-15cmd/internal/obj: consolidate AMOVW and AMOVWZ optab entriesPaul E. Murphy
2021-04-13cmd/link: support 32b TLS_LE offsets on PPC64Paul E. Murphy
2021-04-07cmd/internal/obj: remove ppc64 msr support from MOV* insnsPaul E. Murphy
2021-04-06cmd/internal/obj: reorg ppc64 MOV* optab entries and remove unused classesPaul E. Murphy
2021-04-05cmd/internal/obj: remove duplicate ppc64 spr MOV* optab entriesPaul E. Murphy