aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-06-23remove `spirv` cpu archAli Cheraghi
2025-06-23x86_64: fix pair live-out trackingJacob Young
2025-06-20Merge pull request #24227 from mlugg/misc-build-stuffMatthew Lugg
2025-06-20standalone: add accidentally-excluded testmlugg
2025-06-19x86_64: increase passing test coverage on windowsJacob Young
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-19Build: change how the target is printed in step namesJacob Young
2025-06-18std.Build.Step.Run: prefix relative path arguments with './'mlugg
2025-06-17Merge pull request #24205 from mlugg/misc-build-stuffMatthew Lugg
2025-06-17Compilation: add missing link file options to cache manifestmlugg
2025-06-17std.Build: introduce `ConfigHeader.getOutputDir`, small refactormlugg
2025-06-17Merge pull request #24188 from mlugg/intfromfloat-safetyMatthew Lugg
2025-06-16rename spirv backend nameAli Cheraghi
2025-06-15compiler: fix `@intFromFloat` safety checkmlugg
2025-06-13tests: do not require absolute paths from the build systemmlugg
2025-06-13Sema: add missing error and test for bool not on vector of intsAndrew Kelley
2025-06-12Merge pull request #24124 from mlugg/better-backend-pipeline-2Andrew Kelley
2025-06-12Allow more operators on bool vectors (#24131)Daniel Kongsgaard
2025-06-12test-stack-traces: correct expected object file nameJacob Young
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