aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/ppc64
AgeCommit message (Expand)Author
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-28cmd/asm, cmd/internal/obj/ppc64: Add vector scalar (VSX) registers and instru...Carlos Eduardo Seo
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-25cmd/internal: add shift opcodes with shift operands on ppc64xLynn Boger
2016-10-19cmd/link, cmd/internal/obj: stop exporting various namesIan Lance Taylor
2016-10-18cmd/internal/obj/{ppc64,s390x}: mark functions with small stacks NOSPLITMichael Munday
2016-10-17bytes: improve performance for bytes.Compare on ppc64xLynn Boger
2016-10-12cmd/asm: recognize CR1-CR7 on ppc64x branch instructionsLynn Boger
2016-10-05runtime, cmd/internal/obj: get rid of rewindmorestackCherry Zhang
2016-09-23math, cmd/internal/obj/ppc64: improve floor, ceil, trunc with asmLynn Boger
2016-09-22cmd/compile: use ISEL, cleanup use of zero & extensionsDavid Chase
2016-09-19cmd/asm, cmd/internal/obj/ppc64: add ppc64 vector registers and instructionsCarlos Eduardo Seo
2016-09-13cmd/asm: ppc64le support for ISEL for use by SSALynn Boger
2016-08-30cmd/compile, runtime, etc: get rid of constant FP registersCherry Zhang
2016-08-29math/big: add assembly implementation of arith for ppc64{le}Ethan Miller
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-08-18cmd/compile: ppc64le working, not optimized enoughDavid Chase
2016-08-16cmd/internal/obj: convert Aconv to a stringerMichael Pratt
2016-08-15[dev.ssa] cmd/compile: PPC64, FP to/from int conversions.David Chase
2016-06-28[dev.ssa] cmd/compile: Add initial SSA configuration for PPC64Lynn Boger
2016-05-05sync/atomic, runtime/internal/atomic: improve ppc64x atomicsLynn Boger
2016-05-04cmd/compile: fix uint64 to float casts on ppc64Michael Munday
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-04-15cmd: remove unnecessary type conversionsMatthew Dempsky
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-30cmd/internal/obj: add copyright header to filesMichael Munday
2016-03-28cmd/internal/obj: convert fields of LSym from uint8 to boolMarvin Stenger
2016-03-16cmd/internal/obj: convert Symgrow to a methodJosh Bleecher Snyder
2016-03-16cmd/internal/obj: remove LSym.ValueJosh Bleecher Snyder
2016-03-08cmd/internal/obj: add As type for assembly opcodesMatthew Dempsky
2016-03-07cmd/internal/obj: simplify Optab range handling codeMatthew Dempsky
2016-03-06cmd/compile: use a uint8-sized named type for Addr.TypeJosh Bleecher Snyder
2016-03-04cmd/internal/obj/ppc64: eliminate ~700 conversions by tweaking signaturesMichael Hudson-Doyle
2016-03-02all: single space after period.Brad Fitzpatrick
2015-12-09cmd/compile, cmd/internal/obj: ignore AUSEFIELDIan Lance Taylor
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/internal/obj, runtime: implement IE model TLS on ppc64leMichael Hudson-Doyle
2015-11-12cmd/internal/obj, cmd/link: generate position independent loads of static dataMichael Hudson-Doyle
2015-11-12cmd/compile, cmd/link, runtime: on ppc64x, maintain the TOC pointer in R2 whe...Michael Hudson-Doyle
2015-11-08cmd/internal/obj, cmd/link: handle the fact that a few store/loads on ppc64 a...Michael Hudson-Doyle
2015-11-05cmd/internal/obj/ppc64: fix assembly of SRADCC with immediateMichael Hudson-Doyle
2015-10-29cmd/internal/obj, cmd/link, runtime: handle TLS more like a platform linker o...Michael Hudson-Doyle
2015-10-29cmd/internal/obj, cmd/link: simplify ppc64 archreloc now that the original va...Michael Hudson-Doyle