aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld/lib.h
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-26liblink: delete unused codeRuss Cox
2015-02-23cmd/ld: fix warning on Plan 9David du Colombier
2015-02-13cmd/ld: make cmd/ld a real libraryRuss Cox
2015-01-07runtime: faster version of findfuncKeith Randall
2015-01-05Revert "liblink, cmd/ld, runtime: remove stackguard1"Russ Cox
2014-12-29liblink, cmd/ld, runtime: remove stackguard1Shenghou Ma
2014-12-22cmd/ld: add a text generation passAustin Clements
2014-08-31cmd/ld: diagnose Go calling CRuss Cox
2014-08-12cmd/ld: handle large link base addressesRuss Cox
2014-08-06cmd/5l, cmd/6l, cmd/8l, cmd/ld: remove unused code, consolidate enumsShenghou Ma
2014-07-29runtime: simpler and faster GCDmitriy Vyukov
2014-04-16cmd/ld: restore the call graph dumpAnthony Martin
2014-04-02cmd/gc, cmd/ld, runtime: compact liveness bitmapsRuss Cox
2014-02-27all: final merge of NaCl treeRuss Cox
2014-02-12cmd/cc, cmd/gc, cmd/ld: consolidate print format routinesAnthony Martin
2014-01-21cmd/ld: support archives larger than 2GIan Lance Taylor
2013-12-16cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox
2013-12-08liblink: create new library based on linker codeRuss Cox
2013-10-03cmd/gc: support -installsuffix in the compiler and builderDave Day
2013-08-30libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/BputcDmitriy Vyukov
2013-08-24all: compiler/bootstrap for dragonfly/amd64Joel Sing
2013-08-14runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur
2013-07-19runtime: cleanup: use ArgsSizeUnknown to mark all functionsKeith Randall
2013-07-18cmd/ld, runtime: use new contiguous pcln tableRuss Cox
2013-07-16cmd/ld, runtime: new in-memory symbol table formatRuss Cox
2013-07-11cmd/ld: place read-only data in non-executable segmentRuss Cox
2013-06-12cmd/ld: supply -s to gcc if -s is passed.Shenghou Ma
2013-04-30cmd/ld: emit relocs for DWARF info when doing an external linkIan Lance Taylor
2013-04-29cmd/ld: fix some 64-bit issuesRob Pike
2013-04-01cmd/ld: add -extld and -extldflags optionsIan Lance Taylor
2013-03-28cmd/ld, runtime: restrict stack root scan to locals and argumentsCarl Shapiro
2013-03-27cmd/ld: emit TLS relocations during external linkingIan Lance Taylor
2013-03-20cmd/ld: remove remaining occurrence of isobj.Rémy Oudompheng
2013-03-19cmd/ld: replace -hostobj with -linkmodeRuss Cox
2013-03-10cmd/ld: include full symbol table in Mach-O outputRuss Cox
2013-03-10cmd/ld: make mach-o sections match internal sectionsRuss Cox
2013-03-10cmd/ld: add tmpdir flag to preserve temp filesRuss Cox
2013-03-08cmd/ld: external linking fixes for linux/386Russ Cox
2013-03-07cmd/ld: steps toward 386 host linkingRuss 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-02-28cmd/ld: fix symbol table sortingRuss Cox
2013-02-05cmd/dist: add -Wstrict-prototypes to CFLAGS and fix all the compiler errorsShenghou Ma
2013-01-31cmd/ld: support for linking with host linkerRuss Cox
2013-01-306l/5l: PIC and shared library support for the linkers.Elias Naur
2013-01-09cmd/ld: fix incompatible type signatures on Plan 9Anthony Martin
2013-01-06cmd/gc, cmd/ld: rename -b to -raceRuss Cox