aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/x86_64.zig
AgeCommit message (Collapse)Author
2025-06-19x86_64: increase passing test coverage on windowsJacob Young
Now that codegen has no references to linker state this is much easier. Closes #24153
2025-05-28x86_64: implement integer `@reduce(.Min)`Jacob Young
2025-04-09behavior: fix issues with x86_64 backend testsJacob Young
* Oops, I accidentally disabled most of them. * Cleanup some workarounds for now closed issues. * Test binary operations with more scalar integer types.
2025-03-01x86_64: rewrite wrapping add/subJacob Young
2025-01-16x86_64: implement element accessJacob Young
2025-01-16x86_64: implement clz and notJacob Young
2025-01-16x86_64: testingJacob Young