zig/src
mlugg 5bb5aaf932
compiler: don't queue too much AIR/MIR
Without this cap, unlucky scheduling and/or details of what pipeline
stages perform best on the host machine could cause many gigabytes of
MIR to be stuck in the queue. At a certain point, pause the main thread
until some of the functions in flight have been processed.
2025-06-12 17:51:31 +01:00
..
Air x86_64: remove air references from mir 2025-06-12 13:55:41 +01:00
arch x86_64: implement coff relocations 2025-06-12 17:51:30 +01:00
codegen x86_64: remove air references from mir 2025-06-12 13:55:41 +01:00
Compilation x86_64: add support for pie executables 2025-06-06 23:42:14 -07:00
libs libs: fix caching behavior 2025-06-12 17:51:29 +01:00
link compiler: don't queue too much AIR/MIR 2025-06-12 17:51:31 +01:00
Package fix: MIME for ZIP in Zig Fetch 2025-06-07 13:14:52 -04:00
Sema InternPool: store the Nav types are named after 2025-06-12 13:55:41 +01:00
Zcu Zcu: handle unreferenced test_functions correctly 2025-06-12 17:51:30 +01:00
Air.zig x86_64: remove air references from mir 2025-06-12 13:55:41 +01:00
Builtin.zig std.Target: Introduce Cpu convenience functions for feature tests. 2025-06-05 06:12:00 +02:00
clang.zig zig_clang: Fix ZigClangAPValue being underaligned vs clang::APValue. 2025-04-09 11:53:24 +02: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 compiler: Allow configuring UBSan mode at the module level. 2025-04-26 22:54:34 +02:00
codegen.zig x86_64: implement coff relocations 2025-06-12 17:51:30 +01:00
Compilation.zig compiler: don't queue too much AIR/MIR 2025-06-12 17:51:31 +01:00
crash_report.zig compiler: refactor Zcu.File and path representation 2025-05-18 17:37:02 +01:00
DarwinPosixSpawn.zig lib/std: PermissionDenied/AccessDenied cleanup and fallout 2025-03-24 16:20:45 +01:00
dev.zig compiler: rework backend pipeline to separate codegen and link 2025-06-12 13:55:40 +01:00
fmt.zig posix/write: catch MSGSIZE error (#23238) 2025-03-15 12:04:42 +01:00
IncrementalDebugServer.zig x86_64: fix switch dispatch bug 2025-06-06 23:42:15 -07:00
InternPool.zig InternPool: store the Nav types are named after 2025-06-12 13:55:41 +01:00
introspect.zig compiler: refactor Zcu.File and path representation 2025-05-18 17:37:02 +01:00
link.zig compiler: don't queue too much AIR/MIR 2025-06-12 17:51:31 +01:00
main.zig cli: correctly error for missing output directories 2025-06-12 17:51:30 +01:00
mutable_value.zig Legalize: implement scalarization of binary operations 2025-05-31 18:54:28 -04:00
Package.zig Package.Hash.toSlice: consistent pointer 2025-06-06 11:13:36 -07:00
print_env.zig compiler: refactor Zcu.File and path representation 2025-05-18 17:37:02 +01:00
print_targets.zig compiler: refactor Zcu.File and path representation 2025-05-18 17:37:02 +01:00
print_value.zig compiler: simplify generic functions, fix issues with inline calls 2025-01-21 02:41:42 +00:00
print_zir.zig compiler: refactor Zcu.File and path representation 2025-05-18 17:37:02 +01:00
print_zoir.zig compiler: introduce ZonGen and make ast-check run it for ZON inputs 2024-12-16 17:02:35 +00:00
RangeSet.zig sema: rework type resolution to use Zcu when possible 2024-08-25 15:16:42 -07:00
register_manager.zig codegen: fix packed byte-aligned relocations 2025-03-23 18:35:34 -04:00
Sema.zig Sema: fix union layout logic to match struct layout logic 2025-06-12 17:51:30 +01:00
target.zig x86_64: remove linker references from codegen 2025-06-12 13:55:41 +01:00
tracy.zig Add build option to set tracy-callstack-depth in build.zig (#21990) 2024-11-29 12:13:06 -08:00
translate_c.zig translate-c: fix callconv attribute in macro 2025-05-07 16:15:51 +03:00
Type.zig Sema: fix union layout logic to match struct layout logic 2025-06-12 17:51:30 +01:00
Value.zig Legalize: implement scalarization of binary operations 2025-05-31 18:54:28 -04:00
Zcu.zig compiler: improve progress output 2025-06-12 13:55:41 +01:00
zig_clang.cpp zig_clang: Fix ZigClangAPValue being underaligned vs clang::APValue. 2025-04-09 11:53:24 +02:00
zig_clang.h zig_clang: Fix ZigClangAPValue being underaligned vs clang::APValue. 2025-04-09 11:53:24 +02:00
zig_clang_cc1_main.cpp zig cc: Update driver files to Clang 20. 2025-04-04 06:08:09 +02:00
zig_clang_cc1as_main.cpp zig cc: Update driver files to Clang 20. 2025-04-04 06:08:09 +02:00
zig_clang_driver.cpp zig cc: Update driver files to Clang 20. 2025-04-04 06:08:09 +02:00
zig_llvm-ar.cpp compiler: Update LLVM/Clang driver files to LLVM/Clang 19. 2024-09-19 18:20:20 -07:00
zig_llvm.cpp zig_llvm: Strip @<n> suffix from .def symbols on all targets. 2025-06-11 18:27:17 +02:00
zig_llvm.h compiler: Updates for LLVM/Clang 20 API changes. 2025-04-04 06:08:09 +02:00