| Commit message (Expand) | Author | Age | Files | Lines |
| * | [dev.inline] cmd/internal/src: introduce compact source position representation | Robert Griesemer | 2017-01-09 | 1 | -2/+2 |
| * | [dev.inline] cmd/internal/src: replace src.Pos with syntax.Pos | Robert Griesemer | 2017-01-09 | 10 | -98/+92 |
| * | [dev.inline] cmd/internal/obj: rename Prog.Lineno to Prog.Pos | David Lazar | 2016-12-09 | 1 | -20/+20 |
| * | [dev.inline] cmd/internal/obj: use src.Pos in obj.Prog | David Lazar | 2016-12-09 | 1 | -5/+6 |
| * | cmd/asm: fix parsing of the s390x instructions VSTE{G,F,H,B} | Michael Munday | 2016-11-28 | 2 | -1/+6 |
| * | cmd/asm/internal/asm: fix copy/paste errors in comment | Michael Munday | 2016-11-17 | 1 | -2/+2 |
| * | cmd/asm: add support for GOARCH=mips{,le} | Vladimir Stefanovic | 2016-11-08 | 6 | -12/+594 |
| * | cmd/internal/obj/mips: add support for GOARCH=mips{,le} | Vladimir Stefanovic | 2016-11-08 | 1 | -1/+1 |
| * | cmd/asm, cmd/internal/obj/ppc64: Add vector scalar (VSX) registers and instru... | Carlos Eduardo Seo | 2016-10-28 | 4 | -1/+205 |
| * | cmd/internal: add shift opcodes with shift operands on ppc64x | Lynn Boger | 2016-10-25 | 1 | -0/+9 |
| * | cmd/asm, cmd/internal/obj/s390x: fix VFMA and VFMS encoding | Michael Munday | 2016-10-21 | 1 | -1/+4 |
| * | cmd/internal/obj/x86: add some missing AMD64 instructions | Ilya Tocar | 2016-10-20 | 1 | -96/+96 |
| * | cmd/compile: merge loads into operations on s390x | Michael Munday | 2016-10-17 | 1 | -0/+29 |
| * | cmd/{asm,compile}: replace TESTB op with CMPWconst on s390x | Michael Munday | 2016-10-07 | 1 | -0/+4 |
| * | cmd/asm, cmd/internal/obj/s390x: delete unused instructions | Michael Munday | 2016-10-06 | 1 | -5/+1 |
| * | cmd/{asm,compile}: add ANDW, ORW and XORW instructions to s390x | Michael Munday | 2016-10-06 | 1 | -0/+36 |
| * | cmd/asm: close file before remove | Yasuhiro Matsumoto | 2016-10-05 | 1 | -0/+1 |
| * | cmd/asm: fix parsing of the s390x VLE{G,F,H,B} instructions | Michael Munday | 2016-09-27 | 2 | -0/+7 |
| * | cmd/asm: add s390x instructions BLTU and BLEU | Michael Munday | 2016-09-27 | 2 | -0/+4 |
| * | cmd/asm, cmd/internal/obj/s390x: improve add/multiply-immediate codegen | Michael Munday | 2016-09-27 | 1 | -9/+11 |
| * | cmd/compile: intrinsify Ctz{32,64} and Bswap{32,64} on s390x | Michael Munday | 2016-09-19 | 1 | -0/+1 |
| * | cmd/asm, cmd/internal/obj/ppc64: add ppc64 vector registers and instructions | Carlos Eduardo Seo | 2016-09-19 | 5 | -3/+267 |
| * | cmd/internal/obj: replace AGLOBL with (*Link).Globl | Matthew Dempsky | 2016-09-17 | 1 | -11/+1 |
| * | cmd/asm: ppc64le support for ISEL for use by SSA | Lynn Boger | 2016-09-13 | 2 | -9/+22 |
| * | cmd/asm, cmd/internal/obj/s390x: add new s390x instructions for SSA | Michael Munday | 2016-09-12 | 1 | -4/+31 |
| * | cmd: use obj.GOOS, obj.GOARCH, etc | David Crawshaw | 2016-09-09 | 2 | -5/+4 |
| * | cmd/internal/obj/s390x: add FIDBR and FIEBR instructions | Michael Munday | 2016-08-26 | 1 | -0/+2 |
| * | cmd/internal/obj/s390x: add atomic operation instructions | Michael Munday | 2016-08-26 | 1 | -0/+11 |
| * | cmd/{asm,compile/internal}: delete dead code | Dave Cheney | 2016-08-25 | 1 | -8/+0 |
| * | cmd/asm, go/build: invoke cmd/asm only once per package | Josh Bleecher Snyder | 2016-08-24 | 2 | -13/+26 |
| * | cmd/internal/obj: convert Aconv to a stringer | Michael Pratt | 2016-08-16 | 1 | -14/+14 |
| * | [dev.ssa] cmd/compile, etc.: more ARM64 optimizations, and enable SSA by default | Cherry Zhang | 2016-08-15 | 1 | -0/+1 |
| * | cmd/internal/obj/x86: add AVX2 instrutions needed for sha1/sha512/sha256 acce... | Ilya Tocar | 2016-05-06 | 3 | -185/+239 |
| * | cmd/asm, cmd/internal/obj/mips: add an alias of RSB on mips64x | Cherry Zhang | 2016-05-01 | 2 | -1/+4 |
| * | cmd/asm/internal/asm/testdata: remove WORD $foo(SB) from mips64.s | Cherry Zhang | 2016-05-01 | 1 | -1/+0 |
| * | cmd/compile: allow 64-bit multiplication with immediates on s390x | Michael Munday | 2016-04-28 | 1 | -2/+6 |
| * | cmd: remove unnecessary type conversions | Matthew Dempsky | 2016-04-15 | 1 | -2/+2 |
| * | cmd/internal/obj: remove use of package bio | Matthew Dempsky | 2016-04-14 | 1 | -5/+8 |
| * | cmd/internal/obj: change Link.Flag_shared to bool | Matthew Dempsky | 2016-04-14 | 1 | -3/+1 |
| * | cmd/internal/obj/s390x: add MULHD instruction | Michael Munday | 2016-04-11 | 1 | -0/+4 |
| * | cmd: remove bio.BufReader and bio.BufWriter | Dave Cheney | 2016-04-09 | 2 | -10/+11 |
| * | cmd: extract obj's Biobuf code into new bio package | Matthew Dempsky | 2016-04-07 | 2 | -4/+6 |
| * | cmd: add new common architecture representation | Matthew Dempsky | 2016-04-07 | 2 | -32/+33 |
| * | cmd/asm: add s390x support | Michael Munday | 2016-03-30 | 6 | -0/+549 |
| * | Revert "cmd/asm: add s390x support" | Matthew Dempsky | 2016-03-28 | 6 | -549/+0 |
| * | cmd/asm: add s390x support | Michael Munday | 2016-03-28 | 6 | -0/+549 |
| * | cmd/compile: convert data siz to int | Josh Bleecher Snyder | 2016-03-14 | 1 | -3/+3 |
| * | cmd/internal/obj, cmd/asm: get rid of obj.ADATA | Matthew Dempsky | 2016-03-14 | 3 | -26/+14 |
| * | cmd/all: stop generating ADATA Progs | Josh Bleecher Snyder | 2016-03-14 | 1 | -11/+16 |
| * | cmd/internal/obj: add As type for assembly opcodes | Matthew Dempsky | 2016-03-08 | 7 | -48/+54 |