aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj
AgeCommit message (Expand)Author
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
2022-09-02cmd/internal/obj/riscv: fix comment typoWayne Zuo
2022-08-31cmd/internal/obj/arm64: allow transition from $0 to ZR for MSReric fang
2022-08-30cmd/asm: add new classification for index memory operands on PPC64Archana R
2022-08-30cmd/internal/obj/loong64: add ROTR, ROTRV instructions supportWayne Zuo
2022-08-29cmd/compile/obj/arm64: fix encoding error of FMOVD/FMOVS $0|ZReric fang
2022-08-23cmd/internal/obj/loong64: add MASKEQZ and MASKNEZ instructions supportWayne Zuo
2022-08-23cmd/internal/obj/arm64: remove the transition from $0 to ZReric fang
2022-08-23cmd/compile/internal/ssa: optimize memory moving on arm64eric fang
2022-08-18all: remove duplicate "the" words in commentsAbirdcfly
2022-08-16runtime: process ptr bitmaps one word at a timeKeith Randall