zig/src
Andrew Kelley 0f4386875f stage2: support ZIG_LIBC env var and detect self as system C compiler 2020-10-14 02:05:56 -07:00
..
codegen Rename .macosx to .macos 2020-10-12 18:56:25 -04:00
link Do not rewrite paths to dyld and libSystem unless changed 2020-10-13 08:38:17 +02:00
stage1 stage1: Fix missing runtime safety check for intToPtr 2020-10-14 00:05:50 -04:00
Cache.zig fixups to previous commit 2020-10-09 16:45:39 -07:00
Compilation.zig fixups to previous commit 2020-10-09 16:45:39 -07:00
DepTokenizer.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
Module.zig Fix improper reuse of global symbols in MachO 2020-10-07 20:34:40 +02:00
Package.zig stage2: implement --pkg-begin and --pkg-end CLI args 2020-09-22 23:00:33 -07:00
TypedValue.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
astgen.zig stage2: add import builtin stub 2020-09-30 16:56:45 +03:00
clang.zig Merge remote-tracking branch 'origin/master' into llvm11 2020-10-08 15:47:45 -07:00
clang_options.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
clang_options_data.zig run update_clang_options on llvm 11 rc6 2020-10-08 16:13:37 -07:00
codegen.zig fixups for the previous commit 2020-10-07 00:39:13 -07:00
config.zig.in delete all stage1 c++ code not directly related to compiling stage2 2020-09-17 18:29:38 -07:00
glibc.zig Turn zig fmt back on in various src/ files 2020-10-05 04:48:58 -04:00
introspect.zig stage2: implement using the global cache dir 2020-09-22 14:08:08 -07:00
ir.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
libc_installation.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
libcxx.zig Merge remote-tracking branch 'origin/master' into llvm11 2020-09-30 02:55:41 -07:00
libunwind.zig stage2: implement -fno-emit-bin 2020-09-26 12:42:07 -07:00
link.zig fixups to previous commit 2020-10-09 16:45:39 -07:00
liveness.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
llvm.zig stage2: building DLL import lib files 2020-09-28 19:20:58 -07:00
main.zig stage2: support ZIG_LIBC env var and detect self as system C compiler 2020-10-14 02:05:56 -07:00
mingw.zig stage2: Add missing defines for building dllcrt2.o 2020-10-01 11:39:22 +02:00
musl.zig stage2: building mingw-w64 and COFF LDD linking 2020-09-28 00:06:06 -07:00
print_env.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
print_targets.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
stage1.zig stage1 main(): catch unreachable in debug builds for easier troubleshooting 2020-10-03 17:16:19 -07:00
target.zig Rename .macosx to .macos 2020-10-12 18:56:25 -04:00
test.zig stage2: support multiple files in tests 2020-09-30 17:00:57 +03:00
tracy.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
translate_c.zig zig_clang/translate_c: Use opaque declarations in Zig 2020-10-08 12:29:59 +03:00
type.zig Rename .macosx to .macos 2020-10-12 18:56:25 -04:00
value.zig Fix building the zig compiler for 32-bit targets 2020-10-06 23:39:58 -07:00
windows_com.hpp compiling on mingw is now supported (#1542) 2018-09-18 00:13:17 -04:00
windows_sdk.cpp fixed mingw compilation 2018-10-27 11:35:01 -04:00
windows_sdk.h fix regressed stage2 test harness 2020-09-21 21:14:01 -07:00
windows_sdk.zig rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
zig_clang.cpp Merge remote-tracking branch 'origin/master' into llvm11 2020-09-30 02:55:41 -07:00
zig_clang.h Merge remote-tracking branch 'origin/master' into llvm11 2020-10-08 15:47:45 -07:00
zig_clang_cc1_main.cpp update clang drivers from llvm 10 to 11 2020-07-24 17:01:52 -07:00
zig_clang_cc1as_main.cpp update clang drivers from llvm 10 to 11 2020-07-24 17:01:52 -07:00
zig_clang_driver.cpp update clang drivers from llvm 10 to 11 2020-07-24 17:01:52 -07:00
zig_llvm.cpp Merge remote-tracking branch 'origin/master' into llvm11 2020-10-12 17:57:35 -07:00
zig_llvm.h stage1: Implement @reduce builtin for vector types 2020-10-05 04:51:45 -04:00
zir.zig stage2: add import builtin stub 2020-09-30 16:56:45 +03:00
zir_sema.zig stage2: struct type field access 2020-09-30 16:59:09 +03:00