aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2025-05-25Merge pull request #23986 from mlugg/incremental-stuffMatthew Lugg
2025-05-25Merge pull request #23815 from alichraghi/masterRobin Voetter
2025-05-25Zcu: fix `nav_ty` dependency on `nav_val`mlugg
2025-05-21spirv: super basic composite int supportAli Cheraghi
2025-05-20test-cli: port build options test to new build system APIJacob Young
2025-05-20compiler: Scaffold stage2_powerpc backend.Alex Rønne Petersen
2025-05-20Merge pull request #23923 from alexrp/compiler-rt-symbolsAlex Rønne Petersen
2025-05-20Merge pull request #23913 from alexrp/netbsd-libcAlex Rønne Petersen
2025-05-20Merge pull request #23836 from mlugg/incr-fixesMatthew Lugg
2025-05-19Sema: allow `@ptrCast` single-item pointer to slicemlugg