| Commit message (Expand) | Author | Age | Files | Lines |
| * | cmd/asm, runtime: remove the RSB register from loong64 | WANG Xuerui | 2023-03-21 | 1 | -1/+0 |
| * | cmd/asm: add RDTIME{L,H}.W, RDTIME.D support for loong64 | Guoqi Chen | 2023-02-06 | 1 | -0/+11 |
| * | all: add missing periods in comments | cui fliter | 2022-11-18 | 1 | -1/+1 |
| * | cmd/asm: optimize if statement to return directly | cuiweixie | 2022-09-29 | 1 | -4/+1 |
| * | cmd/asm: use opd.String() instead of fmt.Sprintf | cuiweixie | 2022-09-29 | 1 | -3/+1 |
| * | cmd/internal/obj/ppc64: add ISA 3.1 instructions | Paul E. Murphy | 2022-09-15 | 1 | -0/+5 |
| * | cmd/asm: improve argument to obj.Prog assignment on PPC64 | Paul E. Murphy | 2022-09-07 | 1 | -22/+0 |
| * | cmd/asm,cmd/internal/obj/ppc64: recognize ppc64 ISA 3.1 MMA registers | Paul E. Murphy | 2022-09-07 | 2 | -0/+7 |
| * | cmd/asm: add VTBX instruction on arm64 | Nick Ripley | 2022-08-09 | 1 | -1/+1 |
| * | cmd/internal/obj/arm64: fix encoding of ADR/ADRP instruction | Cherry Mui | 2022-05-23 | 1 | -0/+15 |
| * | cmd/asm/internal: configure assembler for loong64 | Xiaodong Liu | 2022-05-13 | 2 | -0/+123 |
| * | cmd/asm: refactor some operands that are not special registers on arm64 | erifan01 | 2022-04-01 | 2 | -41/+31 |
| * | cmd/asm: add support for bdnz/bdz extended mnemonics on PPC64 | Paul E. Murphy | 2022-03-11 | 1 | -1/+1 |
| * | cmd/asm,cmd/compile,runtime: stop using X3 (aka GP) on riscv64 | Joel Sing | 2021-11-03 | 1 | -4/+10 |
| * | cmd/internal/obj/ppc64: fix usage of CR bit arguments | Paul E. Murphy | 2021-10-26 | 1 | -0/+3 |
| * | cmd/internal/obj: rename MOVBE{LL,QQ,WW} to just MOVBE{L,Q,W} | Matthew Dempsky | 2021-10-08 | 1 | -0/+4 |
| * | cmd/asm/internal/arch: adds the missing type check for arm64 SXTB extension | eric fang | 2021-08-20 | 1 | -26/+5 |
| * | cmd/asm: add check for register and shift/extension combination on arm64 | eric fang | 2021-04-28 | 1 | -144/+162 |
| * | [dev.regabi] cmd/asm: define g register on AMD64 | Cherry Zhang | 2021-02-05 | 1 | -0/+4 |
| * | 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 | 1 | -1/+12 |
| * | cmd/asm: fix the issue of moving 128-bit integers to vector registers on arm64 | fanzha02 | 2020-09-25 | 1 | -7/+11 |
| * | cmd/asm,cmd/internal/obj/riscv: provide branch pseudo-instructions | Joel Sing | 2020-03-31 | 1 | -1/+2 |
| * | cmd/asm,cmd/internal/obj/riscv: add atomic memory operation instructions | Joel Sing | 2020-03-15 | 1 | -1/+4 |
| * | cmd/asm,cmd/internal/obj/riscv: add LR/SC instructions | Joel Sing | 2020-03-15 | 1 | -0/+25 |
| * | cmd/asm: add MIPS MSA LD/ST/LDI support for mips64x | Meng Zhuo | 2020-03-04 | 2 | -0/+8 |
| * | cmd/asm/internal/arch: delete unused s390x functions | Michael Munday | 2019-10-17 | 1 | -21/+0 |
| * | all: remove nacl (part 3, more amd64p32) | Brad Fitzpatrick | 2019-10-10 | 1 | -2/+0 |
| * | cmd/asm: add s390x branch-on-count instructions | Michael Munday | 2019-10-09 | 1 | -0/+2 |
| * | cmd/asm: add masked branch and conditional load instructions to s390x | Michael Munday | 2019-09-25 | 1 | -1/+10 |
| * | cmd/asm,cmd/compile: clean up isel codegen on ppc64x | Lynn Boger | 2019-09-18 | 1 | -1/+1 |
| * | cmd/asm,cmd/internal/obj: initial support for riscv64 assembler | Joel Sing | 2019-09-12 | 1 | -0/+122 |
| * | cmd/asm/internal/arch: consolidate LinkArch handling | Joel Sing | 2019-09-07 | 1 | -27/+13 |
| * | cmd/internal/obj/arm64: add support for most system registers | fanzha02 | 2019-08-28 | 1 | -12/+6 |
| * | cmd/asm/internal/arch: improve the comment of function IsMIPSMUL | smileeye | 2019-04-10 | 1 | -1/+1 |
| * | cmd/internal/obj/mips: add MADD/MSUB | Ben Shi | 2019-03-23 | 1 | -1/+2 |
| * | cmd/asm: add arm64 v8.1 atomic instructions | erifan01 | 2019-03-06 | 1 | -8/+5 |
| * | cmd/asm: rename R18 to R18_PLATFORM on ARM64 | Cherry Zhang | 2018-11-06 | 1 | -0/+3 |
| * | cmd/internal/obj/arm64: support more atomic instructions | Ben Shi | 2018-09-04 | 1 | -1/+1 |
| * | cmd/internal/obj/arm64: add SWPALD/SWPALW/SWPALH/SWPALB | Ben Shi | 2018-08-20 | 1 | -0/+1 |
| * | cmd/asm/internal/arch: add package definition | Mario Arranz | 2018-08-06 | 1 | -0/+1 |
| * | cmd/compile: improve atomic add intrinsics with ARMv8.1 new instruction | Wei Xiao | 2018-06-21 | 1 | -1/+2 |
| * | cmd/compile: add wasm architecture | Richard Musiol | 2018-05-04 | 1 | -0/+28 |
| * | cmd/internal/obj/arm64: add more atomic instructions | Ben Shi | 2018-05-03 | 1 | -12/+6 |
| * | cmd/asm: add vector instructions for ChaCha20Poly1305 on ARM64 | Balaram Makam | 2018-04-30 | 1 | -0/+7 |
| * | cmd/internal/obj/arm64: refactor the extended/shifted register encoding to th... | fanzha02 | 2018-04-18 | 1 | -30/+0 |
| * | cmd/internal/obj/arm64: support SWPD/SWPW/SWPH/SWPB | Ben Shi | 2018-04-11 | 1 | -0/+11 |
| * | cmd/internal/obj/arm64: add assembler support for load with register offset | fanzha02 | 2018-04-09 | 1 | -18/+70 |
| * | cmd/asm/internal/arch: unexport ParseARM64Suffix | Tobias Klauser | 2018-04-06 | 1 | -3/+3 |
| * | cmd: some semi-automated cleanups | Daniel Martà | 2018-04-06 | 1 | -3/+1 |