| Commit message (Expand) | Author | Age | Files | Lines |
| * | cmd/compile,cmd/internal/obj/riscv,runtime: use Duff's devices on riscv64 | MichaĆ Derkacz | 2020-10-28 | 1 | -3/+5 |
| * | cmd/link,cmd/internal/obj/riscv: add TLS support for linux/riscv64 | Joel Sing | 2020-10-27 | 1 | -0/+7 |
| * | cmd/internal/obj/{arm,s390x}: make return jump print nicer | Cherry Zhang | 2020-10-26 | 2 | -2/+6 |
| * | cmd/internal/obj/riscv: support additional register to register moves | Joel Sing | 2020-10-24 | 1 | -15/+41 |
| * | cmd/compile: add //go:embed support | Russ Cox | 2020-10-23 | 2 | -5/+73 |
| * | cmd/internal/obj: use correct symbol size for Hashed64 classification | Cherry Zhang | 2020-10-22 | 1 | -1/+1 |
| * | cmd/compile,cmd/internal/obj/riscv: move g register on riscv64 | Joel Sing | 2020-10-21 | 1 | -6/+6 |
| * | cmd/internal/obj: reject too large symbols | Cherry Zhang | 2020-10-20 | 2 | -0/+43 |
| * | cmd/asm: allow def/ref of func ABI when compiling runtime | Than McIntosh | 2020-10-19 | 2 | -5/+48 |
| * | cmd/internal/obj/ppc64,cmd/asm/internal/asm/testdata: fix up ppc64 testcases | Lynn Boger | 2020-10-16 | 1 | -1/+1 |
| * | cmd/internal/obj: move LSym.Func into LSym.Extra | Russ Cox | 2020-10-16 | 22 | -246/+274 |
| * | cmd/internal/obj: remove LSym.RefIdx | Cherry Zhang | 2020-10-13 | 2 | -3/+2 |
| * | cmd/asm: Add SHA3 hardware instructions for ARM64 | Meng Zhuo | 2020-10-10 | 3 | -2/+79 |
| * | cmd/internal/obj/arm64: only emit R_CALLIND relocations on calls | Cherry Zhang | 2020-10-07 | 1 | -5/+6 |
| * | runtime: use sigaltstack on macOS/ARM64 | Cherry Zhang | 2020-10-06 | 1 | -1/+1 |
| * | cmd/compile,cmd/internal/obj/ppc64: use mulli where possible | Lynn Boger | 2020-10-06 | 1 | -4/+5 |
| * | cmd/compile,cmd/internal/obj/ppc64: fix some shift rules due to a regression | Lynn Boger | 2020-10-01 | 1 | -17/+18 |
| * | [dev.link] Merge branch 'master' into dev.link | Jeremy Faller | 2020-09-30 | 14 | -129/+255 |
| |\ |
|
| | * | cmd/compile: mark type namedata symbols content-addressable | Cherry Zhang | 2020-09-29 | 2 | -1/+11 |
| | * | cmd/link: consider interface conversions only in reachable code | Cherry Zhang | 2020-09-28 | 3 | -4/+11 |
| | * | cmd/asm,cmd/compile,cmd/internal/obj/ppc64: add extswsli support on power9 | Lynn Boger | 2020-09-28 | 3 | -39/+69 |
| | * | cmd/asm: fix the issue of moving 128-bit integers to vector registers on arm64 | fanzha02 | 2020-09-25 | 4 | -20/+36 |
| | * | cmd/compile,cmd/asm: fix buglet in -S=2 output | Than McIntosh | 2020-09-24 | 1 | -1/+1 |
| | * | cmd/compile,cmd/asm: dump sym ABI versions for -S=2 | Than McIntosh | 2020-09-17 | 1 | -3/+11 |
| | * | cmd/compile: use combined shifts to improve array addressing on ppc64x | Lynn Boger | 2020-09-17 | 3 | -11/+71 |
| | * | cmd/internal/obj/riscv: clean up lowerJALR | Joel Sing | 2020-09-17 | 1 | -34/+9 |
| | * | cmd/internal/obj/arm64: optimize the instruction of moving long effective sta... | diaxu01 | 2020-09-16 | 3 | -17/+37 |
| * | | [dev.link] all: merge branch 'master' into dev.link | Cherry Zhang | 2020-09-11 | 19 | -157/+301 |
| |\ \
| |/ |
|
| | * | cmd/asm: add more SIMD instructions on arm64 | Junchen Li | 2020-09-10 | 3 | -55/+72 |
| | * | cmd/internal/obj/arm64: enable some SIMD instructions | fanzha02 | 2020-09-10 | 3 | -14/+119 |
| | * | cmd/asm: fix the error of checking the post-index offset of VLD[1-4]R instruc... | fanzha02 | 2020-09-07 | 1 | -2/+11 |
| | * | cmd/compile,cmd/asm: simplify recording of branch targets, take 2 | Keith Randall | 2020-08-31 | 16 | -126/+141 |
| | * | cmd/asm: Always use go-style arrangement specifiers on ARM64 | Xiangdong Ji | 2020-08-28 | 1 | -1/+1 |
| | * | Revert "cmd/compile,cmd/asm: simplify recording of branch targets" | Keith Randall | 2020-08-28 | 16 | -134/+126 |
| | * | cmd/compile,cmd/asm: simplify recording of branch targets | Keith Randall | 2020-08-27 | 16 | -126/+134 |
| | * | runtime: framepointers are no longer an experiment - hard code them | Keith Randall | 2020-08-27 | 5 | -14/+12 |
| * | | [dev.link] all: merge branch 'master' into dev.link | Cherry Zhang | 2020-08-21 | 14 | -162/+76 |
| |\ \
| |/ |
|
| | * | cmd/internal/obj: fix inline marker issue on s390x | Michael Munday | 2020-08-20 | 2 | -11/+15 |
| | * | cmd/internal/obj: stop removing NOPs from instruction stream | Keith Randall | 2020-08-20 | 6 | -123/+14 |
| | * | cmd/asm,cmd/internal/obj/ppc64: add {l,st}xvx power9 instructions | Paul E. Murphy | 2020-08-19 | 1 | -13/+17 |
| | * | cmd/asm: Add SHA512 hardware instructions for ARM64 | Meng Zhuo | 2020-08-18 | 3 | -0/+24 |
| | * | Revert "cmd/internal/obj: fix inline marker issue on s390x" | Austin Clements | 2020-08-17 | 2 | -15/+11 |
| | * | cmd/internal/obj: fix inline marker issue on s390x | Michael Munday | 2020-08-14 | 2 | -11/+15 |
| | * | cmd/internal/obj/ppc64: don't remove NOP in assembler | Lynn Boger | 2020-08-13 | 2 | -8/+6 |
| | * | cmd/compile: remove AttrSeenGlobl (use AttrOnList instead) | Than McIntosh | 2020-08-13 | 2 | -7/+0 |
| * | | [dev.link] cmd/link, cmd/compile: create content addressable pcdata syms | Jeremy Faller | 2020-08-13 | 3 | -47/+94 |
| * | | [dev.link] cmd/compile, cmd/asm: add length to hashed symbols | Jeremy Faller | 2020-08-12 | 1 | -1/+13 |
| |/ |
|
| * | [dev.link] cmd/internal/obj: combine objfile.go and objfile2.go | Cherry Zhang | 2020-08-11 | 3 | -1142/+1131 |
| * | [dev.link] cmd/internal/obj: traverse files in deterministic order | Cherry Zhang | 2020-08-11 | 1 | -0/+5 |
| * | [dev.link] cmd: remove "2", another round | Cherry Zhang | 2020-08-11 | 6 | -99/+99 |