aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/base
AgeCommit message (Expand)Author
2023-08-18cmd/compile: enable -d=zerocopy by defaultMatthew Dempsky
2023-08-18cmd/compile: restore zero-copy string->[]byte optimizationMatthew Dempsky
2023-08-14cmd: fix mismatched symbolscui fliter
2023-08-14internal/coverage: separate out cmd defs to separate packageThan McIntosh
2023-08-10cmd/compile/internal/inline: add framework to compute func "properties"Than McIntosh
2023-08-10cmd/compile: add -env key=value flagRuss Cox
2023-08-07cmd/compile/internal/base: optimize the readImportCfg function to make it cle...cui fliter
2023-07-25cmd/compile/internal/base: add comma in comment for consistencyJes Cok
2023-07-20all: update build tags to require/assume Go 1.20Matthew Dempsky
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-05-24Revert "cmd/compile: enable printing of error URLs by default"Robert Griesemer
2023-05-24cmd/compile: enable printing of error URLs by defaultRobert Griesemer
2023-05-24cmd/compile: report an error URL with error messagesRobert Griesemer
2023-05-23cmd/compile: indicate sense of hash/bisect match in outputDavid Chase
2023-05-22cmd/compile: enable PGO-driven call devirtualizationMichael Pratt
2023-05-22cmd/compile: replace -d=pgoinline with -d=pgodebugMichael Pratt
2023-05-11cmd/compile: remove debugging option InlineSCCOnePass from inlinerThan McIntosh
2023-05-10cmd/compile: add ability to print extra information in bisect outputRuss Cox
2023-05-09cmd/compile: remove FS debug hash formRuss Cox
2023-05-09cmd/compile: use more of internal/bisect in HashDebugRuss Cox
2023-05-09cmd/compile: standardize on outer-to-inner for pos listsRuss Cox
2023-05-09internal/godebug: add bisect supportRuss Cox
2023-05-05cmd/compile: work with new bisect commandRuss Cox
2023-05-05internal/abi: refactor (basic) type struct into one definitionDavid Chase
2023-04-21cmd/compile: support -buildmode=c-shared on linux/mips64{,le}Xiaodong Liu
2023-04-14cmd/compile: reenable inline static initCuong Manh Le
2023-04-10cmd/compile, cmd/dist, internal: enable buildmode=pie for linux/loong64WANG Xuerui
2023-04-07cmd/compile: minor cleanup to HashDebugPosDavid Chase
2023-04-06cmd/compile: modify debug-hash to support match exclusionDavid Chase
2023-03-16cmd/compile: add -url flag, print URL with error messages if applicableRobert Griesemer
2023-03-10cmd/compile: pass type checker error codes in the compilerRobert Griesemer
2023-03-09cmd/compile: reorder operations in SCCs to enable more inliningThan McIntosh
2023-03-09cmd/compile: remove -wrapglobalmapinit flagThan McIntosh
2023-03-06cmd/compile: experimental loop iterator capture semantics changeDavid Chase
2023-02-09cmd/compile: disable inline static init optimizationCuong Manh Le
2023-02-06cmd/compile: enable deadcode of unreferenced large global mapsThan McIntosh
2023-01-26cmd/compile/internal/types: remove Markdcl/Pushdcl/PopdclMatthew Dempsky
2023-01-26cmd/compile: remove -d=typecheckinl flagMatthew Dempsky
2023-01-25cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky
2023-01-17cmd/compile: remove support for old comparable semanticsRobert Griesemer
2022-12-01go/types, types2: make the new comparable semantics the defaultRobert Griesemer
2022-12-01Revert "go/types, types2: make the new comparable semantics the default"Robert Griesemer
2022-12-01go/types, types2: make the new comparable semantics the defaultRobert Griesemer
2022-11-23cmd/compile: reenable inlstaticinitRuss Cox
2022-11-22cmd/compile: add -d=inlstaticinit debug flagMatthew Dempsky
2022-11-21cmd/compile: reject anonymous interface cyclesMatthew Dempsky
2022-11-18all: add missing periods in commentscui fliter
2022-11-18cmd/compile/internal/base, cmd/internal/bio: use syscall.Mmap on aixTobias Klauser
2022-11-16cmd/compile: handle simple inlined calls in staticinitRuss Cox
2022-11-15cmd/compile: add testing-flag guard to package-is-collected assertDavid Chase