aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/x86_64/binary.zig
AgeCommit message (Expand)Author
2025-10-02Coff2: create a new linker from scratchJacob Young
2025-10-02x86_64: fix windows calling convention abiJacob Young
2025-08-11cbe: emit `nonstring` attributeJacob Young
2025-07-30Sema: remove incorrect safety check for saturating left shiftJustus Klausecker
2025-06-19x86_64: increase passing test coverage on windowsJacob Young
2025-06-02x86_64: implement integer `@divFloor` and `@mod`Jacob Young
2025-06-01Legalize: implement scalarization of overflow intrinsicsJacob Young
2025-05-31Legalize: implement scalarization of binary operationsJacob Young
2025-05-28x86_64: rewrite bitwise `@reduce`Jacob Young
2025-05-17x86_64: rewrite scalar `<<|`Jacob Young
2025-05-17x86_64: rewrite scalar `*|`Jacob Young
2025-05-17x86_64: rewrite vector `-|`Jacob Young
2025-05-17x86_64: rewrite scalar `-|`Jacob Young
2025-05-17x86_64: rewrite vector `+|`Jacob Young
2025-05-17x86_64: rewrite scalar `+|`Jacob Young
2025-05-17x86_64: rewrite scalar `@shlWithOverflow`Jacob Young
2025-04-09x86_64: rewrite scalar `@mulWithOverflow`Jacob Young
2025-04-09x86_64: rewrite scalar `@subWithOverflow`Jacob Young
2025-04-09x86_64: rewrite scalar `@addWithOverflow`Jacob Young
2025-04-09behavior: fix issues with x86_64 backend testsJacob Young
2025-03-21x86_64: rewrite scalar shiftsJacob Young
2025-03-21behavior: split up x86_64 math testsJacob Young