17289 Commits

Author SHA1 Message Date
gingerBill
df2f2efbc3 More mocking out of the Sea of Nodes based backend 2026-04-16 18:28:32 +01:00
gingerBill
b9076e919a Begin the new custom backend: CodeGen cg 2026-04-16 14:32:40 +01:00
gingerBill
76eefe5a7e Merge pull request #6566 from c4veman/master
vendor/zlib: Fix signature of inflateInit_
2026-04-15 10:27:22 +01:00
gingerBill
32d45bbd27 Merge pull request #6553 from jakubtomsu/minimal-sroa
`-o:minimal` SROA and simplification passes
2026-04-15 10:25:21 +01:00
gingerBill
4558356bcf Merge pull request #6567 from Faker-09/print_double_flush
Remove extra 'defer bufio.writer_flush' from fprint procs
2026-04-14 11:02:43 +01:00
Jeroen van Rijn
1c170a8eca Merge pull request #6570 from blob1807/test-win-oob-exception
[core:test] Windows - Fix stop reason being wrong for OOB
2026-04-14 11:34:31 +02:00
blob1807
912a2d78c9 [core:test] Windows Fix stop reason being wrong for OOB 2026-04-14 19:11:42 +10:00
Shane Shrybman
38a2e7f259 Remove extra 'defer bufio.writer_flush' from print procs 2026-04-13 13:09:02 -04:00
c4veman
21f63bbcce vendor/zlib: Fix signature of inflateInit_ 2026-04-13 18:02:04 +01:00
gingerBill
3a70c8c89a Merge pull request #6557 from GloriousPtr/d3d12_fix
Fix D3D12_BARRIER_SUBRESOURCE_RANGE struct
2026-04-13 14:29:00 +01:00
gingerBill
a1100166ac Merge pull request #6562 from heavyrain266/ioring
IoRing API bindings
2026-04-13 14:26:32 +01:00
gingerBill
f252704e4e Merge pull request #6563 from FourteenBrush/patch-6
Win32: ensure `make_*` style bounds traps are handled in test runner `expect_signal`
2026-04-13 14:26:30 +01:00
gingerBill
4ad670f476 Merge pull request #6559 from krnowak/krnowak/xar-typo
core/container/xar: Fix a typo in example
2026-04-13 14:25:25 +01:00
FourteenBrush
cce574cfc4 Add invalid array bound trap test 2026-04-13 14:51:51 +02:00
FourteenBrush
742cd5bc77 Add EXCEPTION_ARRAY_BOUNDS_EXCEEDED to win32 testing.expect_signal handler 2026-04-13 14:43:08 +02:00
Ignacy Koper
68c50e845f core:sys/windows: Added IoRing API bindings
Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
2026-04-13 14:02:42 +02:00
Krzesimir Nowak
000e92d632 core/container/xar: Fix a typo in example 2026-04-12 22:47:08 +02:00
Mohit Sethi
5398d2cfc1 Fix D3D12_BARRIER_SUBRESOURCE_RANGE struct
Should be all u32 in this struct, not uint

https://learn.microsoft.com/en-us/windows/win32/api/d3d12/ns-d3d12-d3d12_barrier_subresource_range
2026-04-12 14:30:14 +01:00
Laytan
ecbb20475e nbio(posix): handle EOF in poll (#6556) 2026-04-12 11:48:59 +02:00
gingerBill
07cd20dd33 Merge pull request #6521 from A1029384756/master
[checker] fix break/continue being allowed in a nested unrolled range loop
2026-04-11 21:35:12 +01:00
gingerBill
9c8199feab Merge pull request #6537 from RaphGL/freebsd-ioctl
added ioctl and stdio FILENO constants to core:sys/freebsd
2026-04-11 21:34:55 +01:00
gingerBill
a72d4fd909 Merge pull request #6551 from laytan/wgpu-29.0.0.0
wgpu: update to v29.0.0.0
2026-04-11 21:33:26 +01:00
Laytan Laats
1cb272b8e6 testing: fix doc formatting? 2026-04-11 20:08:38 +02:00
David Bader
1cf49db865 Fix missing argument in adjtimex syscall in core:sys/linux (#6502) 2026-04-11 20:03:35 +02:00
Laytan Laats
fc842a8cb2 wgpu: update to v29.0.0.0 2026-04-11 19:45:42 +02:00
jakubtomsu
d5baafb16c bring back simplifycfg 2026-04-11 12:51:22 +02:00
gingerBill
1d65bd48f6 Merge pull request #6519 from lualvsil/android-aligned-alloc
Android: fix aligned_alloc not defined
2026-04-11 11:47:04 +01:00
gingerBill
736184b39e Merge pull request #6539 from k-nrd/fix/field-first-writes-into-dynamic-soa
fix #6344: field-first index writes on #soa[dynamic]T and #soa[]T
2026-04-11 11:45:19 +01:00
jakubtomsu
eb01ff554b attributes, use instsimplify instead of instcombine 2026-04-11 12:42:34 +02:00
jakubtomsu
65ca5f02cd fix typo 2026-04-11 11:49:48 +02:00
jakubtomsu
fd34e4b2ed Use sroa<modify-cfg> explicitly 2026-04-11 11:48:09 +02:00
jakubtomsu
7882123158 WINDOWS_LEAN_AND_MEAN 2026-04-11 11:14:41 +02:00
jakubtomsu
e97f73e4aa lightweight simplification and optimization passes in -o:minimal 2026-04-11 11:14:28 +02:00
Jeroen van Rijn
3cee8f615b Merge pull request #6552 from alektron/virtual_arena_overcommit_bug_revisited
Fix arena overcommit bug (revisited)
2026-04-11 10:27:14 +02:00
alektron
98d6b3bc85 Undo change from #6398 and fix arena overcommit bug in the correct place; 2026-04-10 23:53:41 +02:00
Jeroen van Rijn
c36bd4f858 Merge pull request #6549 from jakubtomsu/faster-linalg
Faster linalg `dot`, `cross3`, `floor`, `ceil` and add `trunc`
2026-04-10 19:06:54 +02:00
jakubtomsu
e15230c194 remove force_inline from vector_dot 2026-04-10 17:21:03 +02:00
Jeroen van Rijn
e1a3761232 Merge pull request #6547 from Faker-09/volume_name_len_fix
Fix os._volume_name_len to handle paths of purely path separators
2026-04-10 17:14:57 +02:00
Jeroen van Rijn
6873d8bbe3 Merge pull request #6545 from jakubtomsu/native-simd-width
Native simd width
2026-04-10 17:14:05 +02:00
jakubtomsu
d5e4e61c1c implement floor, ceil and trunc with SIMD 2026-04-10 17:10:24 +02:00
jakubtomsu
47371791b3 faster vector_dot and vector_cross3 2026-04-10 17:08:40 +02:00
jakubtomsu
c55797356f default NATIVE_SIMD_BIT_WIDTH to 128 2026-04-10 16:30:44 +02:00
gingerBill
632b5e75fb Merge pull request #6544 from jakubtomsu/target-feature-fix
Fix target feature lookup, canonicalize target_features_set
2026-04-10 13:02:20 +01:00
jakubtomsu
c5fbf2dd9f Merge branch 'odin-lang:master' into native-simd-width 2026-04-10 13:46:52 +02:00
jakubtomsu
15f4301afb Merge branch 'odin-lang:master' into target-feature-fix 2026-04-10 13:28:46 +02:00
jakubtomsu
10c7b134e1 de-duplicate and canonicalize target_features_set entries 2026-04-10 13:27:42 +02:00
jakubtomsu
00874e39ad fix 2026-04-10 12:53:28 +02:00
jakubtomsu
bf4aa9b556 stronger +/- checks in check_target_feature_is_enabled 2026-04-10 12:47:12 +02:00
gingerBill
c0754012e1 Merge pull request #6541 from Znarf64/fix-no-bounds-check
Fix #no_bounds_check (previously broken by fc41e4414)
2026-04-10 10:43:43 +01:00
Shane Shrybman
f4aa97f89a Fix os._volume_name_len to handle paths of purely separators. Also, fix '\h\s' handling 2026-04-09 23:26:37 -04:00