| Commit message (Expand) | Author | Age | Files | Lines |
| * | cmd/internal/obj/s390x: simplify huge frame prologue | Austin Clements | 2021-04-05 | 1 | -67/+37 |
| * | cmd/asm, cmd/link, runtime: introduce FuncInfo flag bits | Russ Cox | 2021-02-19 | 1 | -0/+16 |
| * | cmd/internal/obj/{arm,s390x}: make return jump print nicer | Cherry Zhang | 2020-10-26 | 1 | -2/+4 |
| * | cmd/internal/obj: move LSym.Func into LSym.Extra | Russ Cox | 2020-10-16 | 1 | -14/+14 |
| * | cmd/compile,cmd/asm: simplify recording of branch targets, take 2 | Keith Randall | 2020-08-31 | 1 | -5/+5 |
| * | Revert "cmd/compile,cmd/asm: simplify recording of branch targets" | Keith Randall | 2020-08-28 | 1 | -5/+5 |
| * | cmd/compile,cmd/asm: simplify recording of branch targets | Keith Randall | 2020-08-27 | 1 | -5/+5 |
| * | cmd/internal/obj: fix inline marker issue on s390x | Michael Munday | 2020-08-20 | 1 | -11/+0 |
| * | Revert "cmd/internal/obj: fix inline marker issue on s390x" | Austin Clements | 2020-08-17 | 1 | -0/+11 |
| * | cmd/internal/obj: fix inline marker issue on s390x | Michael Munday | 2020-08-14 | 1 | -11/+0 |
| * | cmd/internal/obj: mark split-stack prologue nonpreemptible | Cherry Zhang | 2019-11-27 | 1 | -20/+14 |
| * | cmd/internal/obj/s390x: mark unsafe points | Cherry Zhang | 2019-11-07 | 1 | -1/+7 |
| * | cmd/asm: add masked branch and conditional load instructions to s390x | Michael Munday | 2019-09-25 | 1 | -0/+9 |
| * | cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64 | Clément Chigot | 2019-01-09 | 1 | -2/+2 |
| * | cmd/internal/obj: consolidate emitting entry stack map | Austin Clements | 2018-05-22 | 1 | -7/+1 |
| * | cmd/compile: intrinsify runtime.getcallerpc on all link register architectures | Wei Xiao | 2018-05-02 | 1 | -0/+13 |
| * | cmd/compile: add DWARF reg defs & fix 32-bit location list bug | David Chase | 2018-03-09 | 1 | -6/+7 |
| * | cmd/compile: fix large global variables in -linkshared mode on s390x | Michael Munday | 2017-09-20 | 1 | -6/+6 |
| * | cmd/compile: stop rematerializable ops from clobbering flags | Michael Munday | 2017-09-20 | 1 | -5/+15 |
| * | cmd/internal/obj: change Prog.From3 to RestArgs ([]Addr) | isharipo | 2017-09-15 | 1 | -1/+1 |
| * | cmd/internal/obj: eliminate LSym.Version | Josh Bleecher Snyder | 2017-04-20 | 1 | -3/+3 |
| * | cmd/internal/objabi: extract shared functionality from obj | Matthew Dempsky | 2017-04-19 | 1 | -9/+10 |
| * | cmd/internal/obj: un-embed FuncInfo field in LSym | Matthew Dempsky | 2017-04-18 | 1 | -15/+15 |
| * | cmd/internal/obj: stop storing Text flags in From3 | Josh Bleecher Snyder | 2017-04-12 | 1 | -8/+8 |
| * | cmd/internal/obj/s390x: make assembler almost concurrency-safe | Josh Bleecher Snyder | 2017-04-11 | 1 | -79/+77 |
| * | cmd/internal/obj: remove timing prints from assemblers | Josh Bleecher Snyder | 2017-04-07 | 1 | -3/+0 |
| * | cmd/internal/obj: eagerly initialize assemblers | Josh Bleecher Snyder | 2017-04-07 | 1 | -0/+1 |
| * | cmd/internal/obj: unify creation of numeric literal syms | Josh Bleecher Snyder | 2017-04-06 | 1 | -20/+6 |
| * | cmd/internal/obj: remove Linklookup | Josh Bleecher Snyder | 2017-04-06 | 1 | -6/+6 |
| * | cmd/compile: teach assemblers to accept a Prog allocator | Josh Bleecher Snyder | 2017-04-06 | 1 | -41/+41 |
| * | cmd/internal/obj: make morestack cutoff the same on all architectures | Michael Munday | 2017-03-29 | 1 | -2/+2 |
| * | cmd/internal/obj: eliminate Prog.Mode | Josh Bleecher Snyder | 2017-03-26 | 1 | -1/+0 |
| * | cmd/internal/obj: convert Debug* Link fields into bools | Josh Bleecher Snyder | 2017-03-20 | 1 | -1/+1 |
| * | cmd/internal/obj/s390x: cleanup objz.go | Michael Munday | 2017-03-20 | 1 | -132/+14 |
| * | cmd/{asm,internal/obj/s390x}, math: remove emulated float instructions | Michael Munday | 2017-02-10 | 1 | -2/+0 |
| * | cmd/internal/obj: remove Follow pass | Cherry Zhang | 2017-02-07 | 1 | -171/+0 |
| * | [dev.inline] cmd/internal/obj: rename Prog.Lineno to Prog.Pos | David Lazar | 2016-12-09 | 1 | -2/+2 |
| * | cmd/internal/obj: save link register in leaf function with non-empty frame on... | Cherry Zhang | 2016-10-25 | 1 | -8/+13 |
| * | cmd/internal/obj: Use bitfield for LSym attributes | shaharko | 2016-10-25 | 1 | -10/+10 |
| * | cmd/internal/obj/{ppc64,s390x}: mark functions with small stacks NOSPLIT | Michael Munday | 2016-10-18 | 1 | -2/+8 |
| * | runtime, cmd/internal/obj: get rid of rewindmorestack | Cherry Zhang | 2016-10-05 | 1 | -3/+18 |
| * | cmd/asm, cmd/internal/obj/s390x: add new s390x instructions for SSA | Michael Munday | 2016-09-12 | 1 | -15/+10 |
| * | cmd/link/internal, cmd/internal/obj: introduce ctxt.Logf | Dave Cheney | 2016-08-25 | 1 | -2/+1 |
| * | cmd/internal/*: only call ctx.Bso.Flush when something has been written | Dave Cheney | 2016-08-25 | 1 | -1/+1 |
| * | all: make copyright headers consistent with one space after period | Emmanuel Odeke | 2016-05-02 | 1 | -1/+1 |
| * | cmd: add new common architecture representation | Matthew Dempsky | 2016-04-07 | 1 | -10/+5 |
| * | all: fix spelling mistakes | Eric Engestrom | 2016-04-03 | 1 | -2/+2 |
| * | cmd/internal/obj/s390x: add s390x support | Michael Munday | 2016-03-30 | 1 | -0/+1013 |