aboutsummaryrefslogtreecommitdiff
path: root/src/link/Coff.zig
AgeCommit message (Expand)Author
2021-04-28stage2: semaDecl properly analyzes the decl blockAndrew Kelley
2021-03-20stage2: restructure LLVM backendTimon Kruiper
2021-03-17stage2: Module and Sema are compiling againAndrew Kelley
2021-03-07std: Deprecate the B and Bi format specifiersLemonBoy
2021-03-02stage2: fixup some formatting errors ({x} -> {s})Timon Kruiper
2021-02-19astgen: fix remaining compile errorsAndrew Kelley
2021-01-24zig cc: recognize more coff linker optionsAndrew Kelley
2021-01-23add LTO supportAndrew Kelley
2021-01-16stage2: implement error notes and regress -femit-zirAndrew Kelley
2021-01-13stage2: lay the groundwork in prep for extern fnJakub Konka
2021-01-06stage2: rename and move files related to LLVM backendTimon Kruiper
2021-01-03stage2: Output the LLVM object files in the cache directoryTimon Kruiper
2021-01-02stage2: Use {s} instead of {} when formatting stringsLemonBoy
2020-12-28stage2: add missing asserts and early returns for LLVM backendTimon Kruiper
2020-12-28stage2: fix building self-hosted without llvm-backend enabled.Timon Kruiper
2020-12-28stage2: add LLVM codegen windows support to the self-hosted compilerTimon Kruiper
2020-12-28Revert "stage2: add compile log statement (#7191)"Andrew Kelley
2020-12-26stage2: add compile log statement (#7191)g-w1
2020-12-24stage2: fix Cache deadlock and build more of TSANAndrew Kelley
2020-12-09small fixes and zig fmtVexu
2020-12-08stage2: link: properly implement passthrough mode for LLD child procAndrew Kelley
2020-12-08invoke LLD as a child process rather than a libraryAndrew Kelley
2020-11-19stage2: Make zig cc more verbose (#7166)LemonBoy
2020-10-29fix #3237: resolve undefined symbol _DllMainCRTStartupzhaozg
2020-10-17coff: link in CRT for DLLs that want -lcAndrew Kelley
2020-10-16std: Add libssp implementation for GNU/Windows targetsLemonBoy
2020-10-15fixups regarding windows wide stringsAndrew 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-04add --image-base supportAndrew Kelley
2020-09-29link.Coff: skip redundant (and invalid) copy to same pathAndrew Kelley
2020-09-29improve stage2 COFF LLD linkingAndrew Kelley
2020-09-29use Allocator.allocSentinel now that the stage1 bug is fixedAndrew Kelley
2020-09-28store stage1 flags in a trailing byte in the hash id symlinkAndrew Kelley
2020-09-28stage2: building mingw-w64 and COFF LDD linkingAndrew Kelley
2020-09-26stage2: implement -fno-emit-binAndrew Kelley
2020-09-21rename src-self-hosted/ to src/Andrew Kelley