aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/plist.go
AgeCommit message (Expand)Author
2017-07-27[dev.debug] cmd/compile: better DWARF with optimizations ondev.debugHeschi Kreinick
2017-05-18cmd/compile: output DWARF lexical blocks for local variablesAlessandro Arzilli
2017-05-02cmd/internal/obj: fix LSym.Type during compilation, not linkingJosh Bleecher Snyder
2017-04-28cmd/internal: remove SymKind values that are only checked for, never setMichael Hudson-Doyle
2017-04-20cmd/internal/obj: eliminate LSym.VersionJosh Bleecher Snyder
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2017-04-18cmd/internal/obj: un-embed FuncInfo field in LSymMatthew Dempsky
2017-04-18cmd/internal/obj: rework gclocals handlingJosh Bleecher Snyder
2017-04-13cmd/internal/obj: generate function DWARF symbols earlyJosh Bleecher Snyder
2017-04-13cmd/internal/obj: build ctxt.Text during Sym initJosh Bleecher Snyder
2017-04-12cmd/compile: move Text.From.Sym initialization earlierJosh Bleecher Snyder
2017-04-12cmd/internal/obj: stop storing Text flags in From3Josh Bleecher Snyder
2017-04-11cmd/internal/obj: refactor ATEXT symbol initializationJosh Bleecher Snyder
2017-04-06cmd/internal/obj: remove LinklookupJosh Bleecher Snyder
2017-04-06cmd/compile: add Prog cache to ProgsJosh Bleecher Snyder
2017-04-06cmd/compile: teach assemblers to accept a Prog allocatorJosh Bleecher Snyder
2017-03-27cmd/internal/obj: eliminate CurpJosh Bleecher Snyder
2017-03-24cmd/compile: thread Curfn through to debuginfoJosh Bleecher Snyder
2017-03-20cmd/internal/obj: convert Debug* Link fields into boolsJosh Bleecher Snyder
2017-03-20cmd/internal/obj: reduce variable scopeJosh Bleecher Snyder
2017-03-07cmd/internal/obj: move dwarf.Var generation into compilerMatthew Dempsky
2017-03-06cmd/internal/obj: move STEXT-only LSym fields into new FuncInfo structMatthew Dempsky
2017-03-06cmd/internal/obj: remove AUSEFIELD pseudo-opMatthew Dempsky
2017-03-01cmd/compile, cmd/asm: remove Link.PlistsHeschi Kreinick
2017-02-07cmd/internal/obj: remove ATYPEMatthew Dempsky
2017-02-07cmd/internal/obj: remove Follow passCherry Zhang
2016-10-25cmd/internal/obj: Use bitfield for LSym attributesshaharko
2016-10-24cmd/internal/obj: drop Addr's Gotype fieldMatthew Dempsky
2016-09-17cmd/internal/obj: simplify PlistsMatthew Dempsky
2016-09-17cmd/internal/obj: replace AGLOBL with (*Link).GloblMatthew Dempsky
2016-08-18cmd: generate DWARF for functions in compile instead of link.Michael Matloob
2016-04-12cmd/internal/obj: split plist flushing from object writingShahar Kohanim