| Commit message (Expand) | Author | Age | Files | Lines |
| * | cmd/asm: remove unsupported opcodes MOVNP and STLP for arm64HEADmaster | erifan01 | 2023-05-18 | 3 | -468/+442 |
| * | cmd/internal/obj/riscv: regenerate instruction encoding table | Meng Zhuo | 2023-05-10 | 3 | -393/+355 |
| * | cmd/compile: standardize on outer-to-inner for pos lists | Russ Cox | 2023-05-09 | 2 | -16/+12 |
| * | cmd/link, cmd/internal/obj: use aux symbol for global variable DWARF info | Cherry Mui | 2023-05-02 | 4 | -15/+52 |
| * | cmd/internal/obj/arm64: pass obj.As to oaddi rather than an instruction | Joel Sing | 2023-04-28 | 1 | -33/+29 |
| * | cmd/internal/obj/arm64: use appropriate return type for regoff | Joel Sing | 2023-04-28 | 1 | -16/+16 |
| * | Revert "cmd/compile: constant-fold loads from constant dictionaries and types" | Chressie Himpel | 2023-04-28 | 1 | -17/+1 |
| * | cmd/compile: constant-fold loads from constant dictionaries and types | Keith Randall | 2023-04-27 | 1 | -1/+17 |
| * | internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abi | Austin Clements | 2023-04-21 | 9 | -36/+35 |
| * | internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna... | Austin Clements | 2023-04-21 | 2 | -19/+19 |
| * | internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abi | Austin Clements | 2023-04-21 | 11 | -24/+34 |
| * | internal/abi, runtime, cmd: merge funcID_* consts into internal/abi | Austin Clements | 2023-04-21 | 1 | -1/+2 |
| * | cmd/internal/obj/ppc64: modify PCALIGN to ensure alignment | Lynn Boger | 2023-04-21 | 3 | -36/+20 |
| * | cmd/link,cmd/internal/obj/ppc64: enable PCrel on power10/ppc64/linux | Paul E. Murphy | 2023-04-21 | 1 | -3/+2 |
| * | Revert "internal/abi, runtime, cmd: merge StackSmall, StackBig consts into in... | Austin Clements | 2023-04-20 | 9 | -35/+36 |
| * | internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abi | Austin Clements | 2023-04-20 | 9 | -36/+35 |
| * | all: re-run stringer | Ian Lance Taylor | 2023-04-11 | 1 | -0/+9 |
| * | cmd/asm,cmd/internal/obj/x86: add RDPID instruction to x86 assembler | Joel Sing | 2023-04-11 | 4 | -1/+5 |
| * | cmd/internal/obj/loong64, cmd/internal/objabi, cmd/link: add support for --bu... | limeidan | 2023-04-11 | 3 | -13/+67 |
| * | runtime,cmd/internal/obj/ppc64: cleanup ppc64le runtime.racecallbackthunk | Paul E. Murphy | 2023-04-11 | 1 | -6/+3 |
| * | cmd/internal/obj/loong64: auto-align loop heads to 16-byte boundaries | WANG Xuerui | 2023-04-11 | 1 | -8/+47 |
| * | cmd/internal/obj/arm64: improve comment and signature of pcAlignPadLength | WANG Xuerui | 2023-04-11 | 1 | -5/+6 |
| * | cmd/internal/obj/loong64, cmd/link/internal: switch to LoongArch ELF psABI v2... | WANG Xuerui | 2023-04-10 | 1 | -5/+5 |
| * | cmd/link, cmd/internal/obj/loong64: support the PCALIGN directive | WANG Xuerui | 2023-04-07 | 1 | -4/+41 |
| * | cmd/internal/obj: generate SEH aux symbols for windows/amd64 | qmuntal | 2023-04-05 | 6 | -2/+157 |
| * | cmd/internal/obj/arm64: use more appropriate types for olsr9s/olsr12u | Joel Sing | 2023-04-05 | 1 | -19/+18 |
| * | cmd/internal/obj/arm64: use more appropriate types for opldpstp | Joel Sing | 2023-04-05 | 1 | -35/+37 |
| * | cmd/internal/obj/arm64: use more appropriate types for opbfm and opextr | Joel Sing | 2023-04-05 | 1 | -21/+15 |
| * | all: add wasip1 asm and link logic | Johan Brandhorst-Satzkorn | 2023-04-05 | 1 | -2/+3 |
| * | all: fix misuses of "a" vs "an" | cui fliter | 2023-04-04 | 3 | -3/+3 |
| * | cmd/internal/obj: remove redundant cnames on loong64 | Guoqi Chen | 2023-03-31 | 1 | -1/+1 |
| * | cmd/internal/obj/loong64: remove Optab.family and reorganize operand class fi... | WANG Xuerui | 2023-03-31 | 1 | -336/+346 |
| * | cmd/internal/obj/loong64: assemble BEQ/BNEs comparing with 0 as beqz/bnez | WANG Xuerui | 2023-03-31 | 1 | -10/+29 |
| * | cmd/internal/obj/loong64: save LR after decrementing SP | Guoqi Chen | 2023-03-28 | 1 | -0/+14 |
| * | cmd/internal/obj/loong64: clean up code for short conditional branches | WANG Xuerui | 2023-03-27 | 1 | -15/+15 |
| * | cmd/internal/obj/ppc64: fix incorrect base reg causing segv | Lynn Boger | 2023-03-24 | 1 | -4/+11 |
| * | cmd/internal/obj/loong64: realize all unconditional jumps with B/BL | WANG Xuerui | 2023-03-22 | 1 | -15/+5 |
| * | cmd/internal/obj/ppc64: add VC[LT]ZLSBB instructions | Paul E. Murphy | 2023-03-22 | 3 | -0/+13 |
| * | cmd/internal/obj/loong64: add support for movgr2cf and movcf2gr instructions | Huang Qiqi | 2023-03-21 | 1 | -0/+11 |
| * | cmd/internal/obj/loong64: add the PCALAU12I instruction for reloc use | WANG Xuerui | 2023-03-16 | 3 | -0/+4 |
| * | cmd/asm: improve detector for incorrect R15 usage when dynamic linking | Keith Randall | 2023-03-15 | 1 | -32/+117 |
| * | cmd/internal/obj/loong64: remove invalid branch delay slots | Guoqi Chen | 2023-03-13 | 1 | -3/+0 |
| * | cmd/internal/obj/ppc64: add SETB instruction | Paul E. Murphy | 2023-03-08 | 3 | -0/+12 |
| * | cmd/asm: don't panic on bad GATHER x86 instructions | Keith Randall | 2023-03-02 | 1 | -0/+5 |
| * | all: implement wasmimport directive | Evan Phoenix | 2023-03-02 | 6 | -23/+221 |
| * | runtime: remove implicit NOFRAME heuristic support | qmuntal | 2023-03-01 | 1 | -14/+2 |
| * | runtime: use explicit NOFRAME on plan9/amd64 | qmuntal | 2023-03-01 | 1 | -1/+1 |
| * | cmd/internal/obj: use prefix insn in MOV* opcodes for GOPPC64=power10 | Paul E. Murphy | 2023-02-28 | 2 | -56/+269 |
| * | cmd/asm: remove the incorrect check of LDADDx-like instructions | fanzha02 | 2023-02-28 | 1 | -11/+2 |
| * | all: fix typos | pgxiaolianzi | 2023-02-28 | 1 | -1/+1 |