aboutsummaryrefslogtreecommitdiff
path: root/src/link/Coff
AgeCommit message (Expand)Author
2024-03-14coff: only store PDB basenameElaine Gibson
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-03-06feat: add support for --enable-new-dtags and --disable-new-dtagsDillen Meijboom
2024-02-02cli+build: handle -ObjC flag and route it to MachO linkerJakub Konka
2024-01-20mingw: update build logicElaine Gibson
2024-01-09Add support for `--(no-)undefined-version`dhash
2024-01-08mingw: update from msvcrt to ucrtAndrew Kelley
2024-01-01link: accept the update arena in flushAndrew Kelley
2024-01-01move force_undefined_symbols into CompilationAndrew Kelley
2024-01-01compiler: push entry symbol name resolution into the linkerAndrew Kelley
2024-01-01linker: rename intermediary_basname to zcu_object_sub_pathAndrew Kelley
2024-01-01fix compilation errors when enabling llvmAndrew Kelley
2024-01-01fix remaining compile errors except oneAndrew Kelley
2024-01-01fix a round of compile errors caused by this branchAndrew Kelley
2024-01-01compiler: miscellaneous branch progressAndrew Kelley
2024-01-01linkers: update references to "options" fieldAndrew Kelley
2024-01-01update image_base referencesAndrew Kelley
2024-01-01linker: update target referencesAndrew Kelley
2024-01-01linker: update options references of CsuObjectsAndrew Kelley
2024-01-01linker: update link_mode referencesAndrew Kelley
2024-01-01linker: update output_mode referencesAndrew Kelley
2024-01-01linker: update references to moduleAndrew Kelley
2024-01-01move a large chunk of linker logic away from "options"Andrew Kelley
2023-11-10move libssp into libcompiler_rtAndrew Kelley
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-10revert compiler_rt: no need to put it in a static libraryAndrew Kelley
2023-10-10compiler_rt: no need to put it in a static libraryAndrew Kelley
2023-09-24resinator: do not include in only_core_functionality buildsmlugg
2023-09-17Add a .rc -> .res compiler to the Zig compilerRyan Liptak
2023-08-21frontend: directly pass resolved frameworks container to the linkerJakub Konka
2023-08-03coff: always link uuid.lib as part of mingw libcAndrew Kelley
2023-08-03compiler: resolve library paths in the frontendAndrew Kelley
2023-07-11remove arbitrary stderr size limit when spawning a child process toolXavier Bouchoux
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-05-30zig ld: handle `--library :path/to/lib.so`Motiejus Jakštys
2023-05-26std.Target adjustmentsVeikka Tuominen
2023-04-26coff: invalidate GOT relocs after segment shift in memoryJakub Konka
2023-04-21coff: treat vmaddr of 0 as unallocated when checking if resolvableJakub Konka
2023-04-21coff: use TableSection for GOTJakub Konka
2023-04-18coff: support allow_shlib_undefinedkcbanner
2023-04-03macho+coff: remove alignment from Atom as it is unusedJakub Konka
2023-04-01link: handle -u flag in all linkersJakub Konka
2023-03-30coff: due to ASLR we need to dupe the code for relocatingJakub Konka
2023-03-30coff: use std.os.windows wrappers; fix relocating in-fileJakub Konka
2023-03-30coff: make sure we correctly slide relocation target when resolvingJakub Konka
2023-03-29Merge pull request #15105 from ziglang/hcs-win-pocJakub Konka
2023-03-28coff: put section growing in helper; only mark section if actually resolvedJakub Konka
2023-03-28Merge pull request #14771 from kcbanner/coff_dynamicbaseJakub Konka
2023-03-28coff: use ArrayHashMap if we are iterating over keysJakub Konka