aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-11-04test: Disable some vector behavior tests on aarch64_be.Alex Rønne Petersen
2024-11-04test: Remove some unsupported ohos triples from llvm_targets.Alex Rønne Petersen
2024-11-04test: Disable `reinterpret packed union` on all big endian targets.Alex Rønne Petersen
2024-11-03Merge pull request #21843 from alexrp/callconv-followupAlex Rønne Petersen
2024-11-03Merge pull request #21599 from alexrp/thumb-portingAlex Rønne Petersen
2024-11-03test: Add thumb-linux-(musl)eabi(hf) target triples for module tests.Alex Rønne Petersen
2024-11-03test: Add the ability to skip specific modules for a target.Alex Rønne Petersen
2024-11-03std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().Alex Rønne Petersen
2024-11-02Sema: Disallow calling functions with certain special calling conventions.Alex Rønne Petersen
2024-11-02std.zig.target: Change mips64(el)-linux-musl triples to -muslabi64.Alex Rønne Petersen
2024-11-02std.Target: Add muslabin32 and muslabi64 tags to Abi.Alex Rønne Petersen
2024-11-02Merge pull request #21617 from alexrp/target-dyld-stuffAlex Rønne Petersen
2024-10-31compiler: remove anonymous struct types, unify all tuplesmlugg
2024-10-29link/Elf: ensure we always sort all relocations by r_offset in -r modeJakub Konka
2024-10-29Merge pull request #21826 from Snektron/spirv-vulkanRobin Voetter
2024-10-28Sema: add missing coercion to bool for condbr_inlinemlugg
2024-10-27fix compile error tests with unstable error setsRobin Voetter
2024-10-27spirv: forbid merging logical pointersRobin Voetter
2024-10-26test: Add some missing android, haiku, illumos, solaris triples to llvm_targets.Alex Rønne Petersen
2024-10-25Merge pull request #21710 from alexrp/function-alignmentAlex Rønne Petersen
2024-10-24Sema: fix check for whether current AnalUnit is a test functionVeikka Tuominen
2024-10-23more helpful message when testTlsOffsetAlignment failsAndrew Kelley
2024-10-23use deterministic order in relocatable-eh-frame testsAndrew Kelley
2024-10-23split a fat test caseAndrew Kelley
2024-10-23better error messagesAndrew Kelley
2024-10-23introduce a CLI flag to enable .so scripts; default offAndrew Kelley
2024-10-23move ld script processing to the frontendAndrew Kelley
2024-10-23Merge pull request #21758 from kcbanner/dll_storage_classAndrew Kelley
2024-10-23Merge pull request #21697 from mlugg/callconvMatthew Lugg
2024-10-22tests: add tests for is_dll_import externskcbanner
2024-10-22tests: re-enable tests that now pass on aarch64-windowskcbanner
2024-10-21coff: fix incorrect default `image_base` values and re-enable shared library ...kcbanner
2024-10-20compiler: Disallow function alignment for nvptx and spirv.Alex Rønne Petersen
2024-10-19riscv: disable failing testmlugg
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