aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc
AgeCommit message (Expand)Author
2026-01-26cmd/compile: reduce lock/scheduler contentionDaniel Morsing
2026-01-22cmd/compile: better name for BloopWalkCuong Manh Le
2025-11-26cmd/compile: adjust start heap sizeDavid Chase
2025-11-24[dev.simd] all: merge master (8dd5b13) into dev.simdCherry Mui
2025-11-21cmd/compile: change testing.B.Loop keep alive semanticJunyang Shao
2025-11-20[dev.simd] all: merge master (ca37d24) into dev.simdCherry Mui
2025-11-20cmd/compile: stack allocate backing stores during appendkhr@golang.org
2025-08-04[dev.simd] all: merge master (7a1679d) into dev.simdCherry Mui
2025-07-30all: remove GOEXPERIMENT=swissmapMichael Pratt
2025-06-26[dev.simd] cmd/compile: support simd(imm,fp) returns gpDavid Chase
2025-06-23[dev.simd] cmd/compile: generate function body for bodyless intrinsicsCherry Mui
2025-02-22cmd: initial compiler+linker support for DWARF5 .debug_addrThan McIntosh
2025-02-10cmd/compile/internal/gc: handle errors from *bio.WriterMateusz Poliwczak
2024-11-18cmd/compile: remove gc programs from stack frame objectsKeith Randall
2024-10-14all: wire up swisstable mapsMichael Pratt
2024-09-05cmd/compile: use slices.{Sort,SortFunc}Cuong Manh Le
2024-08-09cmd/compile: add basic wasmexport supportCherry Mui
2024-07-30cmd/compile: add "deadlocals" pass to remove unused localsDavid Chase
2024-07-22cmd/compile: retire "IsHiddenClosure" and "IsDeadcodeClosure"Cuong Manh Le
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-06-07cmd/compile: generate args_stackmap for ABI0 assembly func regardless of link...Cherry Mui
2024-05-15cmd/compile, cmd/internal: fine-grained fiddling with loop alignmentDavid Chase
2024-05-09cmd/compile: add support for telemetryMichael Matloob
2024-04-01cmd/compile: close files in the startProfile functionguoguangwu
2024-03-29cmd/compile/internal: refactor coverage ir.Name flagsThan McIntosh
2024-03-27cmd/compile: rename cmd/compile/internal/pgo to cmd/compile/internal/pgoirMichael Pratt
2023-11-20cmd/compile: interleave devirtualization and inliningMatthew Dempsky
2023-11-15cmd/compile: extend profiling-per-package-into-directory to other profiling f...David Chase
2023-11-15cmd/compile: modify -memprofile flag for multiple profiles in a directoryDavid Chase
2023-10-09cmd/compile: use internal/abi types in the compilerKeith Randall
2023-08-29cmd/compile: remove vestigial importpath symbol logicMatthew Dempsky
2023-08-29cmd: simplify some handling of package pathsMatthew Dempsky
2023-08-25cmd/compile/internal/ir: mark Addrtaken in NewAddrExprMatthew Dempsky
2023-08-24cmd/compile: create "init" function during nodingMatthew Dempsky
2023-08-24cmd/compile/internal/gc: steps towards work-queueMatthew Dempsky
2023-08-22cmd/internal/objabi,cmd/compile: move NoInstrumentPkgs and NoRacePkgs to PkgS...Austin Clements
2023-08-22cmd/compile/internal/types: overhaul and simplify APIMatthew Dempsky
2023-08-21cmd/compile/internal/abi: stop using types.FuncMatthew Dempsky
2023-08-19cmd/compile/internal/gc: remove unused reflectdata importDmitri Shuralyov
2023-08-19cmd/compile/internal/typecheck: remove NeedRuntimeTypeMatthew Dempsky
2023-08-19Revert "cmd/compile/internal/gc: steps towards work-queue"Matthew Dempsky
2023-08-18cmd/compile/internal/gc: steps towards work-queueMatthew Dempsky
2023-08-18cmd/compile/internal/typecheck: remove DeclContextMatthew Dempsky
2023-08-18cmd/compile: remove some uses of ir.CurFuncMatthew Dempsky
2023-08-14cmd/compile: move IsDeadcodeClosure check into enqueueFuncMatthew Dempsky
2023-08-11cmd/compile: simplify asmhdr and plugin exports handlingMatthew Dempsky
2023-08-11cmd/compile/internal/coverage: merge Fixup{Vars,Init} into FixupMatthew Dempsky
2023-08-11cmd/compile: cleanup ir.PackageMatthew Dempsky
2023-08-11cmd/compile: move early deadcode into unified writerMatthew Dempsky