summaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/objfile.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.debug] cmd/compile: better DWARF with optimizations ondev.debugHeschi Kreinick2017-07-271-7/+10
* cmd/compile: output DWARF lexical blocks for local variablesAlessandro Arzilli2017-05-181-11/+23
* cmd/internal/obj, cmd/link: fix st_other field on PPC64Ian Lance Taylor2017-05-091-0/+3
* cmd/internal/obj: fix LSym.Type during compilation, not linkingJosh Bleecher Snyder2017-05-021-0/+6
* cmd/internal/objabi: shrink SymType down to a uint8Michael Hudson-Doyle2017-04-281-1/+1
* cmd/internal/obj: eliminate LSym.VersionJosh Bleecher Snyder2017-04-201-17/+18
* cmd/internal/objabi: extract shared functionality from objMatthew Dempsky2017-04-191-116/+11
* cmd/internal/obj: un-embed FuncInfo field in LSymMatthew Dempsky2017-04-181-15/+15
* cmd/internal/obj: pretty-print LSym.Type when debuggingJosh Bleecher Snyder2017-04-171-1/+1
* cmd/internal/obj: cache dwarfSymJosh Bleecher Snyder2017-04-131-1/+4
* cmd/internal/obj: generate function DWARF symbols earlyJosh Bleecher Snyder2017-04-131-8/+13
* Revert "cmd/compile: output DWARF lexical blocks for local variables"Josh Bleecher Snyder2017-04-071-25/+6
* cmd/compile: output DWARF lexical blocks for local variablesAlessandro Arzilli2017-04-071-6/+25
* cmd/internal/obj: remove LinklookupJosh Bleecher Snyder2017-04-061-5/+5
* cmd/internal/obj: use string instead of LSym in PclnJosh Bleecher Snyder2017-04-031-4/+8
* cmd/compile: thread Curfn through to debuginfoJosh Bleecher Snyder2017-03-241-2/+2
* cmd/internal/obj: convert Debug* Link fields into boolsJosh Bleecher Snyder2017-03-201-1/+1
* cmd/internal/obj: move dwarf.Var generation into compilerMatthew Dempsky2017-03-071-49/+14
* cmd/internal/obj, cmd/compile: rip off some toolstash bandaidsMatthew Dempsky2017-03-061-7/+1
* cmd/internal/obj: move STEXT-only LSym fields into new FuncInfo structMatthew Dempsky2017-03-061-25/+16
* cmd/internal/obj, cmd/link: bump magic string to go19ldMatthew Dempsky2017-03-061-4/+4
* all: remove the the duplicate wordsEitan Adler2017-03-061-1/+1
* cmd/compile,link: generate PC-value tables with inlining informationDavid Lazar2017-03-031-0/+19
* cmd/compile, cmd/asm: remove Link.PlistsHeschi Kreinick2017-03-011-8/+0
* cmd/internal/dwarf: use []*Var instead of linked listsMatthew Dempsky2017-02-071-13/+16
* cmd/internal/obj: Use bitfield for LSym attributesshaharko2016-10-251-12/+12
* cmd/compile, cmd/link: more efficient typelink generationshaharko2016-10-251-1/+6
* cmd: use obj.GOOS, obj.GOARCH, etcDavid Crawshaw2016-09-091-1/+1
* cmd: generate DWARF for functions in compile instead of link.Michael Matloob2016-08-181-0/+92
* cmd/link: bump object file version numberDavid Crawshaw2016-05-021-4/+4
* cmd: remove unnecessary type conversionsMatthew Dempsky2016-04-151-3/+3
* cmd/internal/obj: remove use of package bioMatthew Dempsky2016-04-141-5/+4
* cmd/internal/obj: split plist flushing from object writingShahar Kohanim2016-04-121-187/+0
* cmd/internal/bio: embed bufio.{Reader,Writer} in bio.{Reader,Writer}Dave Cheney2016-04-091-1/+1
* cmd: replace bio.Buf with bio.Reader and bio.WriterDave Cheney2016-04-081-3/+3
* cmd: extract obj's Biobuf code into new bio packageMatthew Dempsky2016-04-071-4/+5
* cmd: add new common architecture representationMatthew Dempsky2016-04-071-1/+2
* cmd/compile: give TLS relocations a name when dumping assemblyJosh Bleecher Snyder2016-04-051-0/+2
* cmd/internal/obj: more idiomatic object writerShahar Kohanim2016-04-011-214/+237
* cmd/compile, cmd/link: record lengths in object fileShahar Kohanim2016-03-301-13/+61
* cmd/internal/obj: convert fields of LSym from uint8 to boolMarvin Stenger2016-03-281-18/+30
* cmd/internal/obj, cmd/link: put all symbol data in one contiguous sectionMichael Hudson-Doyle2016-03-211-14/+35
* cmd/compile, cmd/link: remove unused fields from relocationsShahar Kohanim2016-03-201-4/+0
* cmd/compile: deduplicate symbol referencesShahar Kohanim2016-03-171-0/+22
* cmd/internal/obj: remove LSym.EtextJosh Bleecher Snyder2016-03-161-5/+5
* cmd/internal/obj: remove LSym.NextJosh Bleecher Snyder2016-03-161-29/+11
* cmd/internal/obj: remove LSym.ValueJosh Bleecher Snyder2016-03-161-1/+1
* cmd/link, cmd/compile: Add symbol references to object file.Shahar Kohanim2016-03-151-39/+71
* cmd/all: stop generating ADATA ProgsJosh Bleecher Snyder2016-03-141-4/+0
* cmd/compile: clean up savedataJosh Bleecher Snyder2016-03-131-1/+1