| Commit message (Expand) | Author | Age | Files | Lines |
| * | [dev.inline] cmd/internal/obj: remove vestiges of LineHist - not used anymore | Robert Griesemer | 2017-01-09 | 3 | -238/+2 |
| * | [dev.inline] cmd/internal/src: introduce compact source position representation | Robert Griesemer | 2017-01-09 | 5 | -5/+7 |
| * | [dev.inline] cmd/internal/src: replace src.Pos with syntax.Pos | Robert Griesemer | 2017-01-09 | 7 | -68/+87 |
| * | [dev.inline] cmd/internal/obj: rename Prog.Lineno to Prog.Pos | David Lazar | 2016-12-09 | 13 | -55/+55 |
| * | [dev.inline] cmd/internal/obj: use src.Pos in obj.Prog | David Lazar | 2016-12-09 | 3 | -4/+5 |
| * | cmd/internal/obj: rename obj.go to line.go | Matthew Dempsky | 2016-12-01 | 1 | -0/+0 |
| * | cmd/compile: generate frame pointers for otherwise frameless functions | Keith Randall | 2016-12-01 | 1 | -4/+20 |
| * | cmd/compile, cmd/link: weak relocation for ptrTo | David Crawshaw | 2016-11-22 | 2 | -0/+21 |
| * | cmd/internal/obj/arm64: fix branch too far for CBZ (and like) | Cherry Zhang | 2016-11-16 | 2 | -1/+63 |
| * | cmd/internal/obj/mips: add support for GOARCH=mips{,le} | Vladimir Stefanovic | 2016-11-08 | 7 | -353/+585 |
| * | cmd/internal/obj/arm64: materialize float constant 0 from zero register | Cherry Zhang | 2016-10-28 | 2 | -2/+14 |
| * | cmd/internal/obj/mips: materialize float constant 0 from zero register | Cherry Zhang | 2016-10-28 | 1 | -0/+12 |
| * | 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 | 3 | -59/+94 |
| * | cmd/internal/obj: Use bitfield for LSym attributes | shaharko | 2016-10-25 | 10 | -97/+122 |
| * | cmd/compile, cmd/link: more efficient typelink generation | shaharko | 2016-10-25 | 3 | -2/+10 |
| * | cmd/internal: add shift opcodes with shift operands on ppc64x | Lynn Boger | 2016-10-25 | 3 | -15/+74 |
| * | cmd, runtime: remove s390x 3 operand immediate logical ops | Michael Munday | 2016-10-25 | 1 | -49/+28 |
| * | cmd/compile, cmd/link: stop generating unused go.string.hdr symbols. | shaharko | 2016-10-25 | 2 | -13/+9 |
| * | cmd/internal/obj/mips: store LR before update SP in function prologue | Cherry Zhang | 2016-10-24 | 1 | -10/+15 |
| * | cmd/internal/obj: drop Addr's Gotype field | Matthew Dempsky | 2016-10-24 | 4 | -7/+3 |
| * | cmd/asm, cmd/internal/obj/s390x: fix VFMA and VFMS encoding | Michael Munday | 2016-10-21 | 1 | -1/+1 |
| * | cmd/internal/obj/x86: add some missing AMD64 instructions | Ilya Tocar | 2016-10-20 | 3 | -1/+30 |
| * | cmd/link, cmd/internal/obj: stop exporting various names | Ian Lance Taylor | 2016-10-19 | 5 | -11/+11 |
| * | cmd/internal/obj/{ppc64,s390x}: mark functions with small stacks NOSPLIT | Michael Munday | 2016-10-18 | 2 | -3/+15 |
| * | cmd/compile: merge loads into operations on s390x | Michael Munday | 2016-10-17 | 1 | -0/+69 |
| * | bytes: improve performance for bytes.Compare on ppc64x | Lynn Boger | 2016-10-17 | 3 | -0/+5 |
| * | cmd/internal/obj: document Prog | Michael Pratt | 2016-10-13 | 1 | -25/+48 |
| * | cmd/asm: recognize CR1-CR7 on ppc64x branch instructions | Lynn Boger | 2016-10-12 | 2 | -4/+64 |
| * | cmd/link: insert trampolines for too-far jumps on ARM | Cherry Zhang | 2016-10-11 | 2 | -2/+16 |
| * | cmd/internal/obj/s390x: remove support for stores of global addresses | Michael Munday | 2016-10-09 | 1 | -31/+3 |
| * | cmd/internal/obj/x86: On amd64, relocation type for and indirect call is pc-r... | Wedson Almeida Filho | 2016-10-09 | 1 | -1/+5 |
| * | cmd/{asm,compile}: replace TESTB op with CMPWconst on s390x | Michael Munday | 2016-10-07 | 1 | -1/+7 |
| * | cmd/asm, cmd/internal/obj/s390x: delete unused instructions | Michael Munday | 2016-10-06 | 3 | -51/+4 |
| * | cmd/{asm,compile}: add ANDW, ORW and XORW instructions to s390x | Michael Munday | 2016-10-06 | 3 | -85/+66 |
| * | cmd/compile: use CBZ/CBNZ instrunctions on ARM64 | Cherry Zhang | 2016-10-05 | 1 | -0/+4 |
| * | runtime, cmd/internal/obj: get rid of rewindmorestack | Cherry Zhang | 2016-10-05 | 6 | -13/+102 |
| * | cmd/internal/obj/arm: cleanup some unnecessary temps and conversions | Matthew Dempsky | 2016-09-29 | 1 | -22/+15 |
| * | cmd/internal/obj/arm: optimize MOVW $-off(R), R | Cherry Zhang | 2016-09-29 | 1 | -6/+12 |
| * | cmd/internal/obj/x86: cleanup | Ilya Tocar | 2016-09-29 | 1 | -92/+40 |
| * | math: add some assembly implementations on ARM64 | Cherry Zhang | 2016-09-27 | 1 | -2/+16 |
| * | cmd/asm, cmd/internal/obj/s390x: improve add/multiply-immediate codegen | Michael Munday | 2016-09-27 | 1 | -36/+44 |
| * | runtime, cmd/compile: implement and use DUFFCOPY on ARM64 | Cherry Zhang | 2016-09-27 | 1 | -2/+1 |
| * | cmd/compile: fix misaligned comments | Alberto Donizetti | 2016-09-27 | 1 | -2/+2 |
| * | 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/compile: simplify obj.ProgInfo and extract from obj.Prog | Matthew Dempsky | 2016-09-21 | 2 | -14/+1 |
| * | cmd/internal/obj: remove unused GOROOT-related fields | Matthew Dempsky | 2016-09-21 | 3 | -6/+0 |
| * | cmd/internal/obj: remove unused Textp and Etextp fields | Matthew Dempsky | 2016-09-21 | 1 | -2/+0 |
| * | cmd/internal/obj, cmd/link: darwin dynlink support | David Crawshaw | 2016-09-20 | 1 | -1/+1 |