| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/link, internal/abi: minor follow-up cleanups | David Chase | 2023-05-17 | 1 | -2/+2 |
* | cmd/link/internal/ppc64: link ELFv2 objects built with -mcpu=power10 | Paul E. Murphy | 2023-05-16 | 1 | -51/+253 |
* | cmd/link: fix checks for supported linker flags with relative paths. | James Bartlett | 2023-05-12 | 1 | -2/+3 |
* | cmd/link: check DWARF section sizes separately | Cherry Mui | 2023-05-11 | 1 | -2/+12 |
* | runtime: move per-type types to internal/abi | David Chase | 2023-05-11 | 2 | -16/+16 |
* | runtime: redefine _type to abi.Type; add rtype for methods. | David Chase | 2023-05-11 | 2 | -2/+2 |
* | internal/abi,reflectlite,reflect,runtime: common up chan type | David Chase | 2023-05-10 | 2 | -11/+11 |
* | internal/abi: common up ArrayType | David Chase | 2023-05-10 | 2 | -3/+3 |
* | internal/abi: common up some offset/size functions | David Chase | 2023-05-10 | 1 | -5/+5 |
* | cmd/link: clean up per-binary slice creation in ld | David Chase | 2023-05-10 | 1 | -45/+42 |
* | internal/abi: common up Method, Imethod, UncommonType types | David Chase | 2023-05-10 | 2 | -2/+1 |
* | cmd/link/internal/ppc64: fix export of R_DWARFSECREF to ELF on ppc64 | Paul E. Murphy | 2023-05-09 | 1 | -1/+1 |
* | cmd/link, runtime: include full symbol name for generic functions in runtime ... | Cherry Mui | 2023-05-05 | 1 | -24/+2 |
* | cmd/link: remove zdebug from ELF section header table | Cherry Mui | 2023-05-05 | 1 | -2/+0 |
* | cmd/link: remove elfsetstring out of the loader | Cherry Mui | 2023-05-05 | 7 | -84/+76 |
* | internal/abi: refactor (basic) type struct into one definition | David Chase | 2023-05-05 | 1 | -15/+3 |
* | cmd/link/internal/ppc64: support non-PIC PLT call stubs | Paul E. Murphy | 2023-05-03 | 1 | -80/+88 |
* | cmd/compile,cmd/link: skip tests that require DWARF symbols on ios | Bryan C. Mills | 2023-05-03 | 2 | -74/+33 |
* | cmd/link: remove allocation in decoding type name | Cherry Mui | 2023-05-02 | 3 | -4/+18 |
* | cmd/link: work around dsymutils not cleaning temp file | Cherry Mui | 2023-05-02 | 1 | -1/+5 |
* | cmd/link: generate .xdata PE section | qmuntal | 2023-05-02 | 7 | -19/+80 |
* | cmd/link: generate .pdata PE section | qmuntal | 2023-05-02 | 8 | -5/+141 |
* | cmd/link, cmd/internal/obj: use aux symbol for global variable DWARF info | Cherry Mui | 2023-05-02 | 2 | -9/+10 |
* | cmd/link: load external ELF PPC64 objects which set st_other=1 | Paul E. Murphy | 2023-04-28 | 3 | -4/+23 |
* | cmd/link: put zero-sized data symbols at same address as runtime.zerobase | Cherry Mui | 2023-04-28 | 1 | -3/+9 |
* | cmd/link: write buildid to plugin | Cherry Mui | 2023-04-28 | 1 | -1/+1 |
* | cmd/link/internal/loadelf: set AttrExternal on text section symbols | Paul E. Murphy | 2023-04-26 | 1 | -0/+1 |
* | cmd/link: don't sort data symbols by name | Cherry Mui | 2023-04-24 | 1 | -12/+17 |
* | cmd/link: use uint32 as symbol index | Cherry Mui | 2023-04-24 | 2 | -2/+8 |
* | cmd/link: use slice and bitmap for some attributes | Cherry Mui | 2023-04-24 | 2 | -23/+27 |
* | runtime, cmd: rationalize StackLimit and StackGuard | Austin Clements | 2023-04-21 | 1 | -1/+1 |
* | internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna... | Austin Clements | 2023-04-21 | 1 | -8/+8 |
* | internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abi | Austin Clements | 2023-04-21 | 2 | -3/+3 |
* | internal/abi, runtime, cmd: merge funcID_* consts into internal/abi | Austin Clements | 2023-04-21 | 2 | -3/+5 |
* | cmd/link/internal/ppc64: Use PCrel relocs in runtime.addmoduledata if supported | Paul E. Murphy | 2023-04-21 | 1 | -37/+40 |
* | cmd/link,cmd/internal/obj/ppc64: enable PCrel on power10/ppc64/linux | Paul E. Murphy | 2023-04-21 | 1 | -2/+2 |
* | Revert "runtime, cmd: rationalize StackLimit and StackGuard" | Austin Clements | 2023-04-20 | 1 | -1/+1 |
* | runtime, cmd: rationalize StackLimit and StackGuard | Austin Clements | 2023-04-20 | 1 | -1/+1 |
* | cmd/link/internal/ld: disable execute-only for external linking on openbsd/arm64 | Joel Sing | 2023-04-14 | 1 | -0/+6 |
* | cmd/link: establish dependable package initialization order | Keith Randall | 2023-04-14 | 6 | -0/+253 |
* | cmd/internal/obj/loong64, cmd/internal/objabi, cmd/link: add support for --bu... | limeidan | 2023-04-11 | 1 | -2/+16 |
* | cmd/internal/obj/loong64, cmd/link/internal: switch to LoongArch ELF psABI v2... | WANG Xuerui | 2023-04-10 | 2 | -94/+43 |
* | cmd/link: bump loong64 function alignment to 16 bytes | WANG Xuerui | 2023-04-07 | 1 | -1/+1 |
* | cmd/link, cmd/internal/obj/loong64: support the PCALIGN directive | WANG Xuerui | 2023-04-07 | 1 | -5/+20 |
* | cmd/link/internal/ppc64: generate PCrel trampolines on P10 | Paul E. Murphy | 2023-04-07 | 1 | -7/+22 |
* | cmd/link/internal/ld: don't set IMAGE_FILE_DEBUG_STRIPPED on PE binaries | qmuntal | 2023-04-07 | 1 | -4/+2 |
* | cmd/internal/obj: generate SEH aux symbols for windows/amd64 | qmuntal | 2023-04-05 | 2 | -3/+8 |
* | all: add wasip1 asm and link logic | Johan Brandhorst-Satzkorn | 2023-04-05 | 3 | -11/+26 |
* | internal/syscall/unix: fix PosixFallocate error check on freebsd | Tobias Klauser | 2023-04-05 | 2 | -3/+12 |
* | all: fix misuses of "a" vs "an" | cui fliter | 2023-04-04 | 4 | -6/+6 |