aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.hpp
AgeCommit message (Expand)Author
2018-02-04add --forbid-libraryAndrew Kelley
2017-11-24rename "parsec" to "translate-c"Andrew Kelley
2017-11-03Add emit command-line option (#580)Marc Tiehuis
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-27Merge branch 'master' into self-hostedAndrew Kelley
2017-10-25cleaner verbose flags and zig build prints failed commandAndrew Kelley
2017-10-24wip self hosted codeAndrew Kelley
2017-10-16look for libc at runtime on windowsAndrew Kelley
2017-10-15clean up some resourcesAndrew 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-17add -mllvm supportAndrew Kelley
2017-09-05rename parseh to parsecAndrew Kelley
2017-09-02rewrite parseh to use AST instead of direct typesAndrew Kelley
2017-08-28remove remnants of depending on darwin system linkerAndrew Kelley
2017-06-14progress toward windows hello world workingAndrew Kelley
2017-05-02add safe release build modeAndrew Kelley
2017-05-01`@import("builtin")` instead of `@compileVar`Andrew Kelley
2017-04-30zig build: organize build artifactsAndrew Kelley
2017-04-28zig puts temporary object files in zig-cache folderAndrew Kelley
2017-04-26build system: consolidate duplicate code and moreAndrew Kelley
2017-04-25add some timing diagnosticsAndrew Kelley
2017-04-21zig build system supports building a libraryAndrew Kelley
2017-04-19test framework supports name prefix and filter argumentAndrew Kelley
2017-04-05add support to use zig as a linker driverAndrew Kelley
2017-04-05ability to use zig as an assemblerAndrew Kelley
2017-03-31first pass at zig build systemAndrew Kelley
2017-03-26add stack protector safety when linking libcAndrew Kelley
2017-03-16introduce new test syntaxAndrew Kelley
2017-03-13add --each-lib-rpath option and corresponding config optionAndrew Kelley
2017-03-13use lld instead of system linkerAndrew Kelley
2017-02-03add ability to set linker scriptAndrew Kelley
2016-09-19use size_t for indexesAndrew Kelley
2016-09-18ability to specify -framework linker args for MacOSAndrew Kelley
2016-05-12Add --zig-std-dirJosé Miguel Sánchez
2016-05-11recognize ar program and pass --gc-sections to ldAndrew Kelley
2016-03-01rewrite how importing worksAndrew Kelley
2016-02-15first pass at linking on macosAndrew Kelley
2016-02-11ability to cross compileAndrew Kelley
2016-02-08support overriding the dynamic linker argument to ldAndrew Kelley
2016-02-08support static linking against libcAndrew Kelley
2016-02-03basic support for building a test targetAndrew Kelley
2016-02-02build: fix libc path findingAndrew Kelley
2016-01-31add --library-path cli optionAndrew Kelley
2016-01-31parseh understands types better and handles some situations betterAndrew Kelley
2016-01-27build command supports -isystem argumentAndrew Kelley
2016-01-10refactor out the horrible beast that was codegen_nodeAndrew Kelley
2015-12-15when linking with libc use the C runtime libraryAndrew Kelley