aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm
AgeCommit message (Expand)Author
2020-12-10cmd/go, cmd/asm: pass -linkshared to assembler for shared linkage buildsThan McIntosh
2020-12-02cmd/asm, cmd/internal/obj/riscv: fix branch pseudo-instructionsQuey-Liang Kao
2020-11-10cmd/internal/obj/s390x: fix SYNC instruction encodingMichael Munday
2020-11-04cmd/asm: fix rlwnm reg,reg,const,reg encoding on ppc64Paul E. Murphy
2020-11-04cmd/asm: rename arm64 instructions LDANDx to LDCLRxJonathan Swinney
2020-11-02cmd: remove Go115AMD64Cherry Zhang
2020-10-29cmd/asm: remove X27 and S11 register names on riscv64Joel Sing
2020-10-29cmd/internal/obj/arm64: add CASx/CASPx instructionsfanzha02
2020-10-29cmd/asm: sort test cases in the arm64.s filefanzha02
2020-10-29cmd/asm: add several arm64 SIMD instructionsfanzha02
2020-10-24cmd/internal/obj/riscv: support additional register to register movesJoel Sing
2020-10-20cmd/asm: rename "compiling runtime" flagThan McIntosh
2020-10-19cmd/dist,cmd/go: broaden use of asm macro GOEXPERIMENT_REGABIThan McIntosh
2020-10-19cmd/asm: allow def/ref of func ABI when compiling runtimeThan McIntosh
2020-10-16cmd/internal/obj/ppc64,cmd/asm/internal/asm/testdata: fix up ppc64 testcasesLynn Boger
2020-10-16cmd/internal/obj: move LSym.Func into LSym.ExtraRuss Cox
2020-10-13cmd/asm: reject misplaced go:build commentsRuss Cox
2020-10-10cmd/asm: Add SHA3 hardware instructions for ARM64Meng Zhuo
2020-10-06cmd/compile,cmd/internal/obj/ppc64: use mulli where possibleLynn Boger
2020-10-02all: drop 387 supportKeith Randall
2020-10-01cmd/compile,cmd/internal/obj/ppc64: fix some shift rules due to a regressionLynn Boger
2020-09-28cmd/asm,cmd/compile,cmd/internal/obj/ppc64: add extswsli support on power9Lynn Boger
2020-09-25cmd/asm: fix the issue of moving 128-bit integers to vector registers on arm64fanzha02
2020-09-17cmd/asm: make asm -S flag consistent with compile -S flagThan McIntosh
2020-09-17cmd/compile: use combined shifts to improve array addressing on ppc64xLynn Boger
2020-09-16cmd/internal/obj/arm64: optimize the instruction of moving long effective sta...diaxu01
2020-09-10cmd/asm: add more SIMD instructions on arm64Junchen Li
2020-09-10cmd/internal/obj/arm64: enable some SIMD instructionsfanzha02
2020-09-07cmd/asm: fix the error of checking the post-index offset of VLD[1-4]R instruc...fanzha02
2020-08-28cmd/asm: Always use go-style arrangement specifiers on ARM64Xiangdong Ji
2020-08-19cmd/asm,cmd/internal/obj/ppc64: add {l,st}xvx power9 instructionsPaul E. Murphy
2020-08-18cmd/asm: Add SHA512 hardware instructions for ARM64Meng Zhuo
2020-07-20[dev.link] cmd/internal/obj: handle content-addressable symbols with relocationsCherry Zhang
2020-06-11[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-06-09cmd/asm: fix the encoding error of VCNT instruction for arm64eric fang
2020-06-05[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-06-05cmd/asm, cmd/compile, doc: document -spectre flagsRuss Cox
2020-05-19[dev.link] cmd/internal/obj: remove asm parameter of NumberSymsCherry Zhang
2020-05-19[dev.link] cmd/asm: expand package path if knownCherry Zhang
2020-05-14[dev.link] all: merge master to dev.linkJeremy Faller
2020-05-08cmd/internal/obj/arm64: fix 32-bit BITCON testCherry Zhang
2020-05-04[dev.link] cmd: delete old object supportCherry Zhang
2020-05-01cmd/internal/obj/x86: prevent jumps crossing 32 byte boundariesMark Ryan
2020-04-29cmd/asm: update ppc64enc.s testcaseLynn Boger
2020-04-29cmd/compile,cmd/internal/obj/ppc64: use mod instructions on power9Lynn Boger
2020-04-24cmd/internal/obj: add IsAsm flagDavid Chase
2020-04-23cmd/asm,cmd/internal/obj/ppc64: update instructions and testsLynn Boger
2020-04-22cmd/internal: allow ADDE to work with memory location on s390xRuixin(Peter) Bao
2020-04-07cmd/internal: add MVCIN instruction to s390x assemblerRuixin(Peter) Bao
2020-04-02[dev.link] all: merge branch 'master' into dev.linkCherry Zhang