aboutsummaryrefslogtreecommitdiff
path: root/src/link.cpp
AgeCommit message (Expand)Author
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
2018-03-10zen-specific: main -> _startAndrea Orru
2018-01-07Adding zen supportAndrea Orru
2018-01-06Darwin -> MacOSX, added Zen. See #438Andrea Orru
2018-01-03fix self hosted compiler on windowsAndrew Kelley
2017-12-26self-hosted: build against zig_llvm and embedded LLDAndrew Kelley
2017-11-13Fixed duplicate decl detection for typedefs/enumsdimenus
2017-11-03slightly more verbose error message when building object file failsAndrew Kelley
2017-11-01windows: use the same libc search within a compilation unitAndrew Kelley
2017-11-01WIN32: Linking with the CRT at runtime. (#570)Dimenus
2017-10-25cleaner verbose flags and zig build prints failed commandAndrew Kelley
2017-10-24fix missing compiler_rt in release modesAndrew Kelley
2017-10-16look for libc at runtime on windowsAndrew Kelley
2017-10-16ability to make a DLLAndrew Kelley
2017-10-15clean up some resourcesAndrew Kelley
2017-10-03replace __chkstk function with a stub that does not crashAndrew Kelley
2017-10-03add @setAlignStack builtinAndrew Kelley
2017-10-02better compiler-rt linkage logicAndrew Kelley
2017-10-01still build compiler-rt when linking msvc CRTAndrew Kelley
2017-10-01remove unused functionAndrew Kelley
2017-10-01support linking against MSVC libcAndrew Kelley