aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld/dwarf_test.go
AgeCommit message (Expand)Author
2021-09-20cmd/link: generate DIE for types referenced only through dictionariesAlessandro Arzilli
2021-09-15cmd/compile: emit DWARF info about dictionary entriesAlessandro Arzilli
2021-09-13cmd/link/internal/ld: re-enable DWARF tests on solaris/illumosTobias Klauser
2021-06-02[dev.typeparams] cmd/link: include "go build" output in test logsMatthew Dempsky
2021-05-13cmd/compile/internal/dwarfgen: fix DWARF param DIE orderingThan McIntosh
2021-04-30cmd/compile: fix abbrev selection for output paramsThan McIntosh
2021-04-16cmd/link/internal/ld: re-enable tests on darwinTobias Klauser
2021-04-16cmd/link/internal/ld: fix GOARCH in TestAbstractOriginSanityIssue25459Tobias Klauser
2021-03-14cmd/link: regression test for issue #42484Alessandro Arzilli
2021-03-09cmd/link/internal/ld: deflake TestWindowsIssue36495Brad Fitzpatrick
2021-03-08cmd/link: use testing.T.TempDir in testsBrad Fitzpatrick
2020-10-09all: enable more tests on macOS/ARM64Cherry Zhang
2020-07-07[dev.link] cmd/link: run more tests in parallelCherry Zhang
2020-06-24[dev.link] cmd/{compile,link}: fix file/line of last instruction in DWARF lin...Than McIntosh
2020-06-03cmd/link: new DWARF line table test caseThan McIntosh
2020-04-30cmd/go: use -buildmode=pie as default on windowAlex Brainman
2020-03-10cmd/link: fix for package name attr testpoint in dwarf_test.goThan McIntosh
2020-01-10cmd/compile: emit only '/' in DWARF file namesJeremy Faller
2019-09-19cmd/link: enhance linker's dwarf testThan McIntosh
2019-05-30cmd/link: new test case for Darwin/DWARFThan McIntosh
2019-05-06all: simplify code using "gofmt -s -w"Shulhan
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-02compile,link: export package name in debug_infoAlessandro Arzilli
2019-02-20cmd/link/internal/ld: make dwarf_test and associated testdata module-agnosticBryan C. Mills
2018-12-13cmd/link: skip TestRuntimeTypeAttrInternal on windows/armJordan Rhee
2018-12-08cmd/link/internal/ld: run tests in parallelIan Lance Taylor
2018-10-22cmd/compile,cmd/link: remove statictmp variables from symbol table.Alessandro Arzilli
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-09-18cmd/link: fix DWARF refs so that they always point to the typedef entryAlessandro Arzilli
2018-07-27cmd/link: added test of availability of gccConstantin Konstantinidis
2018-07-20cmd/link: skip a couple of DWARF tests in short modeThan McIntosh
2018-07-10cmd/compile: call objabi.PathToPrefix when emitting abstract fnThan McIntosh
2018-05-25cmd/compile: fix DWARF inline debug issue with dead local varsThan McIntosh
2018-05-19runtime: fix darwin 386/amd64 stack switchesKeith Randall
2018-04-26cmd/link: fix test flagKeith Randall
2018-04-24cmd/link: fix TestRuntimeTypeAttr on ppc64,solarisHeschi Kreinick
2018-04-21cmd/link: skip TestRuntimeTypeAttr to fix buildJosh Bleecher Snyder
2018-04-20cmd/ld: link to runtime types from DWARFHeschi Kreinick
2018-03-20cmd/compile: fix regression in DWARF inlined routine variable trackingThan McIntosh
2018-02-15compiler: honor //line directives in DWARF variable file/line attrsThan McIntosh
2017-12-18cmd/internal/link: disable selected DWARF tests on SolarisThan McIntosh
2017-12-15cmd/link: make inlining+locationlist test depend on GOARCHDavid Chase
2017-12-15cmd/compile: fixes for bad DWARF abstract origin referencesThan McIntosh
2017-12-07cmd/compile: fix bug in logic for computing var abstract originsThan McIntosh
2017-11-30compiler,linker: support for DWARF inlined instancesThan McIntosh
2017-11-09cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflagsRuss Cox
2017-10-27cmd/compile, cmd/link: support for DWARF file reference relocationsThan McIntosh
2017-08-22cmd/compile: emit DW_AT_decl_lineHeschi Kreinick
2017-08-16cmd/link: skip TestFieldOverlap on Plan 9David du Colombier
2017-08-16cmd/link: fix bad dwarf for sudog<T>Keith Randall