zig/src
2022-03-11 21:00:07 -07:00
..
arch Merge pull request #11120 from Vexu/stage2 2022-03-11 13:48:28 -05:00
codegen LLVM: fix debug info for pointers to void 2022-03-11 21:00:07 -07:00
link CBE: implement clz, ctz for ints <= 128 bits 2022-03-11 23:12:15 +00:00
stage1 LLVM: memoize debug types and add enum debug types 2022-03-08 14:58:53 -07:00
translate_c stage2: remove SPDX license header comments 2022-03-11 19:38:07 -07:00
Air.zig stage2: implement @shuffle at runtime 2022-03-11 13:12:32 +02:00
AstGen.zig AstGen: structInitExpr and arrayInitExpr avoid crash 2022-03-10 17:52:18 -07:00
BuiltinFn.zig AstGen: implement @prefetch() builtin 2021-12-10 23:09:02 +01:00
Cache.zig fs: Use OpenMode enum instead of read/write flags. 2022-01-29 15:52:08 +02:00
clang_options_data.zig zig cc: integrate with -fstack-check, -fno-stack-check 2022-03-04 18:10:37 -07:00
clang_options.zig
clang.zig translate-c: Add support for cast-to-union 2022-02-23 14:11:46 +02:00
codegen.zig stage2: implement integer pointer constants 2022-03-10 17:52:18 -07:00
Compilation.zig Sema: fix resolution of inferred error sets 2022-03-11 19:38:07 -07:00
config.zig.in
crash_report.zig stage2: fix crash_report segfault compile error 2022-02-07 17:11:26 -08:00
DepTokenizer.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
empty.zig
glibc.zig glibc: clean up build logic 2022-01-14 12:39:06 -07:00
InternArena.zig deprecated TypeInfo in favor of Type 2022-03-08 20:38:12 +02:00
introspect.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
libc_installation.zig Avoid depending on child process execution when not supported by host OS 2022-02-06 22:21:46 -07:00
libcxx.zig remove __muloti4 from libc++ 2022-01-30 14:30:46 +01:00
libtsan.zig stage2: fix path to cache artifacts in libcxx, 2022-01-02 13:16:17 -07:00
libunwind.zig stage2: fix path to cache artifacts in libcxx, 2022-01-02 13:16:17 -07:00
link.zig LLVM: add compile unit to debug info 2022-03-08 14:58:53 -07:00
Liveness.zig stage2: implement @shuffle at runtime 2022-03-11 13:12:32 +02:00
main.zig fix regression in zig run runtime arguments 2022-03-05 16:27:29 -07:00
mingw.zig Avoid depending on child process execution when not supported by host OS 2022-02-06 22:21:46 -07:00
Module.zig Sema: fix inline/comptime function calls with inferred errors 2022-03-11 20:44:10 -07:00
musl.zig stage2: introduce CacheMode 2022-01-02 13:16:17 -07:00
Package.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
print_air.zig stage2: implement @shuffle at runtime 2022-03-11 13:12:32 +02:00
print_env.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
print_targets.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
print_zir.zig stage2: passing threadlocal tests for x86_64-linux 2022-03-11 00:04:42 -07:00
RangeSet.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
register_manager.zig stage2 ARM: implement caller-saved registers 2022-03-11 14:12:11 +01:00
Sema.zig Sema: fix inline/comptime function calls with inferred errors 2022-03-11 20:44:10 -07:00
stage1.zig std.Progress: make the API infallible 2022-02-08 17:26:55 -07:00
target.zig stage2: make -lgcc_s additionally link libunwind 2022-02-23 13:25:10 -07:00
test.zig update more API usage of std.Progress 2022-02-08 17:49:40 -07:00
ThreadPool.zig stage2: remove SPDX license header comments 2022-03-11 19:38:07 -07:00
tracy.zig lint: duplicate import (#10519) 2022-01-07 00:06:06 -05:00
translate_c.zig translate-c: use nested scope for comma operator in macros 2022-03-08 20:38:51 +02:00
type.zig LLVM: fix debug info for pointers to void 2022-03-11 21:00:07 -07:00
TypedValue.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
value.zig Sema: make check for whether call should be memoized more thorough 2022-03-11 16:56:33 +02:00
WaitGroup.zig stage2: remove SPDX license header comments 2022-03-11 19:38:07 -07:00
wasi_libc.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
windows_com.hpp
windows_sdk.cpp
windows_sdk.h
windows_sdk.zig
zig_clang_cc1_main.cpp
zig_clang_cc1as_main.cpp
zig_clang_driver.cpp
zig_clang.cpp translate-c: Add support for cast-to-union 2022-02-23 14:11:46 +02:00
zig_clang.h translate-c: Add support for cast-to-union 2022-02-23 14:11:46 +02:00
zig_llvm-ar.cpp
zig_llvm.cpp LLVM: no longer store args into alloca instructions 2022-03-08 14:58:53 -07:00
zig_llvm.h LLVM: no longer store args into alloca instructions 2022-03-08 14:58:53 -07:00
Zir.zig AstGen: structInitExpr and arrayInitExpr avoid crash 2022-03-10 17:52:18 -07:00