aboutsummaryrefslogtreecommitdiff
path: root/src/link.zig
AgeCommit message (Expand)Author
2021-01-11stage2: cleanups regarding red zone CLI flagsAndrew Kelley
2021-01-11Added support for no red zoneLee Cannon
2021-01-06Merge pull request #7700 from FireFox317/more-stage2-stuff-llvmAndrew Kelley
2021-01-06stage2: rename and move files related to LLVM backendTimon Kruiper
2021-01-05stage2: rework the C backendAndrew Kelley
2021-01-05integrate CBE with Compilation.update pipeline (closes #7589)Noam Preil
2021-01-02convert more {} to {d} and {s}Andrew Kelley
2021-01-02stage2: Use {s} instead of {} when formatting stringsLemonBoy
2020-12-28stage2: rename llvm.zig to llvm_bindings.zigTimon Kruiper
2020-12-24stage2: fix Cache deadlock and build more of TSANAndrew Kelley
2020-12-24WIP start adding support for TSANAndrew Kelley
2020-12-13stage2: link musl dynamically by default if nativeIsaac Freund
2020-12-09small fixes and zig fmtVexu
2020-12-03Merge pull request #7273 from kubkon/lld-codesig-pocAndrew Kelley
2020-12-03lld+macho: address review commentsJakub Konka
2020-12-02stage2: linkAsArchive: respect disable_lld_cachingAndrew Kelley
2020-11-30rework the bundle compiler-rt featureAndrew Kelley
2020-11-30Added bundle-compiler-rt flagAlexandros Naskos
2020-11-27stage2 elf: refactor override_soname to sonameJakub Konka
2020-11-26stage2 macho: Dir.copyFile does the rename for us!Jakub Konka
2020-11-26stage2 macho: use Dir.copyFile instead of manual create+copyJakub Konka
2020-11-26stage2 macho: rename inodes to prevent SIGKILLJakub Konka
2020-11-22modernize the PIE patch for the latest master branchAndrew Kelley
2020-11-06Rely on ZIG_SYSTEM_LINKER_HACK instead of input flagsJakub Konka
2020-11-05Re-enable system linker hackJakub Konka
2020-11-02Fix linking issues on BigSurJakub Konka
2020-10-22stage2 LLD .ar linking: fix wrong object file pathAndrew Kelley
2020-10-09fixups to previous commitAndrew Kelley
2020-10-09Use regular file for caching stage 1 hash digest instead of symlink, fix zig ...mlarouche
2020-10-07Fix improper reuse of global symbols in MachOJakub Konka
2020-10-04add --image-base supportAndrew Kelley
2020-10-01Patch in emit relocs supportNathan Bourgeois
2020-09-29different strategy to fix compiler_rt.zig and c.zigAndrew Kelley
2020-09-29update wasm to use ".o.wasm" extension for objectsAndrew Kelley
2020-09-29improve stage2 COFF LLD linkingAndrew Kelley
2020-09-28stage2: building mingw-w64 and COFF LDD linkingAndrew Kelley
2020-09-26stage2: add CLI support for --subsystemAndrew Kelley
2020-09-26fix non-ELF linkAsArchiveAndrew Kelley
2020-09-26stage2: implement -fno-emit-binAndrew Kelley
2020-09-25stage2: properly handle zig cc used as a preprocessorAndrew Kelley
2020-09-25stage2: disable lld caching when output dir is owned by userAndrew Kelley
2020-09-23stage2: support rpathsAndrew Kelley
2020-09-21stage2: fix linking libc trying to depend on itselfAndrew Kelley
2020-09-21rename src-self-hosted/ to src/Andrew Kelley