aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/obj.go
AgeCommit message (Expand)Author
2025-02-10cmd/compile/internal/gc: handle errors from *bio.WriterMateusz Poliwczak
2024-03-29cmd/compile/internal: refactor coverage ir.Name flagsThan McIntosh
2023-08-29cmd/compile: remove vestigial importpath symbol logicMatthew Dempsky
2023-08-29cmd: simplify some handling of package pathsMatthew Dempsky
2023-08-24cmd/compile/internal/gc: steps towards work-queueMatthew 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-11cmd/compile: simplify asmhdr and plugin exports handlingMatthew Dempsky
2023-08-11cmd/compile: cleanup ir.PackageMatthew Dempsky
2023-05-02cmd/compile: don't generate DWARF info for static varsCherry Mui
2022-09-27cmd/compile,cmd/link: hooks for identifying coverage countersThan McIntosh
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2022-05-20cmd/compile, cmd/link: use libFuzzer 8-bit instead of extra countersKhaled Yakdan
2022-05-16cmd/compile: set LocalPkg.Path to -p flagMatthew Dempsky
2022-05-04cmd/compile: enable Asan check for global variablesfanzha02
2022-05-04Revert "cmd/compile: enable Asan check for global variables"Bryan Mills
2022-05-04cmd/compile: enable Asan check for global variablesfanzha02
2022-04-22Revert "cmd/compile: enable Asan check for global variables"Bryan Mills
2022-04-22cmd/compile: enable Asan check for global variablesfanzha02
2022-04-14cmd/compile: implement jump tablesKeith Randall
2022-02-28cmd/compile: emit types of constants which are instantiated generic typesKeith Randall
2022-02-11cmd/compile, runtime: use unwrapped PC for goroutine creation tracingCherry Mui
2021-10-27cmd/compile, runtime: track argument stack slot livenessCherry Mui
2021-10-04cmd/compile: set opendefer info symbol as content-addressableCherry Mui
2021-08-27cmd/compile: unexport Type.Width and Type.Align [generated]Matthew Dempsky
2021-07-20[dev.typeparams] all: merge master (c8f4e61) into dev.typeparamsMatthew Dempsky
2021-07-19cmd/{compile,link}: fix bug in map.zero handlingThan McIntosh
2021-06-16[dev.typeparams] cmd/compile: simplify SSA devirtualizationMatthew Dempsky
2021-06-14[dev.typeparams] all: merge master (fdab5be) into dev.typeparamsMatthew Dempsky
2021-06-09cmd/compile: make map.zero symbol content-addressableThan McIntosh
2021-06-05[dev.typeparams] cmd/compile: refactor export writingMatthew Dempsky
2021-04-22cmd/compile, runtime: add metadata for argument printing in tracebackCherry Zhang
2021-04-08cmd/compile,cmd/internal/objabi: abstract out object header stringAustin Clements
2021-03-23cmd/{compile,link}: relocate generation of DWARF for global varsThan McIntosh
2021-01-19[dev.regabi] cmd/compile: directly create go.map and go.track symbolsMatthew Dempsky
2021-01-16[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales
2021-01-13[dev.regabi] cmd/compile: fix GOEXPERIMENT=regabi builderMatthew Dempsky
2021-01-12[dev.regabi] cmd/compile: always use the compile queueMatthew Dempsky
2021-01-04[dev.regabi] cmd/compile: remove Name.Class_ accessorsMatthew Dempsky
2021-01-01[dev.regabi] cmd/compile: remove idempotent Name() calls [generated]Matthew Dempsky
2020-12-29[dev.regabi] cmd/compile: more Linksym cleanupMatthew Dempsky
2020-12-29[dev.regabi] cmd/compile: rewrite to use linksym helpers [generated]Matthew Dempsky
2020-12-29[dev.regabi] cmd/compile: add Linksym helpersMatthew Dempsky
2020-12-23[dev.regabi] cmd/compile: split out package walk [generated]Russ Cox
2020-12-23[dev.regabi] cmd/compile: split out package dwarfgen [generated]Russ Cox
2020-12-23[dev.regabi] cmd/compile: split out package reflectdata [generated]Russ Cox
2020-12-23[dev.regabi] cmd/compile: split out package staticdata [generated]Russ Cox
2020-12-23[dev.regabi] cmd/compile: split out package noder [generated]Russ Cox
2020-12-23[dev.regabi] cmd/compile: split out package objw [generated]Russ Cox
2020-12-23[dev.regabi] cmd/compile: split out package typecheck [generated]Russ Cox