aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ppc64
AgeCommit message (Expand)Author
2024-04-01cmd/compile: support float min/max instructions on PPC64Paul E. Murphy
2024-03-15cmd/compile/internal: generate ADDZE on PPC64Paul E. Murphy
2023-11-13cmd/compile/internal/ssa: on PPC64, merge (CMPconst [0] (op ...)) more aggres...Paul E. Murphy
2023-10-11cmd/compile, runtime/internal/atomic: add lwsync for false ppc64 casIan Lance Taylor
2023-08-14cmd/compile/internal: add RLDICR opcode for PPC64Paul E. Murphy
2023-05-24cmd/asm: refine some APIs related to Prog.RestArgs[]ruinan
2023-05-19all: generate NOTOC shared code on power10/PPC64/linuxPaul E. Murphy
2023-02-24cmd/compile: batch write barrier callsKeith Randall
2023-02-07cmd/compile: remove unused ISELB PPC64 ssa opcodePaul E. Murphy
2023-02-06cmd/compile: add rules to emit SETBC/R instructions on power10Archana R
2023-02-03cmd/compile: intrinsify math/bits/ReverseBytes{16|32|64} for ppc64/power10Archana R
2022-12-03all: fix some comments for methodcui fliter
2022-11-14cmd/compile: merge zero constant ISEL in PPC64 lateLower passPaul E. Murphy
2022-10-07cmd/compile: leverage cc ops in more cases on ppc64xLynn Boger
2022-09-29cmd/compile/internal/ppc64: delete useless breakcuiweixie
2022-09-27cmd/compile: rework PPC64 Mul64uhilo lowering rulesPaul E. Murphy
2022-08-26cmd/compile: remove branch in atomicCas{32,64} sequence on ppc64x.Lynn Boger
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2022-08-08cmd/compile: fix confusion with ANDCCconst in PPC64 rulesLynn Boger
2022-05-17all: fix spellingJohn Bampton
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-05cmd/compile/internal: intrinsify publicationBarrier on ppc64xLynn Boger
2022-04-19cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch fieldAustin Clements
2022-03-29cmd/compile: add PPC64 ssa ops to support carry chain arithmeticPaul E. Murphy
2022-03-03cmd/asm,cmd/compile: generate preferred nop on PPC64Paul E. Murphy
2021-12-03cmd/compile: set PPC64's MAXWIDTH as other architecturesCherry Mui
2021-10-05cmd/compile: add prefetch intrinsic support on PPC64Archana R
2021-09-22cmd/compile/internal/ppc64: add initial spill supportLynn Boger
2021-09-21cmd/compile/internal: add ABI register information for ppc64Lynn Boger
2021-09-17cmd/compile: restore tail call for method wrappersCherry Mui
2021-08-03[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-07-30[dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla...Austin Clements
2021-07-30[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-03-19cmd/compile: add clobberdeadreg modeCherry Zhang
2021-03-10cmd/compile/internal: improve handling of DS form offsets on ppc64xLynn Boger
2021-03-09cmd/asm,cmd/compile: support 5 operand RLWNM/RLWMI on ppc64Paul E. Murphy
2021-02-25cmd/internal/obj: add Prog.SetFrom3{Reg,Const}Josh Bleecher Snyder
2020-12-23[dev.regabi] cmd/compile: split out package ssagen [generated]Russ Cox
2020-12-23[dev.regabi] cmd/compile: split out package objw [generated]Russ Cox
2020-12-23[dev.regabi] cmd/compile: move type size calculations into package types [gen...Russ Cox
2020-12-23[dev.regabi] cmd/compile: group known symbols, packages, names [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: replace *Node type with an interface Node [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: introduce cmd/compile/internal/ir [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: introduce cmd/compile/internal/base [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: clean up debug flag (-d) handling [generated]Russ Cox
2020-11-19cmd/compile,cmd/asm: fix function pointer call perf regression on ppc64Paul E. Murphy
2020-10-27cmd/compile: combine more 32 bit shift and mask operations on ppc64Paul E. Murphy
2020-10-23cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on PPC64Michael Pratt