aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/base
AgeCommit message (Expand)Author
2022-11-10cmd/compile: adjust PGO inlining default parametersCherry Mui
2022-11-10cmd/compile: add ability to hash-debug on file:line, including inliningDavid Chase
2022-11-07cmd/compile: let compiler downgrade its own concurrencyDavid Chase
2022-11-04cmd/compile: tweak compiler concurrencyDavid Chase
2022-11-04cmd/compile: change the multiple (gossa)hash separator from ; to /David Chase
2022-11-03cmd/compile: if GOGC is not set, temporarily boost it for rapid starting heap...David Chase
2022-11-03cmd/compile: add debug-hash flag for fused-multiply-addDavid Chase
2022-11-03cmd/compile: use CDF to determine PGO inline thresholdCherry Mui
2022-11-02cmd/compile: use edge weights to decide inlineability in PGOCherry Mui
2022-11-02cmd/compile: renovate GOSSAHASHDavid Chase
2022-10-31cmd/compile: add ability to indicate 'concurrentOk' for debug flagsDavid Chase
2022-10-28cmd/compile: Enables PGO in Go and performs profile-guided inliningRaj Barik
2022-10-25cmd/compile: add support for alternative comparable semanticsRobert Griesemer
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-03cmd/compile/internal: fix a few function names on commentscui 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-28cmd/compile/internal/base: replace io/ioutil with os packagecui fliter
2022-09-27cmd/compile: add coverage fixup modeThan McIntosh
2022-09-20all: replace package ioutil with os and io in srcAndy Pan
2022-09-15cmd, syscall: use syscall.Mmap on solaris for Go ≥ 1.20Tobias Klauser
2022-09-09all: transfer reflect.{SliceHeader, StringHeader} to unsafeheader.{Slice, Str...hopehook
2022-09-02cmd/compile/internal/base: use runtime.KeepAlive in MapFileTobias Klauser
2022-08-30cmd/compile: fix unified IR shapifying recursive instantiated typesCuong Manh Le
2022-08-23cmd/compile: fix unified IR's pointer-shapingMatthew Dempsky
2022-08-17cmd/compile: gofmt -w -shopehook
2022-08-10cmd/compile: refactor GOSSAHASH debugging to make it usable outside ssa package.David Chase
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2022-07-19[dev.unified] all: merge master (8e1e64c) into dev.unifiedDavid Chase
2022-07-18cmd/compile: revert "remove -installsuffix flag"Matthew Dempsky
2022-07-13cmd/compile: remove -installsuffix flagMatthew Dempsky
2022-07-13cmd/compile: remove -importmap flagMatthew Dempsky
2022-07-12internal/pkgbits: change EnableSync into a dynamic knobMatthew Dempsky
2022-07-05cmd/compile: drop "buildcfg" from no instrument packagesMichael Pratt
2022-05-11cmd/internal/obj: add a flag to not write referenced symbol names in object fileCherry Mui
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-03-24cmd/compile: clarify help message for -L flagRobert Griesemer
2022-03-22cmd/compile, cmd/link: produce unlinkable object when compile without -pCherry Mui
2022-03-09cmd/compile: require -p flagRuss Cox
2022-03-01cmd/compile: remove -G flagMatthew Dempsky
2022-03-01cmd/compile: remove unified IR quirks modeMatthew Dempsky
2022-02-15runtime/internal/syscall: new package for linuxMichael Pratt
2022-01-24cmd/compile: always print stack trace for -dpanicIan Lance Taylor
2021-11-05cmd/{asm,compile,internal/obj}: add "maymorestack" supportAustin Clements
2021-11-05cmd/compile,cmd/internal/objabi: move -d flag parser to objabiAustin Clements