aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/link.go
AgeCommit message (Expand)Author
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29[dev.ssa] Merge remote-tracking branch 'origin/master' into ssamergeKeith Randall
2016-02-25cmd/compile: remove rtype.ptrToThisDavid Crawshaw
2016-02-24cmd/compile: reuseable cache of Prog structsKeith Randall
2016-02-24cmd/compile: keep JMPs around with -NKeith Randall
2016-02-10[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall
2016-01-26[dev.ssa] cmd/compile: disable xor clearing when flags must be preservedKeith Randall
2016-01-24cmd/asm: reject foo(SB)(AX) instead of silently treating as foo(SB)Russ Cox
2016-01-14cmd/internal/obj: separate code layout from object writingRuss Cox
2016-01-14cmd/compile: recognize Syscall-like functions for liveness analysisRuss Cox
2015-11-15cmd/internal/obj, cmd/link: access global data via a GOT in -dynlink mode on ...Michael Hudson-Doyle
2015-11-13Revert "cmd/internal/obj/arm64, cmd/link: use two instructions rather than th...David Crawshaw
2015-11-13cmd/internal/obj, cmd/link: access global data via GOT when dynlinking on ppc...Michael Hudson-Doyle
2015-11-12cmd/internal/obj, runtime: implement IE model TLS on ppc64leMichael Hudson-Doyle
2015-11-12cmd/internal/obj, cmd/link: generate position independent loads of static dataMichael Hudson-Doyle
2015-11-12cmd/compile, cmd/link, runtime: on ppc64x, maintain the TOC pointer in R2 whe...Michael Hudson-Doyle
2015-11-12cmd/internal/obj, cmd/link, runtime: use a larger stack frame on ppc64Michael Hudson-Doyle
2015-11-12cmd/internal/obj/mips: added support for GOARCH=mips64{,le}Yao Zhang
2015-11-09cmd/internal/obj/arm64, cmd/link: use two instructions rather than three for ...Michael Hudson-Doyle
2015-11-08cmd/internal/obj, cmd/link: handle the fact that a few store/loads on ppc64 a...Michael Hudson-Doyle
2015-10-29cmd/internal/obj, cmd/link, runtime: handle TLS more like a platform linker o...Michael Hudson-Doyle
2015-10-28cmd/internal/obj, cmd/link: support inital-exec TLS on arm64Michael Hudson-Doyle
2015-10-28cmd/internal/obj, cmd/link, runtime: native-ish support for tls on arm64Michael Hudson-Doyle
2015-10-18cmd/compile, cmd/internal/obj: centralize knowledge of size of fixed part of ...Michael Hudson-Doyle
2015-10-13cmd/internal/obj: move empty field to the topShenghou Ma
2015-10-08cmd/internal/obj: improve obj.ProgInfo struct layoutDave Cheney
2015-10-08cmd/internal/obj, cmd/link, runtime: lots of TLS cleanupMichael Hudson-Doyle
2015-10-05cmd/internal/obj/x86: Add initial VEX support.Ilya Tocar
2015-09-08cmd/internal/ld: put read-only relocated data into .data.rel.ro when making a...Michael Hudson-Doyle
2015-09-04Revert "cmd/internal/ld: put read-only relocated data into .data.rel.ro when ...Dave Cheney
2015-09-04cmd/internal/ld: put read-only relocated data into .data.rel.ro when making a...Michael Hudson-Doyle
2015-09-03cmd/internal/obj: remove Link.TlsoffsetMichael Hudson-Doyle
2015-08-23cmd/internal/obj: delete Debugzerostack dead codeJosh Bleecher Snyder
2015-08-21cmd/compile/internal, cmd/internal/obj: used keyed ProgInfo literalsBrad Fitzpatrick
2015-07-22cmd/link: elide individual gcbits symbolsRuss Cox
2015-06-29cmd/link/internal/ld: exclude only real container symbols from symtabKeith Randall
2015-05-30cmd/internal/obj: combine Pcrel and ComefromJosh Bleecher Snyder
2015-05-30cmd/asm: delete Addr.Reg2Josh Bleecher Snyder
2015-05-29cmd/internal/obj: shrink Prog, remove two unused fieldsBrad Fitzpatrick
2015-05-29cmd/internal/obj: fix build breakage from making From3 a pointerBrad Fitzpatrick
2015-05-29cmd/internal/obj: make Prog.From3 a pointerRuss Cox
2015-05-28cmd/internal/obj: make arm64 use RegTo2 instead of a full fledged Addr To2Shenghou Ma
2015-05-21cmd/internal/obj: remove F3t field from ProgJosh Bleecher Snyder
2015-04-29cmd/internal/obj: Delete Link.SymmorestackMichael Hudson-Doyle
2015-04-25cmd/8l, cmd/internal/ld, cmd/internal/obj/x86: stop incorrectly using the ter...Michael Hudson-Doyle
2015-04-24cmd/internal/gc, cmd/internal/ld, cmd/internal/obj: teach compiler about loca...Michael Hudson-Doyle
2015-04-21cmd/6l, cmd/internal/ld, cmd/internal/obj: remove Xsym/Xadd from compiler's R...Michael Hudson-Doyle
2015-04-20cmd/internal/obj: remove useless Trimpath field and fix usersMatthew Dempsky
2015-04-20cmd/internal/obj: manual C->Go cleanupsBrad Fitzpatrick
2015-04-10cmd/internal/obj/x86, cmd/internal/ld, cmd/6l: 6g/asm -dynlink accesses globa...Michael Hudson-Doyle