aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-10-19Sema: add and improve some callconv compile errorsmlugg
2024-10-19test: update for `CallingConvention` changesmlugg
2024-10-18incremental: disable flaky testmlugg
2024-10-18compiler: implement `@FieldType`mlugg
2024-10-17Merge pull request #21610 from alexrp/riscv-abisAndrew Kelley
2024-10-16incremental: disable failing testmlugg
2024-10-16incremental: introduce `file` dependencies to handle AstGen failuresmlugg
2024-10-16incremental: add new test casemlugg
2024-10-16test: Remove some loongarch32 triples that were erroneously added to llvm_tar...Alex Rønne Petersen
2024-10-15test: Add riscv(32,64)-linux-(none,musl) with soft float to module tests.Alex Rønne Petersen
2024-10-14Sema: fail if analyzing return in `noreturn`-declared function before coercin...gabeuehlein
2024-10-13Merge pull request #21688 from Snektron/spirv-fixRobin Voetter
2024-10-12implement packed struct equality (#21679)David Rubin
2024-10-13spirv: skip range switch testsRobin Voetter
2024-10-10link.Elf tests: update for new static lib behaviorAndrew Kelley
2024-10-10linker tests: avoid trivially unnecessary allocationAndrew Kelley
2024-10-10Sema: implement @splat for arraysmlugg
2024-10-09Merge pull request #21644 from ziglang/macho-issue-21598Andrew Kelley
2024-10-09test/link/macho: test reporting undefined special symbolsJakub Konka
2024-10-09Dwarf: implement and test lexical blocksJacob Young
2024-10-09lldb: print field names with a leading dotJacob Young
2024-10-08link tests: add a way to check prefix and use itAndrew Kelley
2024-10-08link.Elf: avoid needless file system reads in flush()Andrew Kelley
2024-10-08untangle skip conditionsParzival-3141
2024-10-08revert disabling `aarch64` skipParzival-3141
2024-10-08fix `standalone/empty_env` testParzival-3141
2024-10-08stage2-wasm: airRem + airMod for floatsPavel Verigo
2024-10-07Sema: add missing runtime value validation to global mutable variablesmlugg
2024-10-07Sema: add missing runtime value validation to @memcpy and @memsetmlugg
2024-10-06test: Fix powerpc-aix-eabihf target triple in llvm_targets.Alex Rønne Petersen
2024-10-06Merge pull request #21605 from alexrp/ohos-stuffAlex Rønne Petersen
2024-10-06test: Add some missing x86_64-linux-* triples to llvm_targets.Alex Rønne Petersen
2024-10-06test: Add android/androideabi triples to llvm_targets.Alex Rønne Petersen
2024-10-06test: Add ohos/ohoseabi triples to llvm_targets.Alex Rønne Petersen
2024-10-05test: add x86_64-windows-cbe target to incremental casesmlugg
2024-10-05tests: add `test-incremental` stepmlugg
2024-10-04remove `@fence` (#21585)David Rubin
2024-10-04Merge pull request #21572 from alexrp/tests-llvm-targetsAlex Rønne Petersen
2024-10-04Merge pull request #21578 from alexrp/s390x-portingAlex Rønne Petersen
2024-10-04Merge pull request #21571 from alexrp/14366-progressAlex Rønne Petersen
2024-10-04test: Add s390x-linux-(none,musl,gnu) triples to module tests.Alex Rønne Petersen
2024-10-03fix: print correct number of provided arguments in min/max error messageWillLillis
2024-10-03test: Rewrite the target triple list for llvm_targets.Alex Rønne Petersen
2024-10-03Merge pull request #21469 from alexrp/riscv32-testsAlex Rønne Petersen
2024-10-02test: Re-enable "bitcast nan float does not modify signaling bit" for LLVM + ...Alex Rønne Petersen
2024-09-28revert safety test cases to rely on deprecated old APIAndrew Kelley
2024-09-26disable plan9 testAndrew Kelley
2024-09-26update safety test cases to new panic APIAndrew Kelley
2024-09-26update test cases to new panic APIAndrew Kelley
2024-09-26remove formatted panicsAndrew Kelley