aboutsummaryrefslogtreecommitdiff
path: root/src/link.cpp
AgeCommit message (Expand)Author
2019-07-07ability to target any glibc versionAndrew Kelley
2019-07-01Added function-section functionalityTimon Kruiper
2019-06-17Remove duplicate exe name with zig runJonathan Marler
2019-06-07update the default macos version min to 10.14Andrew Kelley
2019-06-04Stop the musl builder from skipping necessary filesLemonBoy
2019-05-29cleanups for windows subsystem in builtin.zigAndrew Kelley
2019-05-27improve the stack check CLI optionsAndrew Kelley
2019-05-20Remove macos-specific linking hacksLemonBoy
2019-05-16improvements to build-lib use case of WebAssemblyAndrew Kelley
2019-05-15fix static builds of zig from requiring c compilerAndrew Kelley
2019-05-15improvements to zig's implementation of libc and WebAssemblyAndrew Kelley
2019-05-13Assemble asm files using CCLemonBoy
2019-05-08fix build on macOSAndrew Kelley
2019-05-08add --bundle-compiler-rt function to link optionsAndrew Kelley
2019-05-03Switch wasm export-all to only values marked exportsBenjamin Feng
2019-04-29Merge pull request #2139 from emekoi/lib-on-mingwAndrew Kelley
2019-04-27added static_crt_dir to libc fileemekoi
2019-04-20renamed add_gnu_link_argsemekoi
2019-04-16remove workaround for LLD bugAndrew Kelley
2019-04-15disable threads when linking WebAssembly to work around an LLD bugAndrew Kelley
2019-04-14wasi: don't pass --no-entry to linkerShritesh Bhattarai
2019-04-11delete unused functionAndrew Kelley
2019-04-11Add initial support for iOS targets (#2237)Matthew Iannucci
2019-04-10Build compiler_rt for WASM exeShritesh Bhattarai
2019-04-05wasm: Pass --allow-undefined and --export-all to the linkerShritesh Bhattarai
2019-04-04fixed linking of system libraries on mingwemekoi
2019-04-04added code for linking libc on mingwemekoi
2019-04-04made lld flags on windows consistentemekoi
2019-03-20Merge remote-tracking branch 'origin/llvm8'Andrew Kelley
2019-03-19disable all C warnings when building muslAndrew Kelley
2019-03-18Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-03-18libc: separate linux headers from musl/glibcAndrew Kelley
2019-03-17when linking msvcrt, also link ntdll.libAndrew Kelley
2019-03-14macho linking: always -dynamic for non-static-libsAndrew Kelley
2019-03-13ignore -lm on darwin because it's handled by libSystemAndrew Kelley
2019-03-13force windows to link against dynamic msvcrtAndrew Kelley
2019-03-13breaking: remove --static; add -dynamicAndrew Kelley
2019-03-13Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-03-12avoid a string that is too long for msvcAndrew Kelley
2019-03-12ability to build musl from sourceAndrew Kelley
2019-03-12building musl start files from sourceAndrew Kelley
2019-03-10Add elf riscv32 and elf riscv64 as options in getLDMOption during constructio...Matt Whiteside
2019-03-10Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-03-09Merge pull request #2038 from ziglang/cachingAndrew Kelley
2019-03-08breaking changes to zig build API and improved cachingAndrew Kelley
2019-03-08Remove glibc compat shim with restrictive licenseJay Weisskopf
2019-03-07fix passing invalid argument -NDEBUGAndrew Kelley
2019-03-07fix linking glibc: caching static libs andAndrew Kelley
2019-03-07fix regressions on macosAndrew Kelley
2019-03-07multi-arch glibc headersAndrew Kelley