zig/src
Robin Voetter 4fbc100959
spirv: properly resolve type inputs in assembly
For now the frontend still allows type inputs in assembly. We
might as well resolve them properly in the SPIR-V backend.
2024-11-08 20:38:21 +01:00
..
Air compiler: remove anonymous struct types, unify all tuples 2024-10-31 20:42:53 +00:00
arch compiler: remove anonymous struct types, unify all tuples 2024-10-31 20:42:53 +00:00
codegen spirv: properly resolve type inputs in assembly 2024-11-08 20:38:21 +01:00
Compilation std.Target: Remove Cpu.Arch.dxil and ObjectFormat.dxcontainer. 2024-09-23 17:17:25 -07:00
link link.Coff: Pass -lldmingw to LLD earlier and regardless of -lc. 2024-11-04 07:19:11 +01:00
Liveness remove @fence (#21585) 2024-10-04 22:21:27 +00:00
Package incremental: introduce file dependencies to handle AstGen failures 2024-10-16 16:30:36 +01:00
Sema compiler: remove anonymous struct types, unify all tuples 2024-10-31 20:42:53 +00:00
Zcu compiler: remove anonymous struct types, unify all tuples 2024-10-31 20:42:53 +00:00
Air.zig compiler: remove anonymous struct types, unify all tuples 2024-10-31 20:42:53 +00:00
Builtin.zig std.Target: Add support for specifying Android API level. 2024-11-01 06:23:59 +01:00
clang.zig Initial port work for *-windows-itanium support. 2024-09-28 21:43:52 +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 clang: Update options data to Clang 19. 2024-09-19 18:20:21 -07:00
codegen.zig compiler: remove anonymous struct types, unify all tuples 2024-10-31 20:42:53 +00:00
Compilation.zig glibc: Don't build CRT objects that won't be used. 2024-11-03 09:29:33 +01:00
crash_report.zig std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi. 2024-11-02 10:44:18 +01:00
DarwinPosixSpawn.zig fix compilation failures found by CI 2024-03-19 16:18:18 -07:00
dev.zig dev: add riscv64-linux support 2024-07-22 05:50:48 -07:00
glibc.zig Merge pull request #21599 from alexrp/thumb-porting 2024-11-03 14:25:30 +01:00
InternPool.zig compiler: remove anonymous struct types, unify all tuples 2024-10-31 20:42:53 +00:00
introspect.zig Fix handling of empty XDG environment variables 2024-08-19 23:30:14 -07:00
libcxx.zig branch fixes 2024-10-23 16:27:38 -07:00
libtsan.zig branch fixes 2024-10-23 16:27:38 -07:00
libunwind.zig std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm(). 2024-11-03 09:29:30 +01:00
link.zig link.File.Wasm: parse inputs in compilation pipeline 2024-10-30 23:43:53 -07:00
Liveness.zig remove @fence (#21585) 2024-10-04 22:21:27 +00:00
main.zig compiler: remove anonymous struct types, unify all tuples 2024-10-31 20:42:53 +00:00
mingw.zig Compilation: Use the regular module mechanism for setting PIC on CRT objects. 2024-11-03 09:29:33 +01:00
musl.zig Merge pull request #21599 from alexrp/thumb-porting 2024-11-03 14:25:30 +01:00
mutable_value.zig remove formatted panics 2024-09-26 12:35:14 -07:00
Package.zig fetch: filter unpack errors 2024-04-09 15:00:21 +02:00
print_air.zig remove @fence (#21585) 2024-10-04 22:21:27 +00:00
print_env.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
print_targets.zig move zig libc command to be lazily built 2024-02-27 22:55:00 -07:00
print_value.zig compiler: remove anonymous struct types, unify all tuples 2024-10-31 20:42:53 +00:00
print_zir.zig compiler: remove anonymous struct types, unify all tuples 2024-10-31 20:42:53 +00:00
RangeSet.zig sema: rework type resolution to use Zcu when possible 2024-08-25 15:16:42 -07:00
register_manager.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
Sema.zig spirv: forbid pointer arithmetic 2024-11-08 20:38:20 +01:00
target.zig llvm: Add client request support for all archs supported by Valgrind. 2024-11-04 13:53:20 +01:00
ThreadSafeQueue.zig link.flushTaskQueue: move safety lock 2024-10-23 16:27:39 -07:00
tracy.zig tracy: protect source info via global constant 2023-10-23 18:36:00 -07:00
translate_c.zig compiler: remove anonymous struct types, unify all tuples 2024-10-31 20:42:53 +00:00
Type.zig compiler: remove anonymous struct types, unify all tuples 2024-10-31 20:42:53 +00:00
Value.zig compiler: remove anonymous struct types, unify all tuples 2024-10-31 20:42:53 +00:00
wasi_libc.zig Compilation: Use the regular module mechanism for setting PIC on CRT objects. 2024-11-03 09:29:33 +01:00
Zcu.zig cbe: Support some more calling conventions. 2024-11-02 10:44:18 +01:00
zig_clang.cpp zig_clang: Update to Clang 19. 2024-09-19 18:20:20 -07:00
zig_clang.h zig_clang: Update to Clang 19. 2024-09-19 18:20:20 -07:00
zig_clang_cc1_main.cpp compiler: Update LLVM/Clang driver files to LLVM/Clang 19. 2024-09-19 18:20:20 -07:00
zig_clang_cc1as_main.cpp compiler: Update LLVM/Clang driver files to LLVM/Clang 19. 2024-09-19 18:20:20 -07:00
zig_clang_driver.cpp compiler: Update LLVM/Clang driver files to LLVM/Clang 19. 2024-09-19 18:20:20 -07: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: Reduce our exposure to LLVM API breakage. 2024-10-31 01:27:22 +01:00
zig_llvm.h zig_llvm: Reduce our exposure to LLVM API breakage. 2024-10-31 01:27:22 +01:00