aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link
AgeCommit message (Expand)Author
2024-11-13cmd/compile, cmd/link: add FIPS verification supportRuss Cox
2024-11-11cmd/compile: allow more types for wasmimport/wasmexport parameters and resultsCherry Mui
2024-11-07cmd/internal/objabi, cmd/link: introduce SymKind helper methodsRuss Cox
2024-11-07cmd/internal/objabi, cmd/link: add FIPS symbol kindsRuss Cox
2024-11-07cmd/link: remove dummy argument from ld.ErrorfRuss Cox
2024-11-06cmd/link/internal/ld: fix sort comparisonRuss Cox
2024-10-28internal/runtime/maps: small maps point directly to a groupMichael Pratt
2024-10-28cmd/link, go/internal/gccgoimporter: get ar from env by default in testschangwang ma
2024-10-25cmd/link: for asan align coverage counter section to 8 bytesIan Lance Taylor
2024-10-24cmd/link: don't pass --build-id if C linker doesn't support itCherry Mui
2024-10-23cmd/link: fix flags order in linkerFlagSupportedSiddhartha Bagaria
2024-10-21cmd/link,runtime: DWARF/gdb support for swiss mapsMichael Pratt
2024-10-21cmd/link: reduce Wasm initial memory sizeCherry Mui
2024-10-21cmd/link: fix TestTrampoline symbol name check on PPC64Paul E. Murphy
2024-10-21cmd/link: on ELF, generate GNU build ID by defaultCherry Mui
2024-10-21cmd/link: apply -B UUID to external linking on Mach-OCherry Mui
2024-10-21cmd/link: on Mach-O, generate LC_UUID by defaultCherry Mui
2024-10-21cmd/internal/macho: new package for handling mach-o files in toolchainCherry Mui
2024-10-21cmd/link: generate Mach-O UUID when -B flag is specifiedCherry Mui
2024-10-21cmd/link: check if the trampoline is actually addedlimeidan
2024-10-14all: wire up swisstable mapsMichael Pratt
2024-09-26cmd/link/internal/ld: fix error print in decodetypeGcprogzhangjian
2024-09-13cmd/link/internal: use slices.ContainsTobias Klauser
2024-09-04cmd/link/internal/ld: rm os.Getwd from elf_testKir Kolyshkin
2024-09-04cmd/link/internal/ld: rm os.Getwd from dwarf_testKir Kolyshkin
2024-09-04cmd/link/internal/ld: simplify gobuildTestdataKir Kolyshkin
2024-09-04cmd: use 20 bytes hash when possibleCuong Manh Le
2024-09-04cmd: do not use notsha256Cuong Manh Le
2024-09-04all: fix printf(var) mistakes detected by latest printf checkerAlan Donovan
2024-09-03cmd: replace many sort.Interface with slices.Sort and SortFuncZxilly
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-31cmd: add README generation for compiler + linker script testsThan McIntosh
2024-07-30cmd/link: add variable_parameter attr to functype outparamsThan McIntosh
2024-07-29cmd/link: add script testing facility for linker useThan 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-03cmd/link: document -checklinkname optionIan Lance Taylor
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