aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal
AgeCommit message (Expand)Author
2024-08-21cmd/link: support wasmexport on js/wasmCherry Mui
2024-08-20src: fix typosAlexander Cyon
2024-08-19all: remove duplicated words in commentsOleksandr Redko
2024-08-13cmd/link, runtime: support library mode on wasip1Cherry Mui
2024-08-12cmd/internal/obj/wasm: handle stack unwinding in wasmexportCherry Mui
2024-08-09cmd/compile: add basic wasmexport supportCherry Mui
2024-08-09cmd/link: add support for trampoline insertation on loong64limeidan
2024-08-06cmd/internal/obj: minor refactor of wasmimport codeCherry Mui
2024-08-02all: split old and swiss map abi and compiler integrationMichael Pratt
2024-07-30cmd/link: add variable_parameter attr to functype outparamsThan McIntosh
2024-07-29debug/buildinfo: improve format documentationMichael Pratt
2024-07-27cmd/link/internal/loadelf: remove useless relocation size information of loong64limeidan
2024-07-27cmd/link: pass architecture to isPLTCalllimeidan
2024-07-23cmd/link: raise pe export cap to 65535Jakob Gillich
2024-07-03cmd/link: don't disable memory profiling when pprof.WriteHeapProfile is usedCherry Mui
2024-07-01cmd/link: align .reloc block starts by 32 bits for PE targetThan McIntosh
2024-06-26cmd/link: don't skip code sign even if dsymutil didn't generate a fileCherry Mui
2024-06-26cmd/link: don't let dsymutil delete our temp directoryCherry Mui
2024-06-23cmd/link/internal/ld: handle "\r" in MinGW "--print-prog-name" outputDavis Goodin
2024-06-22cmd/link: handle dynamic import variables on Darwin in plugin modeCherry Mui
2024-06-21cmd/internal: separate counter package from telemetry packageMichael Matloob
2024-06-13cmd/go: call telemetry.MaybeChild at start of go commandMichael Matloob
2024-06-13cmd/link: use path from "cc --print-prog-name ar" for c-archive buildmodeThan McIntosh
2024-06-12cmd/link: put runtime.end in the last section of data segmentCherry Mui
2024-06-07cmd/link: don't include deadcoded function symbols in shared build modeCherry Mui
2024-06-05cmd/link/internal/loong64: correct the musl dynamic linker pathlimeidan
2024-05-24cmd/link: propagate FromAssembly attribute when cloning symbols to externalCherry Mui
2024-05-23cmd/link/internal/loong64: correct the musl dynamic linker pathlimeidan
2024-05-21cmd/link/internal/ld: rewrite LC_UUID for darwin external linksThan McIntosh
2024-05-20cmd/link: add runtime.text.N symbols to macho symbol table in dynlink modeCherry Mui
2024-05-17cmd/link: enable checklinkname by defaultCherry Mui
2024-05-15cmd/link: disallow pull-only linknamesCherry Mui
2024-05-14cmd/link/internal/ld: clean tmpdir obj timestampsThan McIntosh
2024-05-10cmd/compile, cmd/link: disallow linkname of some newly added internal functionsCherry Mui
2024-05-10cmd/link/internal/ld: fix overlapping sections in ELF relro linksThan McIntosh
2024-05-09cmd/link: Add missing platform for Mac CatalystCP Lepage
2024-05-09cmd/link: add support for telemetryMichael Matloob
2024-04-26cmd/link/internal/ld: more fixes to TestElfBindNow readonly .got checkThan McIntosh
2024-04-25cmd/link/internal/ld: revised bindnow/relro test for ELFThan McIntosh
2024-04-22cmd/link/internal/ld: temporarily add skip for new portion of TestElfBindNowThan McIntosh
2024-04-22cmd/link: move .dynamic and .got sections to relro if applicableThan McIntosh
2024-04-10cmd/link: close cpu profileguoguangwu
2024-04-08cmd/link: close the file opened in the captureHostObj functionguoguangwu
2024-04-02internal/abi: clean up type of Kind and Type.Kind_Austin Clements
2024-04-02all: use kind* of abiqiulaidongfeng
2024-03-26cmd/link: close memory profileguoguangwu
2024-03-23cmd/link: remove objIdx structureJeremy Quirke
2024-03-19cmd/internal/obj/ppc64: don't modify runtime.elf_* symbolsPaul E. Murphy
2024-03-19all: use "unix" build tag where appropriateTobias Klauser
2024-03-16cmd/dist,cmd/link: enable PIE buildmode on openbsd/arm64Joel Sing