aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ppc64
AgeCommit message (Expand)Author
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
2020-10-06cmd/compile,cmd/internal/obj/ppc64: use mulli where possibleLynn Boger
2020-10-01cmd/compile,cmd/internal/obj/ppc64: fix some shift rules due to a regressionLynn Boger
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-08-27cmd/compile: generate subfic on ppc64Paul E. Murphy
2020-08-27cmd/compile: remove unused carry related ssa ops in ppc64Paul E. Murphy
2020-08-18cmd/compile: combine multiply/add into maddld on ppc64le/power9Paul E. Murphy
2020-04-29cmd/compile,cmd/internal/obj/ppc64: use mod instructions on power9Lynn Boger
2020-04-10cmd/compile: use a Sym type instead of interface{} for symbolic offsetsKeith Randall
2020-04-06cmd/compile: improve lowered moves and zeros for ppc64leLynn Boger
2020-03-21cmd/compile: indexed loads/stores can't be faultOnNilArg0Keith Randall
2020-03-02cmd/compile: remove duplicate ppc64 rulesJosh Bleecher Snyder
2019-11-10cmd/compile: enable nil check logging for other architectures.David Chase
2019-11-07cmd/compile, cmd/internal/obj/ppc64: use LR for indirect callsCherry Zhang
2019-10-29cmd/compile: intrinsics for runtime/internal/atomic.Store8Austin Clements
2019-10-28cmd/compile: delete ZeroAutoCherry Zhang
2019-10-08cmd/compile: use vsx loads and stores for LoweredMove, LoweredZero on ppc64xLynn Boger
2019-10-02cmd/compile: allow multiple SSA block control valuesMichael Munday
2019-09-23cmd/compile: fix register masks of ANDCC et al. on PPC64Cherry Zhang
2019-09-18cmd/asm,cmd/compile: clean up isel codegen on ppc64xLynn Boger
2019-05-06all: simplify code using "gofmt -s -w"Shulhan
2019-05-03cmd/compile,runtime/internal/atomic: add Load8Austin Clements
2019-05-01cmd/compile/internal/ppc64: improve naming for ginsnop2Lynn Boger
2019-04-28cmd/compile: intrinsify math/bits.Add64 for ppc64xCarlos Eduardo Seo
2019-04-07cmd/compile: remove AUNDEF opcodeKeith Randall
2019-03-20cmd/compile/internal, cmd/internal/obj/ppc64: generate new count trailing zer...Carlos Eduardo Seo
2019-03-18cmd/compile,runtime: provide index information on bounds check failureKeith Randall
2019-02-25cmd/compile: call ginsnop, not ginsnop2 on ppc64le for mid-stack inlining tra...Lynn Boger
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-11-26cmd/compile: fix nilcheck for AIXClément Chigot
2018-11-26runtime: handle 64bits addresses for AIXClément Chigot
2018-11-09cmd/compile: use ANDCC, ORCC, XORCC to avoid CMP on ppc64xLynn Boger
2018-10-23cmd/compile, runtime: add new lightweight atomics for ppc64xCarlos Eduardo Seo
2018-10-08all: fix a bunch of misspellingsIgor Zhilianin
2018-10-03cmd/compile: add rules to use index regs for ppc64xLynn Boger
2018-10-02cmd/compile: instrinsify math/bits.Mul on ppc64xCarlos Eduardo Seo
2018-05-08cmd/compile,test: combine byte loads and stores on ppc64leLynn Boger
2018-05-02cmd/compile: intrinsify runtime.getcallerpc on all link register architecturesWei Xiao
2018-04-26cmd/compile, cmd/internal/obj/ppc64: make math.Round an intrinsic on ppc64xCarlos Eduardo Seo
2018-04-20cmd/compile: don't lower OpConvertAustin Clements
2018-04-20cmd/compile: generate load without DS relocation for go.string on ppc64leLynn Boger
2018-04-11cmd/compile: use Block.Likely to put likely branch firstDavid Chase
2018-03-22cmd/compile/internal/ppc64, runtime internal/atomic, sync/atomic: implement f...Carlos Eduardo Seo
2018-02-13runtime: buffered write barrier for ppc64Austin Clements
2017-10-30cmd/compile,cmd/internal/obj/ppc64: make math.Abs,math.Copysign instrinsics o...Lynn Boger
2017-10-10cmd/compile: clean up ADDconst on PPC64Cherry Zhang
2017-10-10cmd/compile: intrinsify runtime.getcallerspCherry Zhang