aboutsummaryrefslogtreecommitdiff
path: root/src/link.cpp
AgeCommit message (Expand)Author
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
2017-10-01implement standard library path searchAndrew Kelley
2017-10-01fix implementation of --zig-std-dirAndrew Kelley
2017-09-30remove zigrtAndrew Kelley
2017-09-24windows gui hello worldAndrew Kelley
2017-09-23macho linking: support full lib paths correctlyAndrew Kelley
2017-09-18coff linking passes -DEBUGAndrew Kelley
2017-09-18add --verbose-link optionAndrew Kelley
2017-08-31add windows to test targetsAndrew Kelley
2017-08-30successfully cross-building behavior tests for windowsAndrew Kelley
2017-08-30tests use darwin, not macosx since that's what macbook reports asAndrew Kelley
2017-08-30test suite cross-compile builds tests for other targetsAndrew Kelley
2017-08-27all tests passing in MacOSAndrew Kelley
2017-08-27all behavior tests passing for macosAndrew Kelley
2017-08-27macos updatesAndrew Kelley
2017-08-26update for llvm 5.0.0rc1Andrew Kelley
2017-08-15organize file path of compiler_rtAndrew Kelley
2017-06-14progress toward windows hello world workingAndrew Kelley
2017-06-04progress toward hello world without libc in windowsAndrew Kelley
2017-05-23building with mingw for windowsAndrew Kelley
2017-05-06builtin functions for division and remainder divisionAndrew Kelley
2017-05-02add safe release build modeAndrew Kelley
2017-04-30zig build: organize build artifactsAndrew Kelley
2017-04-28zig puts temporary object files in zig-cache folderAndrew Kelley
2017-04-27zig test no longer requires a separate test_runner.o fileAndrew Kelley
2017-04-26build system: consolidate duplicate code and moreAndrew Kelley
2017-04-25add some timing diagnosticsAndrew Kelley
2017-04-19convert assemble and link tests to zig build systemAndrew Kelley
2017-04-13fix crash when using zig to linkAndrew Kelley
2017-04-11run alwaysinline pass in debug modeAndrew Kelley
2017-04-10fix some -Wconversion errorsAndrew Kelley
2017-04-05add support to use zig as a linker driverAndrew Kelley
2017-04-04link: correctly print debug linker invocationAndrew Kelley