aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld
AgeCommit message (Expand)Author
2014-04-15cmd/ld: attempt at fixing openbsd buildRuss Cox
2014-04-15cmd/ld: use TLS relocations on ELF systems in external linking modeRuss Cox
2014-04-15liblink: introduce TLS register on 386 and amd64Russ Cox
2014-04-14liblink: remove arch-specific constants from file formatRuss Cox
2014-04-03cmd/cc: emit gc bitmaps in read-only memoryRuss Cox
2014-04-02cmd/ld: get rid of map.bucket's data field from dwarf info.Keith Randall
2014-04-02cmd/gc, cmd/ld, runtime: compact liveness bitmapsRuss Cox
2014-03-29cmd/ld: pass -Qunused-arguments to clang during host linking.Shenghou Ma
2014-03-29cmd/ld: don't delete output binary if not "ordinary" file.Mike Andrews
2014-03-26runtime: use VEH for windows/amd64 exception handlingAlex Brainman
2014-03-21cmd/ld: fix warnings on Plan 9David du Colombier
2014-03-14cmd/gc: replace 'ยท' as '.' in ELF/Mach-O symbol tablesShenghou Ma
2014-03-12cmd/ld: give acid a fighting chance at unwinding the stackAnthony Martin
2014-03-05cmd/ld: don't include padding length in size of the note sectionShenghou Ma
2014-03-04cmd/ld: clear unused ctxt before morestackRuss Cox
2014-03-03cmd/ld: DWARF opcode base to 10Graham King
2014-03-03cmd/ld: fix warning on Plan 9David du Colombier
2014-02-28cmd/ld: fix misgenerated pcln file numbersJosh Bleecher Snyder
2014-02-27all: final merge of NaCl treeRuss Cox
2014-02-25cmd/ld: fix build for ARMv5.Shenghou Ma
2014-02-23cmd/ld: don't emit unreachable dynimport symbols in ELF symtab.Shenghou Ma
2014-02-20cmd/ld: fix off-by-one error in DWARF .debug_line transcriptionJosh Bleecher Snyder
2014-02-19cmd/ld: drop gcargs, gclocals symbols from symbol tableRuss Cox
2014-02-18cmd/ld: remove Plan 9 symbol tableRuss Cox
2014-02-12cmd/cc, cmd/gc, cmd/ld: consolidate print format routinesAnthony Martin
2014-02-11cmd/ld, cmd/6l: part 2 of solaris/amd64 linker changes.Shenghou Ma
2014-02-09include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes.Shenghou Ma
2014-01-30cmd/ld: fix bug with "runtime/cgo" in external link modeIan Lance Taylor
2014-01-23liblink, runtime: fix cgo on armRuss Cox
2014-01-22cmd/gc, cmd/ld: fix Plan 9 warningsDavid du Colombier
2014-01-21liblink: remove use of linkmode on ARMRuss Cox
2014-01-21cmd/ld: support archives larger than 2GIan Lance Taylor
2014-01-14cmd/ld: document the -w flag, which disables DWARF generationRob Pike
2013-12-20cmd/ld: make hostobj work on newer openbsdJoel Sing
2013-12-18debug/goobj: expand package prefix correctlyRuss Cox
2013-12-18cmd/6g, cmd/gc, cmd/ld: fix Plan 9 amd64 warningsDavid du Colombier
2013-12-18libmach, cmd/8l: fix Plan 9 warningsDavid du Colombier
2013-12-17cmd/gc: implement -pack flagRuss Cox
2013-12-17ld: fix Plan 9 buildDavid du Colombier
2013-12-17cmd/ld: maintain correct headstring needed by windows port.Shenghou Ma
2013-12-16cmd/ld: move instruction selection + layout into compilers, assemblersRuss Cox
2013-12-09cmd/6l: fix linux/amd64Russ Cox
2013-12-09cmd/ld: fix linux/386 buildRuss 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-09-23cmd/ld: fix "_image_base__ not defined" problem for cmd/8l.Shenghou Ma
2013-09-20cmd/ld: fix "ld -s" to not discard pclntab.Shenghou Ma
2013-09-19cmd/ld: handle IMAGE_SYM_CLASS_LABEL symbols.Shenghou Ma
2013-09-18cmd/ld: handle duplicate static symbols in COFF and Mach-O files.Shenghou Ma
2013-09-12runtime, cmd/gc, cmd/ld: ignore method wrappers in recoverRuss Cox