aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-04-27test: Remove mips(64)(el)-freebsd targets from llvm_targets.Alex Rønne Petersen
2025-04-26compiler: Allow configuring UBSan mode at the module level.Alex Rønne Petersen
2025-04-26test: add tests for @memmovedweiller
2025-04-26compiler: add @memmove builtindweiller
2025-04-26test: add error return to memcpy_len_mismatch and memcpy_aliasdweiller
2025-04-22compiler: allow emitting tests to an object filemlugg
2025-04-20compiler: integrate `@compileLog` with incremental compilationmlugg
2025-04-20incremental: correctly handle dead exportersmlugg
2025-04-17test: Add powerpc-linux-gnueabi(hf) to the module test matrix.Alex Rønne Petersen
2025-04-15Return FileNotFound when CreateProcessW is called with a missing path (#23567)phatchman
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-04-12Merge pull request #23529 from alexrp/2879-groundworkAlex Rønne Petersen
2025-04-11Merge pull request #23061 from pavelverigo/stage2-wasm-miscAndrew Kelley
2025-04-11Merge pull request #23272 from squeek502/getenvw-optimAndrew Kelley
2025-04-11Value: ensure that extern structs have their layout resolved in ptrFieldkcbanner
2025-04-11Introduce libzigc for libc function implementations in Zig.Alex Rønne Petersen
2025-04-11Merge pull request #23355 from jacobly0/x86_64-rewriteJacob Young
2025-04-11test: Add hexagon-linux-(none,musl) to the test matrix.Alex Rønne Petersen
2025-04-11test: Disable a bunch of vector behavior tests for hexagon.Alex Rønne Petersen
2025-04-09x86_64: fix switch on big intsJacob Young
2025-04-09x86_64: rewrite scalar `@mulWithOverflow`Jacob Young
2025-04-09x86_64: rewrite scalar `@subWithOverflow`Jacob Young
2025-04-09x86_64: rewrite scalar `@addWithOverflow`Jacob Young
2025-04-09behavior: fix issues with x86_64 backend testsJacob Young
2025-04-09Merge pull request #23501 from imreallybadatnames/masterimreallybadatnames™️
2025-04-08Merge pull request #23478 from alexrp/bsd-versionsAlex Rønne Petersen
2025-04-08Merge pull request #23495 from alexrp/loongarchAlex Rønne Petersen
2025-04-07Make translate-c more robust in handling macro functions.Matthew Roush
2025-04-07test: Add loongarch64-linux-(none,musl,gnu) to the test matrix.Alex Rønne Petersen
2025-04-07test: Disable @prefetch behavior test for loongarch.Alex Rønne Petersen
2025-04-06test: Remove some dead FreeBSD targets from llvm_targets.Alex Rønne Petersen
2025-04-05Dwarf: handle undefined type valuesJacob Young
2025-04-05x86_64: fix incorrect handling of unreusable operandsJacob Young
2025-04-04test: Disable `error union switch with call operand` (ReleaseSafe) on macos.Alex Rønne Petersen
2025-04-04build: Rename -Dtest-slow-targets to -Dtest-extra-targets.Alex Rønne Petersen
2025-04-04Revert "test: Partially disable `vector float operators` on mips."Alex Rønne Petersen
2025-04-04test: mips32 is no longer a slow target with LLVM 20.Alex Rønne Petersen
2025-04-04compiler: Update max int alignments for some targets.Alex Rønne Petersen
2025-04-04std.Target: Add Abi.muslf32 and Abi.muslsf.Alex Rønne Petersen
2025-04-04compiler: Updates for LLVM/Clang 20 API changes.Alex Rønne Petersen
2025-04-02translate-c: fix function prototype decalared inside a functionParker Liu
2025-04-02incremental: add test for ZON file without result typemlugg
2025-04-02compiler: allow `@import` of ZON without a result typeMason Remaley
2025-04-02Sema: increment extra index even if return type is genericDavid Rubin
2025-03-31Elf: fix incrementally reallocating the last atom in a sectionJacob Young
2025-03-31Sema: allow `@ptrCast` slice of zero-bit type to slice of non-zero-bit typemlugg
2025-03-31translate-c: fix referencing extern locals from nested blocksParker Liu
2025-03-30Sema: convert slice sentinel to single pointer correctlyDavid Rubin
2025-03-29Zcu: resolve layout of analyzed declaration typemlugg
2025-03-29compiler: "illegal behavior", not "undefined behavior", in errorsmlugg