aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-06-12test-link: correct expected object file namemlugg
2025-06-11test: Enable some working vector testsDanielkonge
2025-06-07seriously don't put internpool indexes in test casesAndrew Kelley
2025-06-07don't put intern pool indexes in test casesAndrew Kelley
2025-06-07Dwarf: restore missing non-entry paddingJacob Young
2025-06-07Merge pull request #24072 from jacobly0/x86_64-defaultAndrew Kelley
2025-06-07cases: fix type namesmlugg
2025-06-06CI: skip llvm backend tests in the script for testing x86 backendAndrew Kelley
2025-06-06restore debug llvm CI coverageAndrew Kelley
2025-06-06x86_64: fix switch dispatch bugJacob Young
2025-06-06tests: extern threadlocals require LLVMmlugg
2025-06-06tests: avoid loading 16 MiB onto the stackmlugg
2025-06-06x86_64: add support for pie executablesJacob Young
2025-06-06Compilation: enable the x86_64 backend by default for debug buildsJacob Young
2025-06-06AstGen: fix name strategy bugsmlugg
2025-06-05test: Expand target coverage for C ABI tests.Alex Rønne Petersen
2025-06-05std.Target: Introduce Cpu convenience functions for feature tests.Alex Rønne Petersen
2025-06-03Merge pull request #24013 from alexrp/test-matrixAndrew Kelley
2025-06-03Legalize: handle packed semanticsJacob Young
2025-06-02x86_64: implement integer `@divFloor` and `@mod`Jacob Young
2025-06-01cases: include dirname in case namesmlugg
2025-06-01compiler: combine `@intCast` safety checksmlugg
2025-06-01x86_64: fix packed struct equalityJacob Young
2025-06-01Legalize: implement scalarization of overflow intrinsicsJacob Young
2025-06-01Legalize: implement scalarization of `@shuffle`Jacob Young
2025-06-01compiler: implement better shuffle AIRmlugg
2025-06-01Legalize: implement scalarization of `@select`Jacob Young
2025-05-31Legalize: implement scalarization of binary operationsJacob Young
2025-05-31Legalize: implement scalarization of unary operationsJacob Young
2025-05-29test: Add NetBSD targets to module test matrix.Alex Rønne Petersen
2025-05-29test: Remove x86-freebsd-none and powerpc-freebsd-eabihf from llvm_targets.Alex Rønne Petersen
2025-05-29test: Add FreeBSD targets to module test matrix.Alex Rønne Petersen
2025-05-29test: Improve Windows module test coverage.Alex Rønne Petersen
2025-05-29test: Skip *-windows-msvc + libc module tests on non-Windows.Alex Rønne Petersen
2025-05-29test: Sort module test and C ABI test target tables.Alex Rønne Petersen
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-27compiler: tlv pointers are not comptime-knownmlugg
2025-05-27Sema: simplify comptime `@intFromPtr` logicDavid Rubin