index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
internal
/
dwarf
Age
Commit message (
Expand
)
Author
2018-09-27
cmd/link: move DIE of global variables to their compile unit
Alessandro Arzilli
2018-07-10
cmd/compile: call objabi.PathToPrefix when emitting abstract fn
Than McIntosh
2018-04-20
cmd/ld: link to runtime types from DWARF
Heschi Kreinick
2018-04-04
cmd/link: process is_stmt data into dwarf line tables
David Chase
2018-03-02
cmd/link: fix up debug_range for dsymutil (revert CL 72371)
Alessandro Arzilli
2018-03-02
cmd/compile: optimize scope tracking
Alessandro Arzilli
2018-02-26
cmd: avoid unnecessary type conversions
Kunpei Sakai
2018-02-14
cmd/compile: reimplement location list generation
Heschi Kreinick
2018-01-10
cmd/compile: workaround for inconsistent receiver param srcpos
Than McIntosh
2017-12-15
cmd/compile: fixes for bad DWARF abstract origin references
Than McIntosh
2017-11-30
compiler,linker: support for DWARF inlined instances
Than McIntosh
2017-11-01
compile, link: remove base address selector from DWARF range lists
Alessandro Arzilli
2017-10-27
cmd/compile, cmd/link: support for DWARF file reference relocations
Than McIntosh
2017-10-18
cmd/compile, cmd/link: record compiler flags in DW_AT_producer
Austin Clements
2017-10-18
cmd/compile: distinguish args and return values in DWARF
Heschi Kreinick
2017-10-12
cmd/link: generate PC ranges for compilation unit DIEs
Austin Clements
2017-10-12
cmd/link: one DWARF compilation unit per package
Austin Clements
2017-10-05
cmd/internal/dwarf: remove unused SymValue method
Matthew Dempsky
2017-09-28
cmd/compile: cover control flow insns in location lists
Heschi Kreinick
2017-09-22
cmd/compile,cmd/link: export int global consts to DWARF
Alessandro Arzilli
2017-09-07
cmd/compile: revert "more compact representation of DW_AT_high_pc"
Heschi Kreinick
2017-09-06
cmd/compile: more compact DWARF location for locals and arguments
Alessandro Arzilli
2017-09-06
cmd/compile: more compact representation of DW_AT_high_pc
Alessandro Arzilli
2017-08-31
cmd/link: emit DW_AT_data_member_location as a constant
Heschi Kreinick
2017-08-25
cmd/compile: bug fixes for DWARF location lists
Heschi Kreinick
2017-08-22
cmd/compile: emit DW_AT_decl_line
Heschi Kreinick
2017-08-14
cmd/link,compile: Provide size for func types
Keith Randall
2017-07-27
[dev.debug] cmd/compile: better DWARF with optimizations on
Heschi Kreinick
2017-07-26
[dev.debug] cmd/internal/dwarf: add DWARF abbrevs with location lists
Heschi Kreinick
2017-07-25
[dev.debug] cmd/compile: rename dwarf.Var.Offset to StackOffset
Heschi Kreinick
2017-05-26
cmd/internal/dwarf: update to DWARF4, emit frame_base
Heschi Kreinick
2017-05-18
cmd/compile: output DWARF lexical blocks for local variables
Alessandro Arzilli
2017-05-10
cmd/link: include DW_AT_producer in .debug_info
David Chase
2017-04-27
dwarf: add marker for embedded fields in dwarf
Hana Kim
2017-04-07
Revert "cmd/compile: output DWARF lexical blocks for local variables"
Josh Bleecher Snyder
2017-04-07
cmd/compile: output DWARF lexical blocks for local variables
Alessandro Arzilli
2017-03-27
cmd/internal/dwarf: remove global encbuf
Josh Bleecher Snyder
2017-03-07
cmd/compile/internal/gc: skip autotmp vars in gc again
Matthew Dempsky
2017-02-07
cmd/internal/dwarf: use []*Var instead of linked lists
Matthew Dempsky
2016-11-16
cmd/compile: ensure necessary types appear in .debug_info
David Chase
2016-10-31
cmd/compile: mark temps with new AutoTemp flag, and use it.
David Chase
2016-10-26
cmd/compile: avoid truncating fieldname var locations
Than McIntosh
2016-08-18
cmd: generate DWARF for functions in compile instead of link.
Michael Matloob
[prev]