aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/ppc64/obj9.go
AgeCommit message (Expand)Author
2018-05-22cmd/internal/obj: consolidate emitting entry stack mapAustin Clements
2018-05-02cmd/compile: intrinsify runtime.getcallerpc on all link register architecturesWei Xiao
2018-03-09cmd/compile: add DWARF reg defs & fix 32-bit location list bugDavid Chase
2018-02-26cmd: avoid unnecessary type conversionsKunpei Sakai
2017-09-15cmd/internal/obj: change Prog.From3 to RestArgs ([]Addr)isharipo
2017-05-09cmd/internal/obj, cmd/link: fix st_other field on PPC64Ian Lance Taylor
2017-04-26cmd/internal/obj/ppc64: use MOVDU to update stack reg for leaf functions wher...Lynn Boger
2017-04-20cmd/internal/obj: eliminate LSym.VersionJosh Bleecher Snyder
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2017-04-18cmd/internal/obj: un-embed FuncInfo field in LSymMatthew Dempsky
2017-04-12cmd/internal/obj: stop storing Text flags in From3Josh Bleecher Snyder
2017-04-11cmd/internal/obj/ppc64: make assembler almost concurrency-safeJosh Bleecher Snyder
2017-04-07cmd/internal/obj: remove timing prints from assemblersJosh Bleecher Snyder
2017-04-07cmd/internal/obj: eagerly initialize assemblersJosh Bleecher Snyder
2017-04-06cmd/internal/obj: unify creation of numeric literal symsJosh Bleecher Snyder
2017-04-06cmd/internal/obj: remove LinklookupJosh Bleecher Snyder
2017-04-06cmd/compile: teach assemblers to accept a Prog allocatorJosh Bleecher Snyder
2017-03-29cmd/internal/obj: make morestack cutoff the same on all architecturesMichael Munday
2017-03-20cmd/internal/obj: convert Debug* Link fields into boolsJosh Bleecher Snyder
2017-03-17cmd/internal/obj/ppc64: remove stackbarrier function checkJosh Bleecher Snyder
2017-02-07cmd/internal/obj: remove Follow passCherry Zhang
2016-12-09[dev.inline] cmd/internal/obj: rename Prog.Lineno to Prog.PosDavid Lazar
2016-10-25cmd/internal/obj: save link register in leaf function with non-empty frame on...Cherry Zhang
2016-10-25cmd/internal/obj: Use bitfield for LSym attributesshaharko
2016-10-18cmd/internal/obj/{ppc64,s390x}: mark functions with small stacks NOSPLITMichael Munday
2016-10-05runtime, cmd/internal/obj: get rid of rewindmorestackCherry Zhang
2016-08-25cmd/link/internal, cmd/internal/obj: introduce ctxt.LogfDave Cheney
2016-08-25cmd/internal/*: only call ctx.Bso.Flush when something has been writtenDave Cheney
2016-05-05sync/atomic, runtime/internal/atomic: improve ppc64x atomicsLynn Boger
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-04-14cmd/internal/obj: change Link.Flag_shared to boolMatthew Dempsky
2016-04-07cmd: add new common architecture representationMatthew Dempsky
2016-04-03all: fix spelling mistakesEric Engestrom
2016-03-28cmd/internal/obj: convert fields of LSym from uint8 to boolMarvin Stenger
2016-03-08cmd/internal/obj: add As type for assembly opcodesMatthew Dempsky
2016-03-02all: single space after period.Brad Fitzpatrick
2015-12-02cmd/internal/obj: fix stack barriers in ppc64le shared libsMichael Hudson-Doyle
2015-11-13cmd/internal/obj/ppc64: avoid calling morestack via a PLT when dynamically li...Michael Hudson-Doyle
2015-11-13cmd/internal/obj, cmd/link: access global data via GOT when dynlinking on ppc...Michael Hudson-Doyle
2015-11-12cmd/compile, cmd/link, runtime: on ppc64x, maintain the TOC pointer in R2 whe...Michael Hudson-Doyle
2015-10-18cmd/compile, cmd/internal/obj: centralize knowledge of size of fixed part of ...Michael Hudson-Doyle
2015-10-18cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on...Michael Hudson-Doyle
2015-10-06cmd/compile/internal/ppc64: fix the epilogue for non-leaf generated methodsMichael Hudson-Doyle
2015-06-06cmd/compile: use obj.ARET instead of ppc64.ARETURNAustin Clements
2015-05-01cmd/internal/obj: clean up BiobufDave Cheney
2015-04-29cmd/internal/obj: Delete Link.SymmorestackMichael Hudson-Doyle
2015-04-22cmd/5g, etc, cmd/internal/gc, cmd/internal/obj, etc: coalesce bool2int implem...Michael Hudson-Doyle
2015-04-01cmd/5g etc: merge simple case expressions onto fewer linesJosh Bleecher Snyder
2015-03-20cmd/internal/obj: replace Addr.U struct {...} with Val interface{}Russ Cox
2015-03-17cmd/...: remove use of func() { ... }() in loop incrementRuss Cox