aboutsummaryrefslogtreecommitdiff
path: root/src/link.cpp
AgeCommit message (Expand)Author
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
2017-04-04link: fix ignoring first linker argAndrew Kelley
2017-04-03link: delete code that checks the linker versionAndrew Kelley
2017-03-26add stack protector safety when linking libcAndrew Kelley
2017-03-26organize std and make import relative to current fileAndrew Kelley
2017-03-22unify main entry point regardless of whether linking libcAndrew Kelley
2017-03-13add --each-lib-rpath option and corresponding config optionAndrew Kelley
2017-03-13use lld instead of system linkerAndrew Kelley
2017-02-03in freestanding environment, assume gnu binutilsAndrew Kelley
2017-02-03add ability to set linker scriptAndrew Kelley
2016-09-21fix incorrect linking from previous commitAndrew Kelley
2016-09-21exporting an object creates an h fileAndrew Kelley
2016-09-19use size_t for indexesAndrew Kelley
2016-09-18ability to specify -framework linker args for MacOSAndrew Kelley
2016-09-14MacOSX compatibilityalter
2016-09-10rename LLVMZig to ZigLLVMAndrew Kelley
2016-09-01restore shared library functionalityAndrew Kelley
2016-05-12Add --zig-std-dirJosé Miguel Sánchez
2016-05-11recognize ar program and pass --gc-sections to ldAndrew Kelley
2016-05-07add debug safety for divisionAndrew Kelley
2016-05-07link: don't put -l in front of .a or .so filesAndrew Kelley
2016-02-17link: on windows link test runner and builtin o filesAndrew Kelley
2016-02-17os: implement windows os layerAndrew Kelley
2016-02-16rename 'environ' to 'env_type'Andrew Kelley
2016-02-16update bootstrap to work for macos tooAndrew Kelley
2016-02-15linking on darwin: provide builtins and -archAndrew Kelley