aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj
AgeCommit message (Expand)Author
2023-02-07runtime: use explicit NOFRAME on darwin/amd64qmuntal
2023-02-06cmd/internal/obj: flag init functions in object fileThan McIntosh
2023-02-06cmd/asm: add RDTIME{L,H}.W, RDTIME.D support for loong64Guoqi Chen
2023-01-31cmd/internal/obj/x86: use mov instead of lea to load the frame pointerqmuntal
2023-01-31cmd/internal/obj/x86: use push/pop instead of mov to store/load FPqmuntal
2023-01-30all: fix problematic commentscui fliter
2023-01-30cmd/internal/obj: drop Filesym from DwarfAbstractFuncMichael Pratt
2023-01-30cmd/compile,cmd/link: set DW_AT_decl_line for function declarationsMichael Pratt
2023-01-30cmd/asm: reject avx512 .Z instructions without a mask registerKeith Randall
2023-01-26Revert "runtime: use explicit NOFRAME on darwin/amd64"Quim Muntal
2023-01-26runtime: use explicit NOFRAME on darwin/amd64qmuntal
2023-01-24runtime: use explicit NOFRAME on windows/amd64qmuntal
2023-01-23runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386qmuntal
2023-01-20cmd/internal/obj/s390x, runtime: fix breakpoint in s390xSrinivas Pokala
2023-01-20all: fix typos in go file commentsMarcel Meyer
2023-01-19cmd/internal/obj/riscv: add check for invalid shift amount inputWayne Zuo
2023-01-09all: fix typos in go file commentsMarcel Meyer
2022-12-05cmd/asm: improve assembler error messagesKeith Randall
2022-11-18all: add missing periods in commentscui fliter
2022-11-18cmd/internal/obj/arm64: tidy literal pooleric fang
2022-11-18cmd/internal/obj/arm64: mark branch instructions in optaberic fang
2022-11-16cmd/internal/obj/ppc64: add ISA 3.1B opcodesPaul E. Murphy
2022-11-15cmd/internal/obj: use testenv.Command instead of exec.Command in testsBryan C. Mills
2022-11-14runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/amd64qmuntal
2022-11-11all: fix problematic commentscui fliter
2022-11-10cmd/internal/obj: reduce allocations in object file writingCherry Mui
2022-11-10cmd/internal/obj: adjust (*Link).AllPos comment in inl.goDavid Chase
2022-11-09all: add missing copyright headercui fliter
2022-10-31cmd/internal/obj: cleanup linkgetlineFromPosMichael Pratt
2022-10-28cmd/internal/obj/arm64: optimize ADRP+ADD+LD/ST to ADRP+LD/ST(offset)eric fang
2022-10-27runtime: add wasm bulk memory operationsGaret Halliday
2022-10-27cmd/internal/obj/arm64: remove AMOVBU from optaberifan01
2022-10-26cmd/internal/obj/ppc64: generate big uint32 values in registerPaul E. Murphy
2022-10-26cmd: remove redundant _cui fliter
2022-10-14cmd/compile,cmd/link,runtime: add start line numbers to func metadataMichael Pratt
2022-10-06all: remove redundant type conversioncui fliter
2022-10-05cmd/internal/obj/arm64: add missing operand register in GNU assemblyshaoliming
2022-10-05cmd/compile: add late lower pass for last rules to runeric fang
2022-10-01cmd/internal/obj: hoist constant slice out of function called in loopDavid Chase
2022-09-30all: omit comparison bool constant to simplify codecui fliter
2022-09-29cmd/internal/obj/x86: return comparison directlycuiweixie
2022-09-29cmd/internal/obj: call delete directly without check existcuiweixie
2022-09-29cmd: fix a few function names on commentscui fliter
2022-09-28cmd/internal/obj/ppc64: remove unnecessary opcodesArchana R
2022-09-20all: replace package ioutil with os and io in srcAndy Pan
2022-09-20cmd/compile: Add some CMP and CMN optimization rules on arm64eric fang
2022-09-15cmd/internal/obj/ppc64: add ISA 3.1 instructionsPaul E. Murphy
2022-09-15cmd/asm, cmd/internal/obj/ppc64: increase asm test coverage for PPC64Archana R
2022-09-07cmd/asm: improve argument to obj.Prog assignment on PPC64Paul E. Murphy
2022-09-07cmd/asm,cmd/internal/obj/ppc64: recognize ppc64 ISA 3.1 MMA registersPaul E. Murphy