..
arch
stage2 AArch64: Implement saving callee-saved registers
2021-12-19 23:24:44 -08:00
codegen
stage2: use Target.Abi instead of introducing Target.TargetAbi
2021-12-03 17:33:20 -07:00
link
link: ELF, COFF, WASM: honor the "must_link" flag of positionals
2022-02-02 22:00:38 -07:00
stage1
stage1: remove the "referenced here" error note
2022-02-02 21:22:57 -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
stage2: .stub files are yet another c++ source file extension
2022-02-02 22:00:16 -07:00
config.zig.in
macho: dump linker's state as JSON
2021-10-22 12:50:25 +02:00
crash_report.zig
Implement segfault handler for macOS x86_64
2022-02-02 21:18:45 -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
stage2: .stub files are yet another c++ source file extension
2022-02-02 22:00:16 -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
stage1, stage2: rename c_void to anyopaque ( #10316 )
2021-12-19 00:24:45 -05:00
stage1.zig
Merge branch 'Luukdegram-linker-eport-symbols'
2022-01-12 12:01:32 -07:00
target.zig
Merge pull request #10699 from motiejus/arm64
2022-02-02 21:51:58 -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
windows_sdk.cpp
windows_sdk.h
windows_sdk.zig
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
zig_clang_cc1as_main.cpp
zig_clang_driver.cpp
zig_llvm-ar.cpp
zig_llvm.cpp
zig_llvm.h
Zir.zig
stage1, stage2: rename c_void to anyopaque ( #10316 )
2021-12-19 00:24:45 -05:00