aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/dwinl.go
AgeCommit message (Expand)Author
2020-10-16cmd/internal/obj: move LSym.Func into LSym.ExtraRuss Cox
2019-03-25cmd/compile: use existing instructions instead of nops for inline marksKeith Randall
2019-03-25cmd/compile: better handling for PAUTOHEAP in DWARF inline genThan McIntosh
2018-11-03cmd/compile/internal/gc: don't print "internal error" twiceRobert Griesemer
2018-08-29cmd/compile: remove var sorting from DWARF inline generationThan McIntosh
2018-08-20cmd/compile/internal/gc: various minor cleanupsDaniel Martí
2018-03-22cmd/compile: use more range fors in gcDaniel Martí
2018-03-20cmd/compile: fix regression in DWARF inlined routine variable trackingThan McIntosh
2018-03-13cmd/compile: remove some unused parametersDaniel Martí
2018-03-01cmd/compile: fix dwarf ranges of inlined subroutine entriesAlessandro Arzilli
2018-02-26cmd: avoid unnecessary type conversionsKunpei Sakai
2017-12-20cmd/compile: second attempt at fix for issue 23179Than McIntosh
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