aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.hpp
AgeCommit message (Expand)Author
2018-12-23msvc subsystem option handling; added uefi os typenebulaeonline
2018-09-11Merge remote-tracking branch 'origin/master' into stage1-cachingAndrew 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-07stage1: refactor fn type analysis to use C ABI walk fnAndrew Kelley
2018-09-07stage1: c abi for big struct worksAndrew Kelley
2018-09-05start creating a hash of input parametersAndrew Kelley
2018-09-04port std.os.path.resolve to stage1Andrew Kelley
2018-06-07langref: automatic update of builtin.zigAndrew Kelley
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