aboutsummaryrefslogtreecommitdiff
path: root/src/link.cpp
AgeCommit message (Expand)Author
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
2019-02-25building DLLs on Windows works betterAndrew Kelley
2019-02-23better libc detection (#1996)Andrew Kelley
2019-02-19valgrind client requests for undefined valuesAndrew Kelley
2019-02-19remove --no-rosegment workaround now that valgrind bug is fixedAndrew Kelley
2019-02-18export _mh_execute_header with weak linkageAndrew Kelley
2019-02-17Add NetBSD supportMaya Rashish
2019-02-06require running std lib tests coherentlyAndrew Kelley
2018-12-26fixupsAndrew Kelley
2018-12-23msvc subsystem option handling; added uefi os typenebulaeonline
2018-11-19Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2Andrew Kelley
2018-11-02support building static self hosted compiler on macosAndrew Kelley
2018-10-20Set up libc/rtld paths for FreeBSDGreg V
2018-10-20Set FreeBSD ELF OS/ABI when targetingMarc Tiehuis
2018-10-09add workaround for bad LLD macos codeAndrew Kelley
2018-10-09stage1 link: compiler_rt and builtin libs know ...Andrew Kelley
2018-10-09fix error limit linker arg on windowsAndrew Kelley
2018-10-09more efficient builtin library code generationAndrew Kelley
2018-10-09support building static librariesAndrew Kelley
2018-10-05on linux, link statically if not linking any shared libsAndrew Kelley
2018-10-02fix build-exe for --target-arch wasm32 (#1570)Ben Noordhuis
2018-10-01increase stack size on windows for all executablesAndrew Kelley
2018-09-30Fixes --emit asm on windows and makes C header file generation explicit. (#1612)Sahnvour
2018-09-11ability to disable cache. off by default except for...Andrew Kelley
2018-09-10stage1 caching: zig no longer uses zig-cacheAndrew Kelley
2018-09-10caching is workingAndrew Kelley
2018-09-10stage1: always optimize blake and softfloat even in debug modeAndrew Kelley
2018-09-05start creating a hash of input parametersAndrew Kelley
2018-09-04port std.os.path.resolve to stage1Andrew Kelley
2018-07-23self-hosted: basic linker code for macosAndrew Kelley
2018-07-02always link against compiler_rt.o even when linking libcAndrew Kelley
2018-06-16add basic std lib code for loading dynamic librariesAndrew Kelley
2018-06-09support `--target-arch wasm32` (#1094)Ben Noordhuis
2018-04-18add --no-rosegment cli optionAndrew Kelley
2018-03-31musl-friendly dynamic linkingAndrew Kelley
2018-03-31fix regressions on windowsAndrew Kelley
2018-03-30find libc and zig std lib at runtimeAndrew Kelley