ericsssan
deleted branch 2026年03月11日 09:18:04 +01:00
fix/31307-sleep-waiter-cancel from ericsssan/zig
ericsssan
pushed to bug/compiler_rt-does-not-conform-to-the-zig-libc-test-math-tests-#30659 at ericsssan/zig
2026年03月11日 08:33:49 +01:00
35a16fd3ed
compiler_rt: fix x86_64 ldmxcsr/stmxcsr GPF by preventing function inlining
39e81a0710
compiler_rt: fix x86_64 stmxcsr/ldmxcsr GPF using single aligned u32
44dfc5273c
compiler_rt: fix x86_64 stmxcsr/ldmxcsr inline assembly constraints
ericsssan
pushed to bug/compiler_rt-does-not-conform-to-the-zig-libc-test-math-tests-#30659 at ericsssan/zig
2026年03月11日 06:01:28 +01:00
98ef528817
Add .dockerignore to exclude large cache directories from Docker builds
ericsssan
pushed to bug/compiler_rt-does-not-conform-to-the-zig-libc-test-math-tests-#30659 at ericsssan/zig
2026年03月11日 03:56:35 +01:00
3b12514012
compiler_rt: fix x86_64 ldmxcsr/stmxcsr GPF by using pointer-based register constraints
ericsssan
pushed to bug/compiler_rt-does-not-conform-to-the-zig-libc-test-math-tests-#30659 at ericsssan/zig
2026年03月10日 09:06:52 +01:00
44cbe64567
compiler_rt: put back asm block with conditional check for sse support and force 16 byte alighment to prevent GPF.
ericsssan
pushed to bug/compiler_rt-does-not-conform-to-the-zig-libc-test-math-tests-#30659 at ericsssan/zig
2026年03月10日 03:37:52 +01:00
0f356ee477
compiler_rt: put back asm block with conditional check for sse support and force 16 byte alighment to prevent GPF.
ericsssan
pushed to bug/compiler_rt-does-not-conform-to-the-zig-libc-test-math-tests-#30659 at ericsssan/zig
2026年03月09日 20:09:49 +01:00
d11326592c
compiler_rt: put back asm block with conditional check for sse support and force 16 byte alighment to prevent GPF.
ericsssan
pushed to bug/compiler_rt-does-not-conform-to-the-zig-libc-test-math-tests-#30659 at ericsssan/zig
2026年03月09日 17:20:34 +01:00
73a5b07f40
compiler_rt: put back asm block with conditional check for sse support and force 16 byte alighment to prevent GPF.
ericsssan
pushed to bug/compiler_rt-does-not-conform-to-the-zig-libc-test-math-tests-#30659 at ericsssan/zig
2026年03月04日 17:14:08 +01:00
0810d75cfa
compiler_rt: put back asm block with conditional check for sse support and force 16 byte alighment to prevent GPF.
ericsssan
pushed to bug/compiler_rt-does-not-conform-to-the-zig-libc-test-math-tests-#30659 at ericsssan/zig
2026年03月03日 03:08:58 +01:00
691f982ced
Merge branch 'master' into bug/compiler_rt-does-not-conform-to-the-zig-libc-test-math-tests-#30659
0a412853aa
std.Io: fix Select cancel deadlock with no tasks
ac24e6caf5
Merge pull request 'enable
aarch64-netbsd CI' (#31377) from alexrp/zig:aarch64-netbsd-ci into master
421c3c3cc5
ci: update qemu to 10.2.1.1
0a2f6a048b
fix msghdr and cmsghdr on non-Linux targets, document musl behaviour
ericsssan
pushed to bug/compiler_rt-does-not-conform-to-the-zig-libc-test-math-tests-#30659 at ericsssan/zig
2026年03月02日 17:14:16 +01:00
28885cb89d
compiler_rt: update asm clobbers syntax to struct format
fix: sleep waiter cancel.
ericsssan
pushed to bug/compiler_rt-does-not-conform-to-the-zig-libc-test-math-tests-#30659 at ericsssan/zig
2026年03月02日 16:56:30 +01:00
d258f01a3e
compiler_rt: remove unsupported ldmxcsr instruction from x86_64 clearFpStatus
de750d6455
compiler_rt: fix aarch64 exception flags by adding volatile barriers and FPCR configuration
ericsssan
pushed to bug/compiler_rt-does-not-conform-to-the-zig-libc-test-math-tests-#30659 at ericsssan/zig
2026年03月02日 13:26:54 +01:00
8b079ed5e3
Merge branch 'master' into bug/compiler_rt-does-not-conform-to-the-zig-libc-test-math-tests-#30659
e58fea8227
tar: Fix symlink test when symlinks can't be created on Windows
74f361a5ce
std.math.big.int: address log2/log10 reviews
da6d4e28ef
Revert "ci: disable aarch64-freebsd"
104e73ecb2
ci: disable aarch64-freebsd
ericsssan
pushed to bug/compiler_rt-does-not-conform-to-the-zig-libc-test-math-tests-#30659 at ericsssan/zig
2026年03月02日 13:25:50 +01:00
f364e86151
Resolve conflicts with master - use upstream std.Io versions
ericsssan
pushed to bug/compiler_rt-does-not-conform-to-the-zig-libc-test-math-tests-#30659 at ericsssan/zig
2026年03月02日 13:20:02 +01:00
bd6b9f4f2e
compiler_rt: restore asm clobbers struct syntax - verified locally
808b13d800
compiler_rt: revert asm clobbers syntax to string format for compatibility
57f3256744
compiler_rt: upgrade asm clobbers syntax in math_error.zig
d634dfa5d5
compiler_rt: remove unused mem import from exp2.zig
0f4ae2b0d9
compiler_rt: fix aarch64 QC bit clobber and exp2 double comparison
ericsssan
pushed to bug/compiler_rt-does-not-conform-to-the-zig-libc-test-math-tests-#30659 at ericsssan/zig
2026年03月02日 13:05:39 +01:00
b9cc5a9f9f
compiler_rt: restore asm clobbers struct syntax - verified locally
673690d475
Io.Dispatch: fix LLVM load deferral across fiber.destroy
369bba7dd9
fix: sleep waiter cancel.
e58fea8227
tar: Fix symlink test when symlinks can't be created on Windows
74f361a5ce
std.math.big.int: address log2/log10 reviews
da6d4e28ef
Revert "ci: disable aarch64-freebsd"
ericsssan
pushed to bug/compiler_rt-does-not-conform-to-the-zig-libc-test-math-tests-#30659 at ericsssan/zig
2026年02月28日 04:03:57 +01:00
5f8dd1145e
compiler_rt: revert asm clobbers syntax to string format for compatibility
42a2510d64
Io.Dispatch: fix LLVM load deferral across fiber.destroy
a62601f81e
fix: sleep waiter cancel.
bbc77df3eb
std.heap: delete
ThreadSafeAllocator
4e2cec265d
Make
std.PriorityQueue an unmanaged container (#31299)
0b6b65b387
fix: Allow async and concurrent from Io.Select to accept non-void error unions