aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/link.go
AgeCommit message (Expand)Author
2016-09-21cmd/internal/obj: remove unused Textp and Etextp fieldsMatthew Dempsky
2016-09-17cmd/internal/obj: remove ACHECKNILMatthew Dempsky
2016-09-17cmd/internal/obj: simplify PlistsMatthew Dempsky
2016-09-17cmd/internal/obj: replace AGLOBL with (*Link).GloblMatthew Dempsky
2016-09-16cmd/internal/obj: remove Addr.Etype and Addr.WidthMatthew Dempsky
2016-09-11cmd/link: introduce a rel.ro segmentDavid Crawshaw
2016-09-09cmd/link, etc: introduce SymKind typeDavid Crawshaw
2016-09-09cmd: use obj.GOOS, obj.GOARCH, etcDavid Crawshaw
2016-09-09cmd/link, cmd/internal/obj: give Headtype a typeDavid Crawshaw
2016-08-29all: fix obsolete inferno-os linksEmmanuel Odeke
2016-08-25cmd/link/internal, cmd/internal/obj: introduce ctxt.LogfDave Cheney
2016-08-24cmd/objdump: implement objdump of .o filesKeith Randall
2016-08-16cmd/internal/obj: reduce per-architecture opcode spaceJosh Bleecher Snyder
2016-08-16cmd/internal/obj: add opcode space safety checkJosh Bleecher Snyder
2016-08-15[dev.ssa] cmd/compile, etc.: more ARM64 optimizations, and enable SSA by defaultCherry Zhang
2016-05-26build: enable framepointer mode by defaultRuss Cox
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-05-01cmd/internal/obj/mips, cmd/link: add support TLS relocation for mips64xCherry Zhang
2016-05-01cmd/internal/obj/mips et al.: introduce SB register on mips64xCherry Zhang
2016-04-14cmd/internal/obj: change Link.Flag_shared to boolMatthew Dempsky
2016-04-13cmd/compile, etc: store method tables as offsetsDavid Crawshaw
2016-04-12cmd/internal/obj: remove unused Pciter typeMatthew Dempsky
2016-04-12cmd/internal/obj: split plist flushing from object writingShahar Kohanim
2016-04-12cmd/link, etc: store typelinks as offsetsDavid Crawshaw
2016-04-09cmd: remove bio.BufReader and bio.BufWriterDave 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-06cmd/link: generate DWARF info using symbolsRyan Brown
2016-04-01cmd/internal/obj: more idiomatic object writerShahar Kohanim
2016-03-31cmd/link: remove -H elf flagMatthew Dempsky
2016-03-29cmd/link: collect itablinks as a slice in moduledataMichel Lespinasse
2016-03-28cmd/internal/obj: convert fields of LSym from uint8 to boolMarvin Stenger
2016-03-22cmd/internal/obj: add support for s390xMichael Munday
2016-03-21cmd/internal/obj: remove Link.Windows fieldDave Cheney
2016-03-17cmd/compile: don't create 2 Sym's and 2 Node's for every stringIan Lance Taylor
2016-03-16cmd/internal/obj/x86: clean up asm bufferJosh Bleecher Snyder
2016-03-16cmd/compile: move LSym.RefIdx for better packingJosh Bleecher Snyder
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/internal/obj, cmd/asm: get rid of obj.ADATAMatthew Dempsky
2016-03-14cmd/all: stop generating ADATA ProgsJosh Bleecher Snyder
2016-03-13cmd/compile: clean up savedataJosh Bleecher Snyder
2016-03-11cmd/compile: track reflect.Type.Method in deadcodeDavid Crawshaw
2016-03-09cmd/link: prune unused methodsDavid Crawshaw
2016-03-08cmd/compile, cmd/link: eliminate string merging passRuss Cox
2016-03-08cmd/internal/obj: add As type for assembly opcodesMatthew Dempsky
2016-03-06cmd/compile: use a uint8-sized named type for Addr.TypeJosh Bleecher Snyder