| .. |
|
arch
|
Merge pull request #10834 from ziglang/fix-x86-i128-c-abi
|
2022-02-11 12:14:32 -07:00 |
|
codegen
|
stage2: use Target.Abi instead of introducing Target.TargetAbi
|
2021-12-03 17:33:20 -07:00 |
|
link
|
macho: put linker symlink for cache invalidation in zig-cache
|
2022-02-14 12:48:13 -07:00 |
|
stage1
|
Merge pull request #10834 from ziglang/fix-x86-i128-c-abi
|
2022-02-11 12:14:32 -07:00 |
|
translate_c
|
allocgate: std Allocator interface refactor
|
2021-11-30 23:32:47 +00:00 |
|
Air.zig
|
allocgate: std Allocator interface refactor
|
2021-11-30 23:32:47 +00:00 |
|
AstGen.zig
|
stage2: do not interpret identifier containing underscores (eg: u3_2) as int primitive type
|
2022-02-02 21:17:25 -07:00 |
|
BuiltinFn.zig
|
AstGen: implement @prefetch() builtin
|
2021-12-10 23:09:02 +01:00 |
|
Cache.zig
|
Cache: use mutex to protect recent_problematic_timestamp
|
2021-12-09 22:10:38 -07:00 |
|
clang.zig
|
stage1, stage2: rename c_void to anyopaque (#10316)
|
2021-12-19 00:24:45 -05:00 |
|
clang_options.zig
|
zig cc: honor all -m and -mno- CPU feature flags
|
2021-11-26 19:59:33 -07:00 |
|
clang_options_data.zig
|
Merge pull request #10475 from lithdew/master
|
2022-02-02 21:19:18 -07:00 |
|
codegen.zig
|
stage2: fix unwrap function call with optional pointer return value
|
2021-11-24 22:44:33 -07:00 |
|
Compilation.zig
|
haiku add missing cimport include for compilation
|
2022-02-14 12:57:46 -07:00 |
|
config.zig.in
|
macho: dump linker's state as JSON
|
2021-10-22 12:50:25 +02:00 |
|
crash_report.zig
|
stage2: fix crash_report segfault compile error
|
2022-02-11 12:13:03 -07:00 |
|
DepTokenizer.zig
|
allocgate: renamed getAllocator function to allocator
|
2021-11-30 23:32:47 +00:00 |
|
empty.zig
|
|
|
|
glibc.zig
|
Merge pull request #10587 from xxxbxxx/master
|
2022-02-02 21:10:05 -07:00 |
|
introspect.zig
|
allocgate: std Allocator interface refactor
|
2021-11-30 23:32:47 +00:00 |
|
libc_installation.zig
|
allocgate: std Allocator interface refactor
|
2021-11-30 23:32:47 +00:00 |
|
libcxx.zig
|
remove __muloti4 from libc++
|
2022-02-02 22:04:42 -07:00 |
|
libtsan.zig
|
stage2: use Target.Abi instead of introducing Target.TargetAbi
|
2021-12-03 17:33:20 -07:00 |
|
libunwind.zig
|
stage2: use Target.Abi instead of introducing Target.TargetAbi
|
2021-12-03 17:33:20 -07:00 |
|
link.zig
|
zig cc: add --hash-style linker parameter
|
2022-02-02 21:50:52 -07:00 |
|
Liveness.zig
|
allocgate: std Allocator interface refactor
|
2021-11-30 23:32:47 +00:00 |
|
main.zig
|
CLI: ignore -lgcc_s when it is redundant with compiler-rt
|
2022-02-11 12:14:42 -07:00 |
|
mingw.zig
|
allocgate: renamed getAllocator function to allocator
|
2021-11-30 23:32:47 +00:00 |
|
Module.zig
|
stage2: improve handling of the generated file builtin.zig
|
2021-12-06 23:30:18 -08:00 |
|
musl.zig
|
stage2: upgrade musl libc stub file
|
2021-12-09 01:39:07 -07:00 |
|
Package.zig
|
allocgate: std Allocator interface refactor
|
2021-11-30 23:32:47 +00:00 |
|
print_air.zig
|
allocgate: renamed getAllocator function to allocator
|
2021-11-30 23:32:47 +00: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
|
AstGen: implement @prefetch() builtin
|
2021-12-10 23:09:02 +01:00 |
|
RangeSet.zig
|
allocgate: std Allocator interface refactor
|
2021-11-30 23:32:47 +00:00 |
|
register_manager.zig
|
allocgate: std Allocator interface refactor
|
2021-11-30 23:32:47 +00:00 |
|
Sema.zig
|
Merge pull request #10769 from ziglang/link-lib-fixes
|
2022-02-02 22:10:59 -07:00 |
|
stage1.zig
|
Merge branch 'Luukdegram-linker-eport-symbols'
|
2022-01-12 12:01:32 -07:00 |
|
target.zig
|
CLI: ignore -lgcc_s when it is redundant with compiler-rt
|
2022-02-11 12:14:42 -07:00 |
|
test.zig
|
stage2: use Target.Abi instead of introducing Target.TargetAbi
|
2021-12-03 17:33:20 -07:00 |
|
ThreadPool.zig
|
allocgate: std Allocator interface refactor
|
2021-11-30 23:32:47 +00:00 |
|
tracy.zig
|
stage1, stage2: rename c_void to anyopaque (#10316)
|
2021-12-19 00:24:45 -05:00 |
|
translate_c.zig
|
translate-c: Fix issues translating macro define of hex float constant
|
2022-02-02 21:15:15 -07:00 |
|
type.zig
|
stage1, stage2: rename c_void to anyopaque (#10316)
|
2021-12-19 00:24:45 -05:00 |
|
TypedValue.zig
|
allocgate: std Allocator interface refactor
|
2021-11-30 23:32:47 +00:00 |
|
value.zig
|
stage1, stage2: rename c_void to anyopaque (#10316)
|
2021-12-19 00:24:45 -05:00 |
|
WaitGroup.zig
|
std.Thread.Mutex: change API to lock() and unlock()
|
2021-11-09 18:31:03 -07:00 |
|
wasi_libc.zig
|
allocgate: renamed getAllocator function to allocator
|
2021-11-30 23:32:47 +00:00 |
|
windows_com.hpp
|
Spelling corrections (#9833)
|
2021-09-24 13:39:20 -04:00 |
|
windows_sdk.cpp
|
finalize windows_sdk paths based on snickler suggestions
|
2021-09-07 21:49:08 -06:00 |
|
windows_sdk.h
|
|
|
|
windows_sdk.zig
|
stage2: update for new usingnamespace semantics
|
2021-09-01 17:54:07 -07:00 |
|
zig_clang.cpp
|
translate-c: create inline fn for always_inline
|
2021-10-20 17:58:30 -04:00 |
|
zig_clang.h
|
translate-c: create inline fn for always_inline
|
2021-10-20 17:58:30 -04:00 |
|
zig_clang_cc1_main.cpp
|
update clang tools to 13 rc1
|
2021-08-15 18:06:29 -07:00 |
|
zig_clang_cc1as_main.cpp
|
update clang tools to 13 rc1
|
2021-08-15 18:06:29 -07:00 |
|
zig_clang_driver.cpp
|
update clang tools to 13 rc1
|
2021-08-15 18:06:29 -07:00 |
|
zig_llvm-ar.cpp
|
Merge remote-tracking branch 'origin/master' into llvm13
|
2021-09-30 21:38:04 -07:00 |
|
zig_llvm.cpp
|
Merge remote-tracking branch 'origin/master' into llvm13
|
2021-09-30 21:38:04 -07:00 |
|
zig_llvm.h
|
Merge remote-tracking branch 'origin/master' into llvm13
|
2021-09-30 21:38:04 -07:00 |
|
Zir.zig
|
stage1, stage2: rename c_void to anyopaque (#10316)
|
2021-12-19 00:24:45 -05:00 |