| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/internal/obj: add Prog.SetFrom3{Reg,Const} | Josh Bleecher Snyder | 2021-02-25 | 1 | -4/+1 |
* | cmd/internal/obj/riscv: prevent constant loads that do not target registers | Joel Sing | 2021-02-23 | 3 | -2/+20 |
* | cmd/asm, cmd/link, runtime: introduce FuncInfo flag bits | Russ Cox | 2021-02-19 | 3 | -0/+5 |
* | [dev.regabi] cmd/asm: define g register on AMD64 | Cherry Zhang | 2021-02-05 | 2 | -0/+5 |
* | [dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent... | Dan Scales | 2021-01-16 | 1 | -1/+1 |
* | cmd/go, cmd/asm: pass -linkshared to assembler for shared linkage builds | Than McIntosh | 2020-12-10 | 2 | -0/+2 |
* | cmd/asm, cmd/internal/obj/riscv: fix branch pseudo-instructions | Quey-Liang Kao | 2020-12-02 | 1 | -4/+4 |
* | cmd/internal/obj/s390x: fix SYNC instruction encoding | Michael Munday | 2020-11-10 | 1 | -0/+2 |
* | cmd/asm: fix rlwnm reg,reg,const,reg encoding on ppc64 | Paul E. Murphy | 2020-11-04 | 1 | -0/+2 |
* | cmd/asm: rename arm64 instructions LDANDx to LDCLRx | Jonathan Swinney | 2020-11-04 | 2 | -56/+56 |
* | cmd: remove Go115AMD64 | Cherry Zhang | 2020-11-02 | 1 | -6/+1 |
* | cmd/asm: remove X27 and S11 register names on riscv64 | Joel Sing | 2020-10-29 | 1 | -1/+4 |
* | cmd/internal/obj/arm64: add CASx/CASPx instructions | fanzha02 | 2020-10-29 | 4 | -4/+49 |
* | cmd/asm: sort test cases in the arm64.s file | fanzha02 | 2020-10-29 | 1 | -430/+272 |
* | cmd/asm: add several arm64 SIMD instructions | fanzha02 | 2020-10-29 | 2 | -6/+21 |
* | cmd/internal/obj/riscv: support additional register to register moves | Joel Sing | 2020-10-24 | 1 | -11/+18 |
* | cmd/asm: rename "compiling runtime" flag | Than McIntosh | 2020-10-20 | 1 | -1/+1 |
* | cmd/dist,cmd/go: broaden use of asm macro GOEXPERIMENT_REGABI | Than McIntosh | 2020-10-19 | 2 | -11/+12 |
* | cmd/asm: allow def/ref of func ABI when compiling runtime | Than McIntosh | 2020-10-19 | 7 | -55/+131 |
* | cmd/internal/obj/ppc64,cmd/asm/internal/asm/testdata: fix up ppc64 testcases | Lynn Boger | 2020-10-16 | 3 | -1946/+706 |
* | cmd/internal/obj: move LSym.Func into LSym.Extra | Russ Cox | 2020-10-16 | 1 | -1/+1 |
* | cmd/asm: reject misplaced go:build comments | Russ Cox | 2020-10-13 | 7 | -15/+64 |
* | cmd/asm: Add SHA3 hardware instructions for ARM64 | Meng Zhuo | 2020-10-10 | 1 | -0/+4 |
* | cmd/compile,cmd/internal/obj/ppc64: use mulli where possible | Lynn Boger | 2020-10-06 | 1 | -0/+4 |
* | all: drop 387 support | Keith Randall | 2020-10-02 | 1 | -6/+1 |
* | cmd/compile,cmd/internal/obj/ppc64: fix some shift rules due to a regression | Lynn Boger | 2020-10-01 | 1 | -2/+2 |
* | cmd/asm,cmd/compile,cmd/internal/obj/ppc64: add extswsli support on power9 | Lynn Boger | 2020-09-28 | 1 | -0/+1 |
* | cmd/asm: fix the issue of moving 128-bit integers to vector registers on arm64 | fanzha02 | 2020-09-25 | 3 | -21/+24 |
* | cmd/asm: make asm -S flag consistent with compile -S flag | Than McIntosh | 2020-09-17 | 2 | -6/+5 |
* | cmd/compile: use combined shifts to improve array addressing on ppc64x | Lynn Boger | 2020-09-17 | 1 | -0/+4 |
* | cmd/internal/obj/arm64: optimize the instruction of moving long effective sta... | diaxu01 | 2020-09-16 | 1 | -2/+13 |
* | cmd/asm: add more SIMD instructions on arm64 | Junchen Li | 2020-09-10 | 2 | -0/+28 |
* | cmd/internal/obj/arm64: enable some SIMD instructions | fanzha02 | 2020-09-10 | 2 | -0/+20 |
* | cmd/asm: fix the error of checking the post-index offset of VLD[1-4]R instruc... | fanzha02 | 2020-09-07 | 2 | -12/+17 |
* | cmd/asm: Always use go-style arrangement specifiers on ARM64 | Xiangdong Ji | 2020-08-28 | 1 | -2/+2 |
* | cmd/asm,cmd/internal/obj/ppc64: add {l,st}xvx power9 instructions | Paul E. Murphy | 2020-08-19 | 2 | -0/+4 |
* | cmd/asm: Add SHA512 hardware instructions for ARM64 | Meng Zhuo | 2020-08-18 | 1 | -0/+4 |
* | [dev.link] cmd/internal/obj: handle content-addressable symbols with relocations | Cherry Zhang | 2020-07-20 | 1 | -1/+2 |
* | [dev.link] all: merge branch 'master' into dev.link | Cherry Zhang | 2020-06-11 | 1 | -0/+1 |
|\ |
|
| * | cmd/asm: fix the encoding error of VCNT instruction for arm64 | eric fang | 2020-06-09 | 1 | -0/+1 |
* | | [dev.link] all: merge branch 'master' into dev.link | Cherry Zhang | 2020-06-05 | 1 | -2/+5 |
|\ \
| |/ |
|
| * | cmd/asm, cmd/compile, doc: document -spectre flags | Russ Cox | 2020-06-05 | 1 | -2/+5 |
* | | [dev.link] cmd/internal/obj: remove asm parameter of NumberSyms | Cherry Zhang | 2020-05-19 | 1 | -1/+1 |
* | | [dev.link] cmd/asm: expand package path if known | Cherry Zhang | 2020-05-19 | 1 | -1/+1 |
* | | [dev.link] all: merge master to dev.link | Jeremy Faller | 2020-05-14 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | cmd/internal/obj/arm64: fix 32-bit BITCON test | Cherry Zhang | 2020-05-08 | 1 | -0/+3 |
* | | [dev.link] cmd: delete old object support | Cherry Zhang | 2020-05-04 | 2 | -3/+0 |
|/ |
|
* | cmd/internal/obj/x86: prevent jumps crossing 32 byte boundaries | Mark Ryan | 2020-05-01 | 1 | -1/+6 |
* | cmd/asm: update ppc64enc.s testcase | Lynn Boger | 2020-04-29 | 1 | -1/+4 |
* | cmd/compile,cmd/internal/obj/ppc64: use mod instructions on power9 | Lynn Boger | 2020-04-29 | 1 | -0/+5 |