aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/dwarf
AgeCommit message (Expand)Author
2018-09-27cmd/link: move DIE of global variables to their compile unitAlessandro Arzilli
2018-07-10cmd/compile: call objabi.PathToPrefix when emitting abstract fnThan McIntosh
2018-04-20cmd/ld: link to runtime types from DWARFHeschi Kreinick
2018-04-04cmd/link: process is_stmt data into dwarf line tablesDavid Chase
2018-03-02cmd/link: fix up debug_range for dsymutil (revert CL 72371)Alessandro Arzilli
2018-03-02cmd/compile: optimize scope trackingAlessandro Arzilli
2018-02-26cmd: avoid unnecessary type conversionsKunpei Sakai
2018-02-14cmd/compile: reimplement location list generationHeschi Kreinick
2018-01-10cmd/compile: workaround for inconsistent receiver param srcposThan McIntosh
2017-12-15cmd/compile: fixes for bad DWARF abstract origin referencesThan McIntosh
2017-11-30compiler,linker: support for DWARF inlined instancesThan McIntosh
2017-11-01compile, link: remove base address selector from DWARF range listsAlessandro Arzilli
2017-10-27cmd/compile, cmd/link: support for DWARF file reference relocationsThan McIntosh
2017-10-18cmd/compile, cmd/link: record compiler flags in DW_AT_producerAustin Clements
2017-10-18cmd/compile: distinguish args and return values in DWARFHeschi Kreinick
2017-10-12cmd/link: generate PC ranges for compilation unit DIEsAustin Clements
2017-10-12cmd/link: one DWARF compilation unit per packageAustin Clements
2017-10-05cmd/internal/dwarf: remove unused SymValue methodMatthew Dempsky
2017-09-28cmd/compile: cover control flow insns in location listsHeschi Kreinick
2017-09-22cmd/compile,cmd/link: export int global consts to DWARFAlessandro Arzilli
2017-09-07cmd/compile: revert "more compact representation of DW_AT_high_pc"Heschi Kreinick
2017-09-06cmd/compile: more compact DWARF location for locals and argumentsAlessandro Arzilli
2017-09-06cmd/compile: more compact representation of DW_AT_high_pcAlessandro Arzilli
2017-08-31cmd/link: emit DW_AT_data_member_location as a constantHeschi Kreinick
2017-08-25cmd/compile: bug fixes for DWARF location listsHeschi Kreinick
2017-08-22cmd/compile: emit DW_AT_decl_lineHeschi Kreinick
2017-08-14cmd/link,compile: Provide size for func typesKeith Randall
2017-07-27[dev.debug] cmd/compile: better DWARF with optimizations onHeschi Kreinick
2017-07-26[dev.debug] cmd/internal/dwarf: add DWARF abbrevs with location listsHeschi Kreinick
2017-07-25[dev.debug] cmd/compile: rename dwarf.Var.Offset to StackOffsetHeschi Kreinick
2017-05-26cmd/internal/dwarf: update to DWARF4, emit frame_baseHeschi Kreinick
2017-05-18cmd/compile: output DWARF lexical blocks for local variablesAlessandro Arzilli
2017-05-10cmd/link: include DW_AT_producer in .debug_infoDavid Chase
2017-04-27dwarf: add marker for embedded fields in dwarfHana Kim
2017-04-07Revert "cmd/compile: output DWARF lexical blocks for local variables"Josh Bleecher Snyder
2017-04-07cmd/compile: output DWARF lexical blocks for local variablesAlessandro Arzilli
2017-03-27cmd/internal/dwarf: remove global encbufJosh Bleecher Snyder
2017-03-07cmd/compile/internal/gc: skip autotmp vars in gc againMatthew Dempsky
2017-02-07cmd/internal/dwarf: use []*Var instead of linked listsMatthew Dempsky
2016-11-16cmd/compile: ensure necessary types appear in .debug_infoDavid Chase
2016-10-31cmd/compile: mark temps with new AutoTemp flag, and use it.David Chase
2016-10-26cmd/compile: avoid truncating fieldname var locationsThan McIntosh
2016-08-18cmd: generate DWARF for functions in compile instead of link.Michael Matloob