aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal
AgeCommit message (Expand)Author
2022-10-21crypto/sha256, cmd/internal/notsha256: improve PPC64 sha256Paul E. Murphy
2022-10-18go,cmd,internal: update to anticipate missing targets and .a filesMichael Matloob
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-04cmd/cgo, cmd/compile, cmd/link: remove old style build tagsRuss Cox
2022-10-04cmd/internal/sys: migrate support.go functions to new internal pkgThan McIntosh
2022-10-01cmd/internal/obj: hoist constant slice out of function called in loopDavid Chase
2022-09-30all: use "unix" build tag where appropriateTobias Klauser
2022-09-30all: omit comparison bool constant to simplify codecui fliter
2022-09-30Revert "cmd/cgo, cmd/compile, cmd/link: remove old style build tags"Than McIntosh
2022-09-30cmd/cgo, cmd/compile, cmd/link: remove old style build tagsTobias Klauser
2022-09-30cmd/internal: use fmt.Fprintfcuiweixie
2022-09-29cmd/internal/obj/x86: return comparison directlycuiweixie
2022-09-29cmd/internal/obj: call delete directly without check existcuiweixie
2022-09-29cmd/internal/dwarf: remove redundant break statementcuiweixie
2022-09-29cmd/internal/cov: use io.SeekStart, io.SeekCurrent, and io.SeekEndcuiweixie
2022-09-29cmd: fix a few function names on commentscui fliter
2022-09-28cmd/internal/obj/ppc64: remove unnecessary opcodesArchana R
2022-09-28cmd/covdata: add tools to read/manipulate coverage data filesThan McIntosh
2022-09-27cmd/internal/pkgpath: use MustHaveExec in TestToSymbolFuncTobias Klauser
2022-09-27debug/elf: suport files with >= 65280 (0xff00) sectionsZeke Lu
2022-09-27cmd: relocate search.MatchPattern to cmd/internal/pkgpatternThan McIntosh
2022-09-27cmd/compile,cmd/link: hooks for identifying coverage countersThan McIntosh
2022-09-22cmd/internal/objfile: read file/line information for ELF PIE binariesCherry Mui
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-16cmd/internal/objabi: record GO$GOARCH setting in object headerRuss Cox
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-15cmd, syscall: use syscall.Mmap on solaris for Go ≥ 1.20Tobias Klauser
2022-09-13cmd/internal/objabi: declare HeadType String on a non-pointer receiverJoel Sing
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-09-01cmd/internal/pkgpath: use strings.Builderhopehook
2022-09-01cmd/internal/objabi: use strings.Builderhopehook
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-26runtime: add address sanitizer support for ppc64leArchana R
2022-08-23cmd/internal/obj/loong64: add MASKEQZ and MASKNEZ instructions supportWayne Zuo
2022-08-23all: append(bytes, str...) works out of the boxDaniel Martí
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-20cmd/pprof: fix addr calculation for WindowsEgon Elbre
2022-08-18cmd/internal/osinfo: use unix.ByteSliceToStringTobias Klauser
2022-08-18all: remove duplicate "the" words in commentsAbirdcfly