aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/ppc64/a.out.go
AgeCommit message (Expand)Author
2025-10-21all: eliminate unnecessary type conversionsJes Cok
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-10-29cmd/internal/obj/ppc64: add double-decimal arithmetic instructionsJayanth Krishnamurthy
2024-04-01cmd/compile: support float min/max instructions on PPC64Paul 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: remove unused C_XER optab classPaul E. Murphy
2023-11-09cmd/internal/obj/ppc64: remove C_UCON optab matching classPaul E. Murphy
2023-03-22cmd/internal/obj/ppc64: add VC[LT]ZLSBB instructionsPaul E. Murphy
2023-03-08cmd/internal/obj/ppc64: add SETB instructionPaul 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,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-05-06cmd/compile,cmd/asm: fix ppc64 usage of BI argument of BC opcodePaul E. Murphy
2022-03-11cmd/asm: add support for bdnz/bdz extended mnemonics on PPC64Paul E. Murphy
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: remove unused REG_DCR typesPaul E. Murphy
2021-09-23cmd/compile: enable reg args and add duffcopy support on ppc64xLynn 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-04-30cmd/internal/obj/ppc64: simplify got/toc address classificationPaul 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-03-19cmd/internal/obj/ppc64: consolidate memory classificationsPaul E. Murphy
2020-09-28cmd/asm,cmd/compile,cmd/internal/obj/ppc64: add extswsli support on power9Lynn Boger
2020-09-17cmd/compile: use combined shifts to improve array addressing on ppc64xLynn Boger
2020-04-29cmd/compile,cmd/internal/obj/ppc64: use mod instructions on power9Lynn Boger
2020-04-23cmd/asm,cmd/internal/obj/ppc64: update instructions and testsLynn Boger
2020-03-13cmd/internal/obj/ppc64: clean up some opcodesLynn Boger
2019-11-04cmd/internal/obj/ppc64: add support for DQ-form instructionsCarlos Eduardo Seo
2019-08-29cmd/internal/obj/ppc64: add support for vmrgow,vmrgewLynn Boger
2019-03-20cmd/compile/internal, cmd/internal/obj/ppc64: generate new count trailing zer...Carlos Eduardo Seo
2018-11-28cmd/asm,cmd/internal/obj/ppc64: add VPERMXOR to ppc64 assemblerLynn Boger
2018-11-27cmd: fix symbols addressing for aix/ppc64Clément Chigot
2018-04-26cmd/compile, cmd/internal/obj/ppc64: make math.Round an intrinsic on ppc64xCarlos Eduardo Seo
2018-04-18cmd/internal/obj/ppc64: add vector multiply instructionsCarlos Eduardo Seo
2018-03-13cmd/internal/obj/ppc64: implement full operand support for l*arx instructionsCarlos Eduardo Seo
2018-03-09cmd/compile: add DWARF reg defs & fix 32-bit location list bugDavid Chase
2018-02-15cmd/asm, cmd/internal/obj/ppc64: add Immediate Shifted opcodes for ppc64xCarlos Eduardo Seo
2017-11-06runtime: improve IndexByte for ppc64xCarlos Eduardo Seo
2017-10-30cmd/compile,cmd/internal/obj/ppc64: make math.Abs,math.Copysign instrinsics o...Lynn Boger
2017-09-14cmd/compile,math: improve int<->float conversions on ppc64xLynn Boger
2017-08-29cmd/asm, cmd/internal/obj/ppc64: add ISA 3.0 instructionsCarlos Eduardo Seo
2017-04-20cmd/compile: add rotates to PPC64.rulesLynn Boger
2017-02-09cmd/asm, cmd/internal/obj/ppc64: Add ISA 2.05, 2.06 and 2.07 instructions.Carlos Eduardo Seo