aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/objfile.go
AgeCommit message (Expand)Author
2020-04-24[dev.link] cmd/internal/goobj2: add index fingerprint to object fileCherry Zhang
2020-04-20cmd/compile: speed up compiling with -SJosh Bleecher Snyder
2020-04-02[dev.link] cmd: support large function alignmentCherry Zhang
2020-03-23[dev.link] cmd/internal/obj: restore old DWARF symbol handlingCherry Zhang
2020-03-23[dev.link] cmd/asm, cmd/compile: add back newobj flagCherry Zhang
2020-03-20[dev.link] cmd/compile, cmd/link: move away from DWARF file renumberingThan McIntosh
2020-03-20[dev.link] cmd/compile, cmd/link: move DWARF info sym to anonymous aux dataThan McIntosh
2020-03-12[dev.link] cmd/link: demote DWARF line symbols to anonymous auxThan McIntosh
2020-03-12[dev.link] cmd/internal/obj: add dump of aux symbols for -S=2Than McIntosh
2020-03-12[dev.link] cmd/link: demote dwarf {range,loc} sub-symbols to auxThan McIntosh
2020-02-27[dev.link] cmd/link: simplify DWARF DIE symbol payloadThan McIntosh
2019-11-11[dev.link] cmd/compile, cmd/asm: delete old object file format supportCherry Zhang
2019-10-10[dev.link] cmd/internal/obj: support -S flag in newobj modeCherry Zhang
2019-10-03[dev.link] cmd/internal/obj: write object file in new formatCherry Zhang
2019-10-01[dev.link] cmd/compile, cmd/asm: use bio.Writer for object file writingCherry Zhang
2019-09-27cmd/compile: don't emit autom's into object fileThan McIntosh
2019-09-27cmd/compile: add R_USETYPE relocs to func syms for autom typesThan McIntosh
2019-09-26cmd/compile: remove isStmt symbol from FuncInfoJeremy Faller
2019-09-25cmd/compile: update object file format for DWARF file tableJeremy Faller
2019-09-24cmd/compile: generate debug_lines in compilerJeremy Faller
2019-09-23cmd/compile: add new symbol for debug line numbersJeremy Faller
2019-09-08all: fix typosAinar Garipov
2019-05-06cmd/internal/obj: write package path at compile time if possibleCherry Zhang
2019-05-02sort: simplify bootstrapRuss Cox
2019-04-23cmd/link: revert/revise CL 98075 because LLDB is very picky nowDavid Chase
2019-04-15cmd/link, runtime: mark goexit as the top of the call stackMichael Munday
2019-03-02cmd/internal/obj: stay consistent by defining loop variable outside loop headerLeon Klingele
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-12-11cmd/compile: use innermost line number for -SKeith Randall
2018-11-27cmd: fix symbols addressing for aix/ppc64Clément Chigot
2018-11-12cmd/internal/obj, cmd/link: record ABIs and aliases in Go obj filesAustin Clements
2018-11-03cmd/internal/obj: don't dedup symbols in WriteObjFileAustin Clements
2018-10-24cmd: add DWARF64 support for aix portClément Chigot
2018-04-20cmd/ld: link to runtime types from DWARFHeschi Kreinick
2018-04-05cmd/internal/obj: various code cleanupsDaniel Martí
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
2017-12-04cmd/compile: fix bug in DWARF inl handling of unused autosThan 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-05cmd/internal/dwarf: remove unused SymValue methodMatthew Dempsky
2017-09-22cmd/compile,cmd/link: export int global consts to DWARFAlessandro Arzilli
2017-07-27[dev.debug] cmd/compile: better DWARF with optimizations onHeschi Kreinick
2017-05-18cmd/compile: output DWARF lexical blocks for local variablesAlessandro Arzilli
2017-05-09cmd/internal/obj, cmd/link: fix st_other field on PPC64Ian Lance Taylor
2017-05-02cmd/internal/obj: fix LSym.Type during compilation, not linkingJosh Bleecher Snyder
2017-04-28cmd/internal/objabi: shrink SymType down to a uint8Michael Hudson-Doyle
2017-04-20cmd/internal/obj: eliminate LSym.VersionJosh Bleecher Snyder
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky