zig/src
bnuuydev 173f497e29 llvm-backend: fix uefi data layout
the old logic caused the uefi case to fall through which caused an
assertion assertion in llvm to fail, as the data layout was wrong.
2025-10-16 13:59:02 +02:00
..
Air frontend: packed struct field ptr no longer finds byte borders 2025-09-20 18:33:01 -07:00
codegen llvm-backend: fix uefi data layout 2025-10-16 13:59:02 +02:00
Compilation Coff: delete 2025-10-02 17:44:52 -04:00
libs Merge pull request #25414 from squeek502/mingw-def-implib 2025-10-06 13:38:07 -07:00
link Coff: implement threadlocal variables 2025-10-10 22:47:47 -07:00
Package compiler: control the s390x backchain feature through the frame pointer option 2025-10-03 03:29:20 +02:00
Sema fix: emit vector instead of scalar u1_zero in shl_with_overflow logic 2025-08-12 16:33:58 +02:00
Zcu InternPool: use sequential string indices instead of byte offsets 2025-10-05 00:25:21 -04:00
Air.zig Sema: avoid ptr_add/ptr_sub instructions void elem type 2025-09-20 18:33:00 -07:00
Builtin.zig std.ArrayList: make unmanaged the default 2025-08-11 15:52:49 -07:00
clang_options.zig
clang_options_data.zig zig cc: update options data to LLVM 21 2025-08-30 06:36:41 +02:00
codegen.zig Coff: delete 2025-10-02 17:44:52 -04:00
Compilation.zig Coff: implement threadlocal variables 2025-10-10 22:47:47 -07:00
crash_report.zig update to new std.debug changes 2025-09-30 13:44:55 +01:00
DarwinPosixSpawn.zig std.c.darwin: cleanup, expose everything in std.c 2025-08-20 18:21:32 +02:00
dev.zig Coff2: create a new linker from scratch 2025-10-02 17:44:52 -04:00
fmt.zig zig fmt help: mention that the argument can be a directory 2025-09-18 22:15:57 +02:00
IncrementalDebugServer.zig compiler: update to not use GenericWriter 2025-08-28 18:30:57 -07:00
InternPool.zig InternPool: use sequential string indices instead of byte offsets 2025-10-05 00:25:21 -04:00
introspect.zig compiler: refactor Zcu.File and path representation 2025-05-18 17:37:02 +01:00
link.zig windows: workaround kernel race condition the most 2025-10-12 13:55:57 -04:00
main.zig - Rework common translate-c and cImport logic into Compilation.translateC 2025-10-09 01:06:09 -04:00
mutable_value.zig Sema: Improve comptime arithmetic undef handling 2025-08-12 16:33:57 +02:00
Package.zig std.fmt: breaking API changes 2025-07-07 22:43:51 -07:00
print_env.zig update zig env to respect ZIG_LIB_DIR and support wasi 2025-07-30 09:45:03 +01:00
print_targets.zig rework std.Io.Writer.Allocating to support runtime-known alignment 2025-08-30 00:48:50 -07:00
print_value.zig std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
print_zir.zig frontend: replace elem_val_node with elem_ptr_load 2025-09-20 18:33:00 -07:00
print_zoir.zig std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
RangeSet.zig std.ArrayList: make unmanaged the default 2025-08-11 15:52:49 -07:00
register_manager.zig std.fmt.format: use {t} for tag name rather than {s} 2025-07-07 22:43:52 -07:00
Sema.zig don't make OPV tuple fields comptime 2025-10-08 18:04:25 +01:00
target.zig Coff: implement threadlocal variables 2025-10-10 22:47:47 -07:00
tracy.zig Update TracyAllocator to new allocator API 2025-07-05 00:24:40 +02:00
Type.zig don't make OPV tuple fields comptime 2025-10-08 18:04:25 +01:00
Value.zig InternPool: use sequential string indices instead of byte offsets 2025-10-05 00:25:21 -04:00
Zcu.zig detect references to comptime var in default values and sentinels 2025-10-07 11:58:12 +01:00
zig_clang_cc1_main.cpp zig cc: update driver files to LLVM 21 2025-08-30 06:36:40 +02:00
zig_clang_cc1as_main.cpp zig cc: update driver files to LLVM 21 2025-08-30 06:36:40 +02:00
zig_clang_driver.cpp zig cc: update driver files to LLVM 21 2025-08-30 06:36:40 +02:00
zig_llvm-ar.cpp zig cc: update driver files to LLVM 21 2025-08-30 06:36:40 +02:00
zig_llvm.cpp Support generating import libraries from mingw .def files without LLVM 2025-10-03 18:26:05 -07:00
zig_llvm.h Support generating import libraries from mingw .def files without LLVM 2025-10-03 18:26:05 -07:00