zig/src-self-hosted
Andrew Kelley 8a3cd82b85 translate-c: fix a use-after-free bug 2020-05-23 23:15:58 -04:00
..
codegen move some files around 2020-05-17 12:08:47 -04:00
Module.zig stage2: set up a trampoline table for functions 2020-05-19 13:33:36 -04:00
Package.zig self-hosted: link: global offset table support for decls 2020-05-12 20:11:47 -04:00
TypedValue.zig self-hosted: fix compile errors, except for codegen.zig 2020-05-13 20:06:01 -04:00
clang.zig translate-c: fix decl statement regression 2020-05-23 17:50:35 -04:00
clang_options.zig zig cc: fix ambiguity with -MT 2020-04-02 21:15:36 -04:00
clang_options_data.zig zig cc looks for native include directories unless -nostdinc 2020-04-04 14:58:24 -04:00
codegen.zig stage2: function calls using the global offset table 2020-05-19 13:51:46 -04:00
dep_tokenizer.zig (breaking) std.Buffer => std.ArrayListSentineled(u8, 0) 2020-04-01 13:30:07 -04:00
introspect.zig
ir.zig move Module to its own file 2020-05-15 21:44:33 -04:00
libc_installation.zig rework self-hosted compiler for incremental builds 2020-05-10 02:05:54 -04:00
link.zig stage2: function calls using the global offset table 2020-05-19 13:51:46 -04:00
llvm.zig
main.zig translate-c is building again, but I have 1 `@panic` in there 2020-05-23 16:24:03 -04:00
print_targets.zig windows: don't hard-code forward-slash paths 2020-03-27 21:28:52 -04:00
stage2.zig Merge remote-tracking branch 'origin/master' into self-hosted-incremental-compilation 2020-05-16 01:26:18 -04:00
test.zig update ZIR compare output test to test incremental updates 2020-05-17 13:49:22 -04:00
translate_c.zig translate-c: fix a use-after-free bug 2020-05-23 23:15:58 -04:00
type.zig fix codegen of sentinel-terminated arrays and .got alignment 2020-05-14 16:34:04 -04:00
value.zig move Module to its own file 2020-05-15 21:44:33 -04:00
windows_sdk.zig
zir.zig Merge remote-tracking branch 'origin/master' into self-hosted-incremental-compilation 2020-05-16 01:26:18 -04:00