summaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/objfile.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmd/compile: minor cleanupJosh Bleecher Snyder2016-03-131-31/+21
* cmd/internal/obj: sort relocs by off when printingJosh Bleecher Snyder2016-03-131-5/+11
* cmd/compile: track reflect.Type.Method in deadcodeDavid Crawshaw2016-03-111-1/+8
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* cmd/internal/obj: Fix generation of assembly with -SKeith Randall2016-02-261-3/+5
* cmd/compile: don't free the Prog list if we look at it after flushKeith Randall2016-02-241-1/+9
* cmd/compile: reuseable cache of Prog structsKeith Randall2016-02-241-0/+1
* cmd/compile: Drop references to Prog structs after each functionKeith Randall2016-02-241-5/+11
* cmd/compile: keep JMPs around with -NKeith Randall2016-02-241-1/+3
* cmd/internal/obj: hoist fieldtrack code out of x86 back endRuss Cox2016-02-191-0/+1
* cmd/internal/obj: separate code layout from object writingRuss Cox2016-01-141-11/+25
* cmd/internal/obj: remove dead code and small cleanupsMichael Hudson-Doyle2015-09-081-2/+0
* cmd/internal/obj: some platform independent bits of proper toolchain support ...Michael Hudson-Doyle2015-09-031-0/+2
* cmd/internal/obj: fix build breakage from making From3 a pointerBrad Fitzpatrick2015-05-291-1/+1
* cmd/internal/obj: clean up BiobufDave Cheney2015-05-011-2/+2
* cmd/internal/gc, cmd/internal/ld, cmd/internal/obj: teach compiler about loca...Michael Hudson-Doyle2015-04-241-1/+5
* cmd/internal/obj: reuse the varint encoding bufferJosh Bleecher Snyder2015-04-211-3/+6
* cmd/6l, cmd/internal/ld, cmd/internal/obj: remove Xsym/Xadd from compiler's R...Michael Hudson-Doyle2015-04-211-2/+2
* cmd/internal/obj: manual C->Go cleanupsBrad Fitzpatrick2015-04-201-4/+0
* cmd/internal/obj: reimplement line historyRuss Cox2015-03-171-4/+2
* cmd/5l etc: restore comments lost during C -> Go conversionRuss Cox2015-03-051-0/+96
* cmd/5g etc: mechanical cleanupRuss Cox2015-03-031-5/+5
* [dev.cc] cmd/5g etc: code cleanup: delay var decls and eliminate dead codeRuss Cox2015-02-231-45/+31
* [dev.cc] cmd/internal/obj, cmd/internal/gc, new6g: reconvertRuss Cox2015-02-201-1/+1