| Commit message (Expand) | Author | Age | Files | Lines |
| * | [dev.inline] cmd/internal/obj: rename Prog.Lineno to Prog.Pos | David Lazar | 2016-12-09 | 1 | -14/+14 |
| * | cmd/asm, cmd/internal/obj/ppc64: Add vector scalar (VSX) registers and instru... | Carlos Eduardo Seo | 2016-10-28 | 5 | -0/+654 |
| * | cmd/internal/obj: save link register in leaf function with non-empty frame on... | Cherry Zhang | 2016-10-25 | 1 | -27/+41 |
| * | cmd/internal/obj: Use bitfield for LSym attributes | shaharko | 2016-10-25 | 1 | -10/+10 |
| * | cmd/internal: add shift opcodes with shift operands on ppc64x | Lynn Boger | 2016-10-25 | 3 | -15/+74 |
| * | cmd/link, cmd/internal/obj: stop exporting various names | Ian Lance Taylor | 2016-10-19 | 1 | -2/+2 |
| * | cmd/internal/obj/{ppc64,s390x}: mark functions with small stacks NOSPLIT | Michael Munday | 2016-10-18 | 1 | -1/+7 |
| * | bytes: improve performance for bytes.Compare on ppc64x | Lynn Boger | 2016-10-17 | 3 | -0/+5 |
| * | cmd/asm: recognize CR1-CR7 on ppc64x branch instructions | Lynn Boger | 2016-10-12 | 2 | -4/+64 |
| * | runtime, cmd/internal/obj: get rid of rewindmorestack | Cherry Zhang | 2016-10-05 | 1 | -2/+33 |
| * | math, cmd/internal/obj/ppc64: improve floor, ceil, trunc with asm | Lynn Boger | 2016-09-23 | 3 | -0/+30 |
| * | cmd/compile: use ISEL, cleanup use of zero & extensions | David Chase | 2016-09-22 | 1 | -3/+3 |
| * | cmd/asm, cmd/internal/obj/ppc64: add ppc64 vector registers and instructions | Carlos Eduardo Seo | 2016-09-19 | 5 | -7/+964 |
| * | cmd/asm: ppc64le support for ISEL for use by SSA | Lynn Boger | 2016-09-13 | 3 | -0/+17 |
| * | cmd/compile, runtime, etc: get rid of constant FP registers | Cherry Zhang | 2016-08-30 | 1 | -23/+18 |
| * | math/big: add assembly implementation of arith for ppc64{le} | Ethan Miller | 2016-08-29 | 3 | -0/+24 |
| * | cmd/link/internal, cmd/internal/obj: introduce ctxt.Logf | Dave Cheney | 2016-08-25 | 2 | -3/+2 |
| * | cmd/internal/*: only call ctx.Bso.Flush when something has been written | Dave Cheney | 2016-08-25 | 1 | -1/+1 |
| * | cmd/compile: ppc64le working, not optimized enough | David Chase | 2016-08-18 | 2 | -7/+7 |
| * | cmd/internal/obj: convert Aconv to a stringer | Michael Pratt | 2016-08-16 | 1 | -9/+9 |
| * | [dev.ssa] cmd/compile: PPC64, FP to/from int conversions.dev.ssa | David Chase | 2016-08-15 | 3 | -4/+22 |
| * | [dev.ssa] cmd/compile: Add initial SSA configuration for PPC64 | Lynn Boger | 2016-06-28 | 1 | -0/+9 |
| * | sync/atomic, runtime/internal/atomic: improve ppc64x atomics | Lynn Boger | 2016-05-05 | 4 | -0/+19 |
| * | cmd/compile: fix uint64 to float casts on ppc64 | Michael Munday | 2016-05-04 | 3 | -0/+10 |
| * | all: make copyright headers consistent with one space after period | Emmanuel Odeke | 2016-05-02 | 4 | -4/+4 |
| * | cmd: remove unnecessary type conversions | Matthew Dempsky | 2016-04-15 | 1 | -7/+7 |
| * | cmd/internal/obj: change Link.Flag_shared to bool | Matthew Dempsky | 2016-04-14 | 2 | -7/+7 |
| * | cmd: add new common architecture representation | Matthew Dempsky | 2016-04-07 | 1 | -16/+6 |
| * | all: fix spelling mistakes | Eric Engestrom | 2016-04-03 | 2 | -4/+4 |
| * | cmd/internal/obj: add copyright header to files | Michael Munday | 2016-03-30 | 1 | -0/+4 |
| * | cmd/internal/obj: convert fields of LSym from uint8 to bool | Marvin Stenger | 2016-03-28 | 1 | -3/+3 |
| * | cmd/internal/obj: convert Symgrow to a method | Josh Bleecher Snyder | 2016-03-16 | 1 | -1/+1 |
| * | cmd/internal/obj: remove LSym.Value | Josh Bleecher Snyder | 2016-03-16 | 1 | -2/+2 |
| * | cmd/internal/obj: add As type for assembly opcodes | Matthew Dempsky | 2016-03-08 | 2 | -27/+25 |
| * | cmd/internal/obj: simplify Optab range handling code | Matthew Dempsky | 2016-03-07 | 1 | -35/+19 |
| * | cmd/compile: use a uint8-sized named type for Addr.Type | Josh Bleecher Snyder | 2016-03-06 | 1 | -1/+1 |
| * | cmd/internal/obj/ppc64: eliminate ~700 conversions by tweaking signatures | Michael Hudson-Doyle | 2016-03-04 | 1 | -421/+421 |
| * | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 1 | -1/+1 |
| * | cmd/compile, cmd/internal/obj: ignore AUSEFIELD | Ian Lance Taylor | 2015-12-09 | 1 | -2/+2 |
| * | cmd/internal/obj: fix stack barriers in ppc64le shared libs | Michael Hudson-Doyle | 2015-12-02 | 1 | -2/+5 |
| * | cmd/internal/obj/ppc64: avoid calling morestack via a PLT when dynamically li... | Michael Hudson-Doyle | 2015-11-13 | 1 | -8/+51 |
| * | cmd/internal/obj, cmd/link: access global data via GOT when dynlinking on ppc... | Michael Hudson-Doyle | 2015-11-13 | 4 | -0/+147 |
| * | cmd/internal/obj, runtime: implement IE model TLS on ppc64le | Michael Hudson-Doyle | 2015-11-12 | 3 | -1/+39 |
| * | cmd/internal/obj, cmd/link: generate position independent loads of static data | Michael Hudson-Doyle | 2015-11-12 | 1 | -6/+22 |
| * | cmd/compile, cmd/link, runtime: on ppc64x, maintain the TOC pointer in R2 whe... | Michael Hudson-Doyle | 2015-11-12 | 3 | -4/+55 |
| * | cmd/internal/obj, cmd/link: handle the fact that a few store/loads on ppc64 a... | Michael Hudson-Doyle | 2015-11-08 | 1 | -16/+50 |
| * | cmd/internal/obj/ppc64: fix assembly of SRADCC with immediate | Michael Hudson-Doyle | 2015-11-05 | 1 | -1/+1 |
| * | cmd/internal/obj, cmd/link, runtime: handle TLS more like a platform linker o... | Michael Hudson-Doyle | 2015-10-29 | 3 | -0/+18 |
| * | cmd/internal/obj, cmd/link: simplify ppc64 archreloc now that the original va... | Michael Hudson-Doyle | 2015-10-29 | 1 | -19/+19 |
| * | cmd/compile, cmd/internal/obj: centralize knowledge of size of fixed part of ... | Michael Hudson-Doyle | 2015-10-18 | 2 | -5/+5 |