aboutsummaryrefslogtreecommitdiff
path: root/src/link.cpp
AgeCommit message (Expand)Author
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
2019-03-06cross compile glibc startup filesAndrew Kelley
2019-03-06support other architectures for glibc startup filesAndrew Kelley
2019-03-05build libunwind.a from source and link itAndrew Kelley
2019-03-05support glibc dl, m, pthread, rtAndrew Kelley
2019-03-05dynamic linker path is independent from libc installationAndrew Kelley
2019-03-05stop linking against gcc filesAndrew Kelley
2019-03-05support crtbegin.o and crtend.o when using explicit libcAndrew Kelley
2019-03-05building glibc from sourceAndrew Kelley
2019-03-04initial glibc supportAndrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-03-02compile error for import outside package pathAndrew Kelley
2019-02-27uefi os: better auto detection of subsystemAndrew Kelley
2019-02-26breaking changes to the way targets work in zigAndrew Kelley
2019-02-25fix not finding libgcc_s when looking for native libcAndrew Kelley