aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/dwarfgen
AgeCommit message (Expand)Author
2021-08-18cmd/compile/internal/dwarfgen: use src.Pos.Rel{Filename,Line,Col} consistentlyMatthew Dempsky
2021-05-24cmd/compile: record regabi status in DW_AT_producerAlessandro Arzilli
2021-05-13cmd/compile/internal/dwarfgen: fix DWARF param DIE orderingThan McIntosh
2021-05-03cmd/compile: preserve argument order in debug_infoAlessandro Arzilli
2021-04-30cmd/compile: fix abbrev selection for output paramsThan McIntosh
2021-04-30cmd/compile: regabi support for DWARF location expressionsThan McIntosh
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-14cmd/compile: rescue stmt boundaries from OpArgXXXReg and OpSelectN.David Chase
2021-03-18cmd: move experiment flags into objabi.ExperimentAustin Clements
2021-03-16cmd/compile: (fixed) spill output parameters passed in registers as autosDavid Chase
2021-03-15Revert "cmd/compile: spill output parameters passed in registers as autos"David Chase
2021-03-15cmd/compile: spill output parameters passed in registers as autosDavid Chase
2021-02-21cmd/compile: fix panic in DWARF-gen handling obfuscated codeThan McIntosh
2021-02-19cmd/compile: fix buglet in inlined info abstract function dwarf-genThan McIntosh
2021-02-19runtime: enable framepointer on all arm64Russ Cox
2021-01-25[dev.regabi] cmd/compile: backport changes from dev.typeparams (9456804)Matthew Dempsky
2021-01-21[dev.regabi] cmd/compile: replace ir.Name map with ir.NameSet for dwarfBaokun Lee
2021-01-19[dev.regabi] cmd/compile: refactor Linksym creationMatthew Dempsky
2021-01-14[dev.regabi] cmd/compile: move more PAUTOHEAP to SSA constructionMatthew Dempsky
2021-01-05[dev.regabi] cmd/compile: add Name.Canonical and move ByvalMatthew Dempsky
2021-01-04[dev.regabi] cmd/compile: remove Name.Class_ accessorsMatthew Dempsky
2021-01-01[dev.regabi] cmd/compile: simplify dwarfgen.declPosMatthew Dempsky
2021-01-01[dev.regabi] cmd/compile: remove idempotent Name() calls [generated]Matthew Dempsky
2020-12-29[dev.regabi] cmd/compile: rewrite to use linksym helpers [generated]Matthew Dempsky
2020-12-23[dev.regabi] cmd/compile: split out package dwarfgen [generated]Russ Cox