aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal
AgeCommit message (Expand)Author
2024-07-30cmd/link: add variable_parameter attr to functype outparamsThan McIntosh
2024-07-30cmd/internal/obj/loong64, cmd/asm: remove useless instructionslimeidan
2024-07-30cmd/internal/obj/loong64: remove unuseless functionslimeidan
2024-07-30cmd/internal/obj/loong64: fixed operand assignment error for BFPT/BFPF instru...limeidan
2024-07-30cmd/internal/obj: add stmt prologueEnd to DWARF for loong64limeidan
2024-07-30cmd/internal/obj/loong64: return an error when getting address of tls variablelimeidan
2024-07-29cmd/internal/script/scriptest: add new apis for tool test useThan McIntosh
2024-07-29cmd: relocate cmd/go/internal/script to cmd/internal/scriptThan McIntosh
2024-07-29cmd: extract cmd/go's cfg.LookPath into separate pathcache packageThan McIntosh
2024-07-29cmd: relocate cmd/go/internal/robustio to cmd/internal/robustioThan McIntosh
2024-07-29cmd: relocate cmd/go/internal/par to cmd/internal/parThan McIntosh
2024-07-29cmd/internal/obj/loong64, cmd/asm: remove invalid optab itemslimeidan
2024-07-29cmd/asm: change register type for loong64 floating-pointXiaolin Zhao
2024-07-27cmd/internal/obj/loong64: add CPUCFG instructions supportGuoqi Chen
2024-07-24cmd/internal/obj/arm64: support MSR DITRoland Shoemaker
2024-07-24test: re-enabled fixedbugs/notinheap.go testCuong Manh Le
2024-07-23runtime,internal: move runtime/internal/sys to internal/runtime/sysDavid Chase
2024-07-23runtime,internal: move runtime/internal/math to internal/runtime/mathDavid Chase
2024-07-22cmd/compile: don't inline runtime functions in -d=checkptr buildCherry Mui
2024-07-16cmd/internal/cov: close counter data files eagerlyThan McIntosh
2024-06-25cmd/internal/obj/arm64: fix return with registerJoel Sing
2024-06-24cmd/internal/obj/arm64: Enable arm64 assembler tests for cross-compiler buildsSebastian Nickolls
2024-06-21cmd/internal: separate counter package from telemetry packageMichael Matloob
2024-06-13cmd/go: call telemetry.MaybeChild at start of go commandMichael Matloob
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