zig/src
Michael Dusan 2cd536d7e8 libcxx: fix building when -fsingle-threaded
* Skip building libcxx mt-only source files when single-threaded.
* This change is required for llvm18 libcxx.
* Add standalone test to link a trivial:
    - mt-executable with libcxx
    - st-executable with libcxx
2024-06-08 15:34:19 -04:00
..
arch Revert "implement @expect builtin (#19658)" 2024-05-22 09:57:43 -07:00
codegen Merge pull request #20120 from vahur/move-consts-to-rdata 2024-06-05 14:24:00 -04:00
Compilation std.builtin: make link mode fields lowercase 2024-03-11 07:09:10 -07:00
link ld.lld: fix -m option for big-endian arm/aarch64 2024-06-05 18:05:49 -04:00
Liveness Revert "implement @expect builtin (#19658)" 2024-05-22 09:57:43 -07:00
Package rename zig-cache to .zig-cache 2024-05-29 10:20:15 -07:00
Sema compiler: un-implement #19634 2024-04-17 13:41:25 +01:00
Air.zig Revert "implement @expect builtin (#19658)" 2024-05-22 09:57:43 -07:00
Builtin.zig Target: cleanup 2024-04-14 15:33:46 -04:00
clang_options_data.zig zig cc: update clang CLI data to LLVM 18 2024-05-08 19:37:28 -07:00
clang_options.zig
clang.zig translate-c: update UnaryExprOrTypeTrait enum for LLVM 18 2024-05-08 19:37:29 -07:00
codegen.zig compiler: rework comptime pointer representation and access 2024-04-17 13:41:25 +01:00
Compilation.zig Compilation: fix sub-compilations given wrong progress node 2024-05-27 20:56:48 -07:00
crash_report.zig cbe: rewrite CType 2024-03-30 20:50:48 -04:00
DarwinPosixSpawn.zig fix compilation failures found by CI 2024-03-19 16:18:18 -07:00
glibc.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
InternPool.zig InternPool: eliminate var_args_param_type 2024-05-04 22:03:56 +01:00
introspect.zig move zig libc command to be lazily built 2024-02-27 22:55:00 -07:00
libcxx.zig libcxx: fix building when -fsingle-threaded 2024-06-08 15:34:19 -04:00
libtsan.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
libunwind.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
link.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
Liveness.zig Revert "implement @expect builtin (#19658)" 2024-05-22 09:57:43 -07:00
main.zig Replace YES_COLOR with CLICOLOR_FORCE 2024-06-02 17:35:34 -04:00
mingw.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
Module.zig frontend: fix use of undefined progress node 2024-05-27 20:56:48 -07:00
musl.zig update musl source files to v1.2.5 2024-06-04 16:54:14 -07:00
mutable_value.zig compiler: rework comptime pointer representation and access 2024-04-17 13:41:25 +01:00
Package.zig fetch: filter unpack errors 2024-04-09 15:00:21 +02:00
print_air.zig Revert "implement @expect builtin (#19658)" 2024-05-22 09:57:43 -07:00
print_env.zig move zig libc command to be lazily built 2024-02-27 22:55:00 -07:00
print_targets.zig move zig libc command to be lazily built 2024-02-27 22:55:00 -07:00
print_value.zig Sema: cap depth of value printing in type names 2024-04-17 22:47:54 -07:00
print_zir.zig Revert "implement @expect builtin (#19658)" 2024-05-22 09:57:43 -07:00
RangeSet.zig compiler: rename value.zig to Value.zig 2024-02-05 18:13:07 -07:00
register_manager.zig riscv: big rewrite to use latest liveness 2024-05-11 02:17:11 -07:00
Sema.zig Sema: validate function signature for Signal calling convention 2024-06-02 21:42:13 +03:00
target.zig Revert "implement @expect builtin (#19658)" 2024-05-22 09:57:43 -07:00
tracy.zig tracy: protect source info via global constant 2023-10-23 18:36:00 -07:00
translate_c.zig translate-c: promote macros that reference var decls to inline functions 2024-06-05 23:06:51 +03:00
type.zig fix wrong int alignment for i65..i127 on x86 arch 2024-05-08 19:37:30 -07:00
Value.zig Sema: cap depth of value printing in type names 2024-04-17 22:47:54 -07:00
wasi_libc.zig update the codebase for the new std.Progress API 2024-05-27 20:56:48 -07:00
zig_clang_cc1_main.cpp update ar and clang C++ files to LLVM 18 2024-05-08 19:37:28 -07:00
zig_clang_cc1as_main.cpp update ar and clang C++ files to LLVM 18 2024-05-08 19:37:28 -07:00
zig_clang_driver.cpp clang patch: update main function 2024-05-08 19:37:28 -07:00
zig_clang.cpp translate-c: update UnaryExprOrTypeTrait enum for LLVM 18 2024-05-08 19:37:29 -07:00
zig_clang.h translate-c: update UnaryExprOrTypeTrait enum for LLVM 18 2024-05-08 19:37:29 -07:00
zig_llvm-ar.cpp llvm-ar patch: update main function 2024-05-08 19:37:28 -07:00
zig_llvm.cpp update for LLVM 18 new target data 2024-05-08 19:37:28 -07:00
zig_llvm.h update for LLVM 18 new target data 2024-05-08 19:37:28 -07:00