aboutsummaryrefslogtreecommitdiff
path: root/src/link.cpp
AgeCommit message (Expand)Author
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
2020-01-07add --eh-frame-hdr conditionallyDavid Cao
2020-01-07add --eh-frame-hdr arg for linkingDavid Cao
2019-12-02remove upstream support for Zen hobby OSAndrew Kelley
2019-10-30DragonFlyBSD supportTse
2019-10-22integrate stage1 progress display with semantic analysisAndrew Kelley
2019-10-17rework the progress module and integrate with stage1Andrew Kelley
2019-10-16only look for .defs when needed; remove samsrv.dll cross compiling supportAndrew Kelley
2019-10-16add more cross compiling support for windows system dllsAndrew Kelley
2019-10-16add cross compiling support for opengl32.dllAndrew Kelley
2019-10-12Add dlltool functionalityLemonBoy
2019-10-11Fix cross-compilation to i386-windows-msvcLemonBoy
2019-10-10Patch lld to have a more sensible kill-at implementationLemonBoy
2019-10-09Compile the architecture-specific mingw sourcesLemonBoy
2019-09-28Merge pull request #3331 from meme/android-ndkAndrew Kelley
2019-09-28minor tweaksmeme
2019-09-28do not link against gcc runtime on Android targetmeme
2019-09-27fix glibc builds on aarch64-linux-gnuAndrew Kelley
2019-09-27fix building static Android executablesmeme
2019-09-27support Android NDK and bionicmeme
2019-09-26Export _start as __start for MIPS targetsLemonBoy
2019-09-26Initial support for mipsel architecture¬LemonBoy
2019-09-25fix building musl on eabihf abis, incorrect include dirsAndrew Kelley
2019-09-22silence nonportable include path warnings when building glibc on windowsAndrew Kelley
2019-09-15Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-09-12improvements targeted at improving async functionsAndrew Kelley
2019-09-10Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-09-10Get more of the tests passing for FreeBSD (#3197)stratact
2019-09-02Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-09-02add ability to specify darwin framework search dirsAndrew Kelley
2019-08-20Merge branch 'master' into llvm9Andrew Kelley
2019-08-19don't put libc on the elf linker line for objectsAndrew Kelley
2019-07-18improvements to riscv supportAndrew Kelley
2019-07-17update zig codebase to llvm 9Andrew Kelley
2019-07-16libc headers before C language headers, and disable libunwind on arm32Andrew Kelley
2019-07-16update bundled musl source to 1.1.23Andrew Kelley
2019-07-16Merge branch 'msvc-libc-2064' of https://github.com/dimenus/zig into dimenus-...Andrew Kelley
2019-07-15mingw libc can link against ntdllAndrew Kelley
2019-07-12mingw libc: delete dead linker code regarding using system libcAndrew Kelley
2019-07-12handle mingw libc defs betterAndrew Kelley
2019-07-12mingw libc: solve the segfault having to do with destructorsAndrew Kelley
2019-07-10fix windows not able to build mingwAndrew Kelley
2019-07-10add some more windows defsAndrew Kelley
2019-07-10mingw: build and link mingwex.libAndrew Kelley
2019-07-10fixing non system library linkingdimenus
2019-07-10mingw: building and linking msvcrt-os.libAndrew Kelley
2019-07-10mingw: building and linking mingw32.libAndrew Kelley