aboutsummaryrefslogtreecommitdiff
path: root/test/stage1
AgeCommit message (Expand)Author
2022-07-26C ABI tests no longer apply to only stage1Andrew Kelley
2022-07-25wasm: Enable C-ABI tests for self-hosted compilerLuuk de Gram
2022-02-08C ABI: these tests are not passing yet on WindowsAndrew Kelley
2022-02-08C ABI tests: give a clue in addition to "test failure"Andrew Kelley
2022-02-08c_abi tests: allow passing standard target optionsAndrew Kelley
2022-02-08stage1: fix x86 i128 C ABI for extern structsAndrew Kelley
2022-01-03stage1: Add tests for packed structs in C ABIpaulsnar
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-07-28stage1: Expand SysV C ABI support for small structsBelhorma Bendebiche
2021-06-10stage1: Fix handling of C ABI parameters split in multiple regsLemonBoy
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08tests: work around miscompilationVeikka Tuominen
2021-05-08update usage of std.testing in behavior and standalone testsVeikka Tuominen
2021-05-06Merge pull request #8683 from LemonBoy/thumblinuxAndrew Kelley
2021-05-05tests: re-enable reduce behavior tests for wasm32Jakub Konka
2021-05-04std: Initial bringup for Linux on Thumb2LemonBoy
2021-05-04stage1: Fix LLVM error in inline asm invocationLemonBoy
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley
2021-04-29update behavior tests with respect to new builtin pkgAndrew Kelley
2021-04-29tests: prepare behavior tests for stage2Andrew Kelley
2021-04-25stage1: Change how the Frame alignment is computedLemonBoy
2021-04-24stage1: Require a block after suspendLemonBoy
2021-04-23stage1: Allow wrapping negation on unsigned ints at comptimeLemonBoy
2021-04-15test: Add test to ensure signed zeros are properly computedLemonBoy
2021-04-14Merge remote-tracking branch 'origin/llvm12'Andrew Kelley
2021-04-11std: Fix typo in sqrt implementationLemonBoy
2021-04-11std: Make a test-case independent of the target endiannessLemonBoy
2021-04-02Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-04-02Merge pull request #8028 from mguaypaq/nosuspend-allowAndrew Kelley
2021-03-28Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-03-14std: Replace testing fns for floating-point valuesLemonBoy
2021-03-13Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-03-12stage1: Add tests for C ABI integer return typesLemonBoy
2021-03-12re-enable behavior/vector test for aarch64Michael Dusan
2021-03-07stage1: add tests for nosuspend async/resumeVeikka Tuominen
2021-03-04Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-03-02disable failing behavior tests with llvm 12Michael Dusan
2021-03-02disable failing behavior tests with llvm 12Andrew Kelley
2021-03-02re-enable behavior tests: translate-c macrosAndrew Kelley
2021-02-10Convert inline fn to callconv(.Inline) everywhereTadeo Kondrak
2021-01-30Replace @TagType uses, mostly with std.meta.TagTadeo Kondrak
2021-01-11Merge pull request #7200 from Vexu/arrAndrew Kelley
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-04Merge pull request #7592 from LemonBoy/fix-7188Andrew Kelley
2021-01-02Fix more stray uses of {} for formatting stringsLemonBoy
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2020-12-30std: Clean up some testsLemonBoy
2020-12-30stage1: Allow variable capture for multi-prong switch armsLemonBoy
2020-12-26stage1: const_values_equal error union, improve remaining "TODO" panicsVeikka Tuominen
2020-12-25fix testsVexu