aboutsummaryrefslogtreecommitdiff
path: root/src/link.cpp
AgeCommit message (Expand)Author
2020-07-27Add comment explaining --stack-first optionzigazeljko
2020-07-24macOS: macho ld64.lld fixesMichael Dusan
2020-06-24Revert "building mingw-w64 for windows ARM looks in lib64/lib32 for .def files"Andrew Kelley
2020-06-24building mingw-w64 for windows ARM looks in lib64/lib32 for .def filesAndrew Kelley
2020-06-08Add option for overriding the stack sizeJakub Konka
2020-06-08Increase default Wasm stack to 1MBJakub Konka
2020-04-26add CLI option -Bsymbolic for binding global references locallyAndrew Kelley
2020-04-08zig provides shlwapi.lib for *-windows-gnuAndrew Kelley
2020-04-06provide ___mb_cur_max_func for i386-windows-gnuAndrew Kelley
2020-04-06zig cc: recognize a few more linker optionsAndrew Kelley
2020-04-05zig uses mingw-w64 to provide -lpsapiAndrew Kelley
2020-04-05use mingw-w64 to provide -luuid if requestedAndrew Kelley
2020-04-02zig cc: support more linker argsAndrew Kelley
2020-04-01fixups and revert a few thingsAndrew Kelley
2020-04-01Use length field as passed in stage2 libc_installation instead of relying on ...daurnimator
2020-03-31fixes to 32-bit handling, to support 32-bit armAndrew Kelley
2020-03-30linking: remove check for target_supports_libunwindAndrew Kelley
2020-03-29linking is now aware -lm is provided by mingw-w64Andrew Kelley
2020-03-28Merge pull request #4835 from squeek502/export-dynamicAndrew Kelley
2020-03-27Fix -rdynamic not sending --export-dynamic to the ELF linkerRyan Liptak
2020-03-27zig c++: get it working with musl and mingw-w64Andrew Kelley
2020-03-26ability to compile c++ hello world with `zig c++`Andrew Kelley
2020-03-25improved handling of native system directoriesAndrew Kelley
2020-03-25Merge pull request #4793 from LemonBoy/netbsd-foreverAndrew Kelley
2020-03-23stage1: Link pthread on NetBSDLemonBoy
2020-03-22Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-22Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-21ability to use `zig cc` as a drop-in C compilerAndrew Kelley
2020-03-20glibc: include ld symbols and proper soname for ldAndrew Kelley
2020-03-19Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-14fix mismatch between expected and actual output nameAndrew Kelley
2020-03-13Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-12stage1: update musl libc building code for v1.2.0Andrew Kelley
2020-03-07Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-05update mingw-w64 source files to v7.0.0Andrew Kelley
2020-03-03Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-28dynamic_linker becomes a field of std.zig.CrossTargetAndrew Kelley
2020-02-28remove special darwin os version min handlingAndrew Kelley
2020-02-25Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-18improvements which allow zig to emit multiple things at onceAndrew Kelley
2020-02-16self-hosted libc detectionAndrew Kelley
2020-02-14Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-12Fix a UAF when verbose-llvm-ir is specifiedLemonBoy
2020-02-10stage1: memory/report overhaulMichael Dusan
2020-02-10Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-07Add wWinMain and wWinMainCRTStartup to fix #4376Jared Miller
2020-01-29Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-01-28Build compiler_rt/c with optimizations if possibleLemonBoy
2020-01-23link: update to llvm 10 APIAndrew Kelley
2020-01-15stage1: move local native_libc.txt to globalMichael Dusan