summaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj
Commit message (Expand)AuthorAgeFilesLines
* cmd/asm: remove unsupported opcodes MOVNP and STLP for arm64HEADmastererifan012023-05-183-468/+442
* cmd/internal/obj/riscv: regenerate instruction encoding tableMeng Zhuo2023-05-103-393/+355
* cmd/compile: standardize on outer-to-inner for pos listsRuss Cox2023-05-092-16/+12
* cmd/link, cmd/internal/obj: use aux symbol for global variable DWARF infoCherry Mui2023-05-024-15/+52
* cmd/internal/obj/arm64: pass obj.As to oaddi rather than an instructionJoel Sing2023-04-281-33/+29
* cmd/internal/obj/arm64: use appropriate return type for regoffJoel Sing2023-04-281-16/+16
* Revert "cmd/compile: constant-fold loads from constant dictionaries and types"Chressie Himpel2023-04-281-17/+1
* cmd/compile: constant-fold loads from constant dictionaries and typesKeith Randall2023-04-271-1/+17
* internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abiAustin Clements2023-04-219-36/+35
* internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna...Austin Clements2023-04-212-19/+19
* internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abiAustin Clements2023-04-2111-24/+34
* internal/abi, runtime, cmd: merge funcID_* consts into internal/abiAustin Clements2023-04-211-1/+2
* cmd/internal/obj/ppc64: modify PCALIGN to ensure alignmentLynn Boger2023-04-213-36/+20
* cmd/link,cmd/internal/obj/ppc64: enable PCrel on power10/ppc64/linuxPaul E. Murphy2023-04-211-3/+2
* Revert "internal/abi, runtime, cmd: merge StackSmall, StackBig consts into in...Austin Clements2023-04-209-35/+36
* internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abiAustin Clements2023-04-209-36/+35
* all: re-run stringerIan Lance Taylor2023-04-111-0/+9
* cmd/asm,cmd/internal/obj/x86: add RDPID instruction to x86 assemblerJoel Sing2023-04-114-1/+5
* cmd/internal/obj/loong64, cmd/internal/objabi, cmd/link: add support for --bu...limeidan2023-04-113-13/+67
* runtime,cmd/internal/obj/ppc64: cleanup ppc64le runtime.racecallbackthunkPaul E. Murphy2023-04-111-6/+3
* cmd/internal/obj/loong64: auto-align loop heads to 16-byte boundariesWANG Xuerui2023-04-111-8/+47
* cmd/internal/obj/arm64: improve comment and signature of pcAlignPadLengthWANG Xuerui2023-04-111-5/+6
* cmd/internal/obj/loong64, cmd/link/internal: switch to LoongArch ELF psABI v2...WANG Xuerui2023-04-101-5/+5
* cmd/link, cmd/internal/obj/loong64: support the PCALIGN directiveWANG Xuerui2023-04-071-4/+41
* cmd/internal/obj: generate SEH aux symbols for windows/amd64qmuntal2023-04-056-2/+157
* cmd/internal/obj/arm64: use more appropriate types for olsr9s/olsr12uJoel Sing2023-04-051-19/+18
* cmd/internal/obj/arm64: use more appropriate types for opldpstpJoel Sing2023-04-051-35/+37
* cmd/internal/obj/arm64: use more appropriate types for opbfm and opextrJoel Sing2023-04-051-21/+15
* all: add wasip1 asm and link logicJohan Brandhorst-Satzkorn2023-04-051-2/+3
* all: fix misuses of "a" vs "an"cui fliter2023-04-043-3/+3
* cmd/internal/obj: remove redundant cnames on loong64Guoqi Chen2023-03-311-1/+1
* cmd/internal/obj/loong64: remove Optab.family and reorganize operand class fi...WANG Xuerui2023-03-311-336/+346
* cmd/internal/obj/loong64: assemble BEQ/BNEs comparing with 0 as beqz/bnezWANG Xuerui2023-03-311-10/+29
* cmd/internal/obj/loong64: save LR after decrementing SPGuoqi Chen2023-03-281-0/+14
* cmd/internal/obj/loong64: clean up code for short conditional branchesWANG Xuerui2023-03-271-15/+15
* cmd/internal/obj/ppc64: fix incorrect base reg causing segvLynn Boger2023-03-241-4/+11
* cmd/internal/obj/loong64: realize all unconditional jumps with B/BLWANG Xuerui2023-03-221-15/+5
* cmd/internal/obj/ppc64: add VC[LT]ZLSBB instructionsPaul E. Murphy2023-03-223-0/+13
* cmd/internal/obj/loong64: add support for movgr2cf and movcf2gr instructionsHuang Qiqi2023-03-211-0/+11
* cmd/internal/obj/loong64: add the PCALAU12I instruction for reloc useWANG Xuerui2023-03-163-0/+4
* cmd/asm: improve detector for incorrect R15 usage when dynamic linkingKeith Randall2023-03-151-32/+117
* cmd/internal/obj/loong64: remove invalid branch delay slotsGuoqi Chen2023-03-131-3/+0
* cmd/internal/obj/ppc64: add SETB instructionPaul E. Murphy2023-03-083-0/+12
* cmd/asm: don't panic on bad GATHER x86 instructionsKeith Randall2023-03-021-0/+5
* all: implement wasmimport directiveEvan Phoenix2023-03-026-23/+221
* runtime: remove implicit NOFRAME heuristic supportqmuntal2023-03-011-14/+2
* runtime: use explicit NOFRAME on plan9/amd64qmuntal2023-03-011-1/+1
* cmd/internal/obj: use prefix insn in MOV* opcodes for GOPPC64=power10Paul E. Murphy2023-02-282-56/+269
* cmd/asm: remove the incorrect check of LDADDx-like instructionsfanzha022023-02-281-11/+2
* all: fix typospgxiaolianzi2023-02-281-1/+1