aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal
AgeCommit message (Expand)Author
2024-05-23runtime: move exit hooks into internal/runtime/exithookRuss Cox
2024-05-22all: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0Paul E. Murphy
2024-05-22cmd/internal/obj/loong64: add atomic memory access instructions supportGuoqi Chen
2024-05-21cmd/compile: for rangefunc, add checks and tests, fix panic interactionsDavid Chase
2024-05-21runtime: increase profiling stack depth to 128Felix Geisendörfer
2024-05-20cmd/internal/telemetry: fix typo in commentsguoguangwu
2024-05-17runtime: make use of stringslite.{HasPrefix, HasSuffix}Jes Cok
2024-05-16cmd/go: add go telemetry command and GOTELEMETRY, GOTELEMETRYDIRMichael Matloob
2024-05-15cmd/link: disallow pull-only linknamesCherry Mui
2024-05-15cmd/compile, cmd/internal: fine-grained fiddling with loop alignmentDavid Chase
2024-05-15cmd/internal/obj/x86: make SEH symbols content-addressableCherry Mui
2024-05-15cmd/internal/obj: print symbol index at -S=3Cherry Mui
2024-05-15cmd/compile,cmd/asm: on PPC64, generate compares against constant 0Paul E. Murphy
2024-05-13internal/chacha8rand: use internal/byteorderMateusz Poliwczak
2024-05-13cmd/internal/obj/loong64: improve the definition of plan9 assembly format in ...Guoqi Chen
2024-05-10cmd/compile, cmd/link: disallow linkname of some newly added internal functionsCherry Mui
2024-05-08cmd/go: rename flag counters and add buildmode values separatelyMichael Matloob
2024-05-01cmd/internal/telemetry: add NewStackCounter functionsMichael Matloob
2024-04-24cmd/internal/obj/ppc64: fix incorrect int to int64 conversion when checking M...Paul E. Murphy
2024-04-16cmd,crypto/elliptic: fix typos in commentsapocelipes
2024-04-15cmd/internal/obj/loong64: recheck jump offset boundary after auto-aligning lo...Guoqi Chen
2024-04-07cmd/internal/obj/riscv: check immediate for rotation instructionsJoel Sing
2024-04-04cmd/internal/obj/ppc64: on Power10, use xxspltidp for float constantsPaul E. Murphy
2024-04-02all: use kind* of abiqiulaidongfeng
2024-04-01cmd/compile: support float min/max instructions on PPC64Paul E. Murphy
2024-03-27cmd/compile,cmd/preprofile: move logic to shared common packageMichael Pratt
2024-03-26cmd/internal/obj/riscv: use native rotation instructions for rva22u64Joel Sing
2024-03-26runtime: fix the failures from longtest buildersAndy Pan
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-03-22cmd/internal/obj/riscv: improve register MOVB/MOVH/MOVBU/MOVHU for rva22u64Joel Sing
2024-03-21cmd/compile,cmd/go,cmd/internal,runtime: remove dynamic checks for atomics fo...Andrey Bokhanko
2024-03-21cmd/internal/osinfo,runtime,syscall: use RtlGetVersion instead of RtlGetNtVer...qmuntal
2024-03-20cmd/internal/obj: support Zba, Zbb, Zbs extensions in riscv64 assemblerWang Yaduo
2024-03-19cmd/internal/obj/ppc64: don't modify runtime.elf_* symbolsPaul E. Murphy
2024-03-19all: use "unix" build tag where appropriateTobias Klauser
2024-03-15cmd/internal/obj: replace bytes.Index call with bytes.Containsguoguangwu
2024-03-14cmd/internal/telemetry: add a shim package around telemetryMichael Matloob
2024-03-13cmd/asm,cmd/compile: generate less instructions for most 32 bit constant adds...Paul E. Murphy
2024-03-07cmd/compile,cmd/internal/obj: provide rotation pseudo-instructions for riscv64Joel Sing
2024-03-06cmd/compile: mark DIEs of captured variablesAlessandro Arzilli
2024-03-04cmd/internal/buildid: fix typo in commentguoguangwu
2024-02-29cmd/internal/testdir: support -godebugCuong Manh Le
2024-02-28cmd/internal/obj/ppc64: generate smaller machine code for OR/XOR of uint32 va...Paul E. Murphy
2024-02-27cmd/internal, cmd/link: unify the relocation naming style of loong64limeidan
2024-02-26cmd/compile/internal/dwarfgen: refactor putvar and putAbstractVarAlessandro Arzilli
2024-02-21cmd: remove support for GOROOT_FINALConstantin Konstantinidis
2024-02-21runtime: migrate internal/syscall to internal/runtimeAndy Pan
2024-02-21cmd/asm, cmd/internal/obj: enable rounding mode suffix for riscv64Meng Zhuo
2024-02-16cmd/internal/obj/ppc64: cleanup optab entries after renamingPaul E. Murphy
2024-02-13cmd/internal/obj/ppc64: rename and remove aliased optab classifiersPaul E. Murphy