aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/x86_64
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-09-27x86_64: fix `~`/`!` miscompsJacob Young
2025-09-20compiler: require comptime vector indexesAndrew Kelley
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-19Build: change how the target is printed in step namesJacob Young
2025-06-05std.Target: Introduce Cpu convenience functions for feature tests.Alex Rønne Petersen
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-31Legalize: implement scalarization of unary operationsJacob Young
2025-05-28x86_64: implement strict float `@reduce(.Max)`Jacob Young
2025-05-28x86_64: implement strict float `@reduce(.Min)`Jacob Young
2025-05-28x86_64: implement optimized float `@reduce(.Max)`Jacob Young
2025-05-28x86_64: implement optimized float `@reduce(.Min)`Jacob Young
2025-05-28x86_64: implement integer `@reduce(.Max)`Jacob Young
2025-05-28x86_64: implement integer `@reduce(.Min)`Jacob Young
2025-05-28x86_64: implement strict float `@reduce(.Mul)`Jacob Young
2025-05-28x86_64: implement strict float `@reduce(.Add)`Jacob Young
2025-05-28x86_64: implement optimized float `@reduce(.Mul)`Jacob Young
2025-05-28x86_64: implement optimized float `@reduce(.Add)`Jacob Young
2025-05-28x86_64: implement integer `@reduce(.Mul)`Jacob Young
2025-05-28x86_64: implement integer `@reduce(.Add)`Jacob Young
2025-05-28x86_64: rewrite bitwise `@reduce`Jacob Young
2025-05-17x86_64: implement `vector_store_elem`Jacob Young
2025-05-17x86_64: rewrite `@splat`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
2025-03-21x86_64: rewrite wrapping multiplicationJacob Young
2025-03-16Sema: rewrite comptime arithmeticmlugg
2025-03-01x86_64: rewrite wrapping add/subJacob Young
2025-02-22x86_64: rewrite scalar `@bitReverse`Jacob Young
2025-02-18x86_64: rewrite scalar `@popCount`Jacob Young
2025-02-18x86_64: rewrite scalar `@ctz`Jacob Young
2025-02-17x86_64: rewrite scalar `@byteSwap`Jacob Young
2025-02-17x86_64: rewrite unsafe int vector multiplicationJacob Young
2025-02-15x86_64: rewrite unsafe scalar int multiplicationJacob Young