aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld/go.c
AgeCommit message (Expand)Author
2015-03-01cmd/5l etc: replace C code with Go codeRuss Cox
2015-03-01cmd/ld: clean for c2goRuss Cox
2015-02-13cmd/ld: make cmd/ld a real libraryRuss Cox
2014-04-16liblink: fix incorrect hash collision in lookupRuss Cox
2013-12-17cmd/gc: implement -pack flagRuss Cox
2013-12-16cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox
2013-12-08liblink: create new library based on linker codeRuss Cox
2013-09-09build: remove various uses of C undefined behaviorRuss Cox
2013-08-14runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur
2013-07-16cmd/ld, runtime: new in-memory symbol table formatRuss Cox
2013-05-01cmd/ld: fix syms that are both cgo_import_static & cgo_import_dynamicIan Lance Taylor
2013-03-25cmd/ld: permit sym to be both cgo_export_static and cgo_export_dynamicIan Lance Taylor
2013-03-19cmd/ld: replace -hostobj with -linkmodeRuss Cox
2013-03-11cmd/ld, runtime/cgo: allow a symbol to be both cgo_export and cgo_import.Shenghou Ma
2013-03-11cmd/ld: darwin support for host linkingRuss Cox
2013-03-10cmd/ld: replace dynimpname with extnameRuss Cox
2013-03-10cmd/ld: include full symbol table in Mach-O outputRuss Cox
2013-03-07cmd/ld: host linking support for linux/amd64Russ Cox
2013-03-06cmd/cgo: split cgo_export into cgo_export_static and cgo_export_dynamicRuss Cox
2013-03-01cmd/cgo, cmd/ld: new cgo object file sectionRuss Cox
2013-01-306l/5l: PIC and shared library support for the linkers.Elias Naur
2013-01-30cmd/cgo: allow for stdcall decorated dynimport namesJames Gray
2013-01-06cmd/ld: move symtab, ELF generation to portable codeRuss Cox
2012-11-13reflect: add ArrayOf, ChanOf, MapOf, SliceOfRuss Cox
2012-11-02cmd/gc, cmd/ld: struct field trackingRuss Cox
2012-10-23cmd/gc, cmd/ld: use go.weak instead of weak as the weak symbol prefixRuss Cox
2012-10-10cmd/ld, cmd/6l, cmd/8l: sort exported dynamic symbols for DarwinShenghou Ma
2012-09-17build: fix various 'set and not used' for Plan 9Lucio De Re
2012-05-05cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automaticallyShenghou Ma
2012-01-295l, 6l, 8l, ld: remove memory leaksShenghou Ma
2011-12-07ld: fix memory leaksScott Lawrence
2011-08-02ld: fail linking if the top-level package is not main.David Symonds
2011-07-22fix build: clean up file end in an attempt to fix buildRobert Griesemer
2011-07-22ld: detect all import cyclesRuss Cox
2011-06-038l, ld: Initial adjustments for Plan 9 native compilation of 8lLucio De Re
2011-05-03ld: make ELF binaries with no shared library dependencies static binariesRuss Cox
2011-04-27cgo: handle versioned ELF symbolsRuss Cox
2011-04-25ld: fix 6l -d on Mac, diagnose invalid use of -dRuss Cox
2011-04-09ld: 25% fasterRuss Cox
2011-03-22ld: return > 0 exit code on unsafe importAndrew Gerrand
2011-03-085l, 6l, 8l: omit symbols for type, string, go.stringRuss Cox
2011-03-03gc, ld: reflect support for PtrToRuss Cox
2011-02-24ld: weak symbolsRuss Cox
2011-02-03gc, ld: package name main no longer reservedRuss Cox
2011-01-11ld: Fix exported dynamic symbols on Mach-O.Ian Lance Taylor
2010-12-15fix freebsd buildRuss Cox
2010-12-086l, 8l: support for linking ELF and Mach-O .o filesRuss Cox
2010-10-145l, 6l, 8l: accumulate data image during importRuss Cox
2010-10-135l, 6l, 8l: first pass cleanupRuss Cox
2010-09-14tabsRuss Cox