aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2025-03-27std.Build: implement addEmbedPath for adding C #embed search directoriesGalaxyShard
2025-03-26Add test to ensure the BatBadBut mitigation handles trailing `.` and space sa...Ryan Liptak
2025-03-25support more process creation options on WindowsJonathan Marler
2025-03-25Merge pull request #23310 from Rexicon226/fix-23309Alex Rønne Petersen
2025-03-24Sema: use unwrapped generic owner in `getFuncInstanceIes`David Rubin
2025-03-24stage2-wasm: packed store/load 128 bitsPavel Verigo
2025-03-24stage2-wasm: pass field_parent_ptr testsPavel Verigo
2025-03-24stage2-wasm: enable undef test + ignore undef store/memset with safety offPavel Verigo
2025-03-24stage2-wasm: fix error union handlingPavel Verigo
2025-03-24stage2-wasm: clean memcpy + fix another bug in aggr_init for optionals arrPavel Verigo
2025-03-24stage2-wasm: clz fixPavel Verigo
2025-03-24stage2-wasm: enable already working testsPavel Verigo
2025-03-24stage2-wasm: fix comparing and storing optionalsPavel Verigo
2025-03-24test: add a behavior test for 0-length loop fixDavid Rubin
2025-03-24Sema: fix in-memory coercion of functions introducing new generic parametersmlugg
2025-03-23Merge pull request #23209 from jacobly0/x86_64-rewriteJacob Young
2025-03-23Merge pull request #23256 from xtexx/fix-gh-20113Jacob Young
2025-03-23codegen: fix packed byte-aligned relocationsJacob Young
2025-03-22Add standalone test for environment variablesRyan Liptak