aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/objfile.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-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
2017-04-18cmd/internal/obj: un-embed FuncInfo field in LSymMatthew Dempsky
2017-04-17cmd/internal/obj: pretty-print LSym.Type when debuggingJosh Bleecher Snyder
2017-04-13cmd/internal/obj: cache dwarfSymJosh Bleecher Snyder
2017-04-13cmd/internal/obj: generate function DWARF symbols earlyJosh Bleecher Snyder
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-04-06cmd/internal/obj: remove LinklookupJosh Bleecher Snyder
2017-04-03cmd/internal/obj: use string instead of LSym in PclnJosh 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-07cmd/internal/obj: move dwarf.Var generation into compilerMatthew Dempsky
2017-03-06cmd/internal/obj, cmd/compile: rip off some toolstash bandaidsMatthew Dempsky
2017-03-06cmd/internal/obj: move STEXT-only LSym fields into new FuncInfo structMatthew Dempsky
2017-03-06cmd/internal/obj, cmd/link: bump magic string to go19ldMatthew Dempsky
2017-03-06all: remove the the duplicate wordsEitan Adler
2017-03-03cmd/compile,link: generate PC-value tables with inlining informationDavid Lazar
2017-03-01cmd/compile, cmd/asm: remove Link.PlistsHeschi Kreinick
2017-02-07cmd/internal/dwarf: use []*Var instead of linked listsMatthew Dempsky
2016-10-25cmd/internal/obj: Use bitfield for LSym attributesshaharko
2016-10-25cmd/compile, cmd/link: more efficient typelink generationshaharko
2016-09-09cmd: use obj.GOOS, obj.GOARCH, etcDavid Crawshaw
2016-08-18cmd: generate DWARF for functions in compile instead of link.Michael Matloob
2016-05-02cmd/link: bump object file version numberDavid Crawshaw
2016-04-15cmd: remove unnecessary type conversionsMatthew Dempsky
2016-04-14cmd/internal/obj: remove use of package bioMatthew Dempsky
2016-04-12cmd/internal/obj: split plist flushing from object writingShahar Kohanim
2016-04-09cmd/internal/bio: embed bufio.{Reader,Writer} in bio.{Reader,Writer}Dave Cheney
2016-04-08cmd: replace bio.Buf with bio.Reader and bio.WriterDave Cheney
2016-04-07cmd: extract obj's Biobuf code into new bio packageMatthew Dempsky
2016-04-07cmd: add new common architecture representationMatthew Dempsky
2016-04-05cmd/compile: give TLS relocations a name when dumping assemblyJosh Bleecher Snyder
2016-04-01cmd/internal/obj: more idiomatic object writerShahar Kohanim
2016-03-30cmd/compile, cmd/link: record lengths in object fileShahar Kohanim
2016-03-28cmd/internal/obj: convert fields of LSym from uint8 to boolMarvin Stenger
2016-03-21cmd/internal/obj, cmd/link: put all symbol data in one contiguous sectionMichael Hudson-Doyle
2016-03-20cmd/compile, cmd/link: remove unused fields from relocationsShahar Kohanim
2016-03-17cmd/compile: deduplicate symbol referencesShahar Kohanim
2016-03-16cmd/internal/obj: remove LSym.EtextJosh Bleecher Snyder
2016-03-16cmd/internal/obj: remove LSym.NextJosh Bleecher Snyder
2016-03-16cmd/internal/obj: remove LSym.ValueJosh Bleecher Snyder
2016-03-15cmd/link, cmd/compile: Add symbol references to object file.Shahar Kohanim
2016-03-14cmd/all: stop generating ADATA ProgsJosh Bleecher Snyder
2016-03-13cmd/compile: clean up savedataJosh Bleecher Snyder