| 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 | 8 | -5/+151 |
| * | [dev.inline] cmd/internal/src: replace src.Pos with syntax.Pos | Robert Griesemer | 2017-01-09 | 10 | -100/+424 |
| * | [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 |
| * | [dev.inline] cmd/internal/src: introduce NoPos and use it instead Pos{} | Robert Griesemer | 2016-12-09 | 1 | -0/+3 |
| * | [dev.inline] cmd/internal/src: make Pos implementation abstract | Robert Griesemer | 2016-12-08 | 1 | -3/+21 |
| * | [dev.inline] cmd/compile: introduce cmd/internal/src.Pos type for line numbers | Robert Griesemer | 2016-12-08 | 1 | -0/+11 |
| * | 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/objdump: copy gosym.PCValue into internal package | Keith Randall | 2016-12-01 | 1 | -2/+49 |
| * | cmd/compile, cmd/link: weak relocation for ptrTo | David Crawshaw | 2016-11-22 | 2 | -0/+21 |
| * | cmd/compile: ensure necessary types appear in .debug_info | David Chase | 2016-11-16 | 1 | -0/+4 |
| * | cmd/internal/obj/arm64: fix branch too far for CBZ (and like) | Cherry Zhang | 2016-11-16 | 2 | -1/+63 |
| * | cmd/internal/browser: add chromium to the list of browsers | Daniel Martà | 2016-11-12 | 1 | -1/+6 |
| * | cmd/internal/obj/mips: add support for GOARCH=mips{,le} | Vladimir Stefanovic | 2016-11-08 | 7 | -353/+585 |
| * | cmd/internal/sys, runtime/internal/sys: gofmt | Michael Munday | 2016-11-07 | 1 | -7/+7 |
| * | cmd/internal/sys: add support for GOARCH=mips{,le} | Vladimir Stefanovic | 2016-11-03 | 1 | -0/+23 |
| * | cmd/pprof: move cmd/internal/pprof back to cmd/pprof/internal | Russ Cox | 2016-11-02 | 13 | -5032/+0 |
| * | internal/pprof/profile: new package, moved from cmd/internal/pprof/profile | Russ Cox | 2016-11-02 | 15 | -3005/+7 |
| * | cmd/compile: mark temps with new AutoTemp flag, and use it. | David Chase | 2016-10-31 | 1 | -4/+0 |
| * | 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 |
| * | runtime: Profile goroutines holding contended mutexes. | Peter Weinberger | 2016-10-28 | 1 | -7/+21 |
| * | cmd/compile: avoid truncating fieldname var locations | Than McIntosh | 2016-10-26 | 1 | -5/+0 |
| * | 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/objfile: remove debugging print | Russ Cox | 2016-10-24 | 1 | -1/+0 |
| * | 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/internal/objfile: add ppc64/ppc64le disassembler support | Shenghou Ma | 2016-10-13 | 2 | -8/+29 |
| * | cmd/asm: recognize CR1-CR7 on ppc64x branch instructions | Lynn Boger | 2016-10-12 | 2 | -4/+64 |
| * | cmd/pprof: instruction-level granularity in callgrind output | Michael Pratt | 2016-10-12 | 2 | -14/+54 |
| * | 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 |