]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/link/internal/ld/lib.go
[dev.boringcrypto] all: merge master into dev.boringcrypto
[gostls13.git] / src / cmd / link / internal / ld / lib.go
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-13 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-02 Alan Donovancmd/link: don't link sections not named .o
2018-10-25 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-25 Russ Coxcmd/go, cmd/link: silence bogus Apple Xcode warning
2018-10-24 Clément Chigotcmd/link: add AIX operating system
2018-10-15 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-08 Igor Zhilianinall: fix a bunch of misspellings
2018-10-06 Igor Zhilianinall: fix a bunch of misspellings
2018-09-11 Ian Lance Taylorcmd/link: don't pass all linker args when testing flag
2018-09-11 Lynn Bogercmd/link,compress/zip,image/png: use binary.{Big,Little...
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-09-04 Alessandro Arzillicmd/link: move dwarf part of DWARF generation before...
2018-08-30 Than McIntoshcmd/link: move ElfType field in sym.Symbol to cold...
2018-08-30 Than McIntoshcmd/link: split out Extname into cold portion of sym...
2018-08-29 Zheng Xubuild: support frame-pointer for arm64
2018-08-28 Alessandro Arzillicmd/link: move type name mangling after deadcode elimin...
2018-08-28 Than McIntoshcmd/link: improve comments for relocsym
2018-08-28 Than McIntoshcmd/link: fix a few typos in comments
2018-08-21 Peter Collingbournecmd/link: pass provided ldflags when testing whether...
2018-08-21 isharipocmd/link/internal/ld: avoid Reloc copies in range loops
2018-08-20 isharipocmd/link: fewer allocs in ld.Arch.Archreloc
2018-07-04 Ian Lance Taylorcmd/link: remove -rdynamic if -static appears in cgo...
2018-07-03 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-07-03 Than McIntoshcmd/link: split off 'Dynimp' string fields to reduce...
2018-06-22 Heschi Kreinickcmd/link: support DWARF compression on Darwin
2018-06-15 Heschi Kreinickcmd/link: compress debug sections in external linking...
2018-06-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-06-05 isharipocmd/link: fix duplicated "undefined reloc" errors
2018-06-01 Tim Cooperall: update comment URLs from HTTP to HTTPS, where...
2018-05-25 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-23 Alex Brainmancmd/link: close go.o before deleting it
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-07 Richard Musiolcmd/link: add wasm architecture
2018-05-04 Elias Naurcmd/link/internal/ld: skip DWARF combining for iOS...
2018-04-30 Keith Randallruntime,cmd/ld: on darwin, create theads using libc
2018-04-27 Daniel Martícmd/link/internal/ld: simple cleanups
2018-04-26 Cherry Zhangcmd/link, cmd/go: enable DWARF on darwin/arm and darwin...
2018-04-12 Michael Hudson-Doylecmd/link: do not pass -no-pie to host linker when ...
2018-04-04 Cherry Zhangcmd/link: put runtime.framepointer_enabled in DATA...
2018-04-02 quasilytecmd/link/internal/ld: make Thearch unexported
2018-03-24 Matthew Dempskycmd/link: skip __.PKGDEF in archives
2018-03-23 Matthew Dempskycmd/link: make sure we're hashing __.PKGDEF in genhash
2018-02-20 Ryuma Yoshidaall: remove duplicate word "the"
2018-02-13 Daniel Martícmd/compile: print usage to stderr for consistency
2017-12-13 Russ Cox[dev.boringcrypto] all: merge go1.10beta1 into dev...
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (more nearly Go...
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-12-04 Than McIntoshcmd/compile: fix bug in DWARF inl handling of unused...
2017-11-22 Matthew Dempskycmd/link: fix export data truncation bug
2017-11-20 Russ Cox[dev.boringcrypto] all: merge go1.9.2 into dev.boringcrypto
2017-10-27 Than McIntoshcmd/link: don't pass -gdwarf-2 to external linker
2017-10-25 Russ Coxcmd/link: only adjust pagezero for iOS on darwin/arm64
2017-10-24 Michael Hudson-Doylecmd/link: replace SSUB with an attribute bit
2017-10-24 rustcmd/link/internal/ld: modify -pagezero_size to please...
2017-10-21 David Crawshawcmd/link: move Headtype global to ctxt
2017-10-20 David Crawshawcmd/link: move Iself global to ctxt
2017-10-20 David Crawshawcmd/link: move FlagLinkshared global to ctxt
2017-10-16 Michael Hudson-Doylecmd/link: replace SHIDDEN bit in SymKind with a bit...
2017-10-12 David Crawshawcmd/link: split PE loader into its own package
2017-10-11 David Crawshawcmd/link: move ELF reader to its own package
2017-10-10 Alex Brainmancmd/dist, cmd/link, cmd/go: make c-shared work on windows
2017-10-09 Daniel Martícmd/link: various cleanups using tools
2017-10-06 David Crawshawcmd/link: move ldmacho to its own package
2017-10-06 David Crawshawcmd/link: move build/link mode globals into ctxt
2017-10-06 David Crawshawcmd/link: give the object reader its own package
2017-10-05 David Crawshawcmd/link: move Library type to sym package
2017-10-05 David Crawshawcmd/link: put symbol data types in new package
2017-10-05 David Crawshawcmd/link: type symbol name mangling for plugins
2017-10-04 David Crawshawcmd/link: remove ctxt from objfile reader
2017-10-04 David Crawshawcmd/link: convert symbol Add* functions to methods
2017-10-04 David Crawshawcmd/link: remove coutbuf global variable
2017-10-03 David Crawshawcmd/link: remove SysArch global variable
2017-09-29 Russ Coxcmd/go: use -importcfg to invoke compiler, linker
2017-09-27 Marvin Stengerall: prefer bytes.IndexByte over bytes.Index
2017-09-22 Russ Cox[dev.boringcrypto] all: merge go1.9 into dev.boringcrypto
2017-09-11 Lynn Bogercmd/link: enable -buildmode=plugin for ppc64le
2017-09-11 Hiroshi Iokacmd/link: don't generate runtime.text twice for buildmo...
2017-08-29 Ian Lance Taylorcmd/link: remove unused SFILE and FileSym
2017-08-29 Hiroshi Iokacmd/link: refactor addlib
2017-08-29 Hiroshi Iokacmd/link: fix warning for buildmode=plugin on darwin...
2017-08-28 Hiroshi Iokacmd/link: refactor *reloc
2017-08-27 Hiroshi Iokacmd/link: avoid leaking file in ldshlibsyms
2017-08-24 Russ Cox[dev.boringcrypto] cmd/link: allow internal linking...
2017-08-23 Agniva De Sarkerall: fix easy-to-miss typos
2017-08-17 Hiroshi Iokacmd/link: correct runtime/cgo detection for -linkshared
2017-08-14 Hiroshi Iokacmd/go, cmd/link: enable buildmode=pie on darwin/amd64
2017-08-11 Austin ClementsMerge remote-tracking branch 'origin/dev.debug' into...
2017-08-11 Hiroshi Iokacmd/link: check magic header
2017-07-24 Ian Lance Taylorcmd/link: use full link, not compile, to test for ...
2017-07-20 Ian Lance Taylorcmd/go, cmd/link: if -no-pie doesn't work, try -nopie
2017-06-06 Russ Coxcmd/link: add -importcfg to specify import resolution
2017-05-15 Alex Brainmancmd/link: actually generate .debug_gdb_scripts section...
2017-05-07 Elias Naurcmd/link/internal/ld: don't link with -no_pie on darwin...
2017-05-05 David Crawshawcmd/link: stop passing unused read_only_relocs
2017-05-03 Shenghou Macmd/link/internal/ld: always show output from external...
2017-05-02 Josh Bleecher Snydercmd/internal/obj: fix LSym.Type during compilation...
2017-04-30 Michael Hudson-Doylecmd/link: rename AttrHidden to AttrNotInSymbolTable
2017-04-27 Michael Hudson-Doylecmd/internal/objabi, cmd/link: move linker-only symkind...
next