Files
zig/src
Matthew Lugg 85837de476 llvm: solve a bunch of alignment bugs
I went over a bunch of calls to `std.zig.llvm.Builder.{load,store}` and
added correct alignments where we previously passed the default
alignment. This fixes some miscompilations, particularly when using
underaligned pointers or *overaligned* slices. I have definitely missed
some cases, but it's better to get some fixes in than for this to sit in
a `git stash` forever.

Resolves: https://codeberg.org/ziglang/zig/issues/31473
Resolves: https://codeberg.org/ziglang/zig/issues/30566
2026-03-18 01:02:29 +01:00
..
2026-03-15 11:47:14 +00:00
2026-03-10 10:26:07 +00:00
2026-03-15 11:47:14 +00:00
2025-10-29 14:25:51 +01:00
2026-02-09 10:47:21 -05:00
2026-03-15 11:47:14 +00:00
2026-03-10 10:26:07 +00:00
2025-08-29 17:14:26 -07:00
2026-02-09 10:47:21 -05:00
2026-03-15 11:47:14 +00:00
2026-03-15 11:47:14 +00:00
2026-03-15 22:37:38 +01:00