aboutsummaryrefslogtreecommitdiff
path: root/test/behavior.zig
AgeCommit message (Expand)Author
2022-01-24Add `union` support to the C backend.Cody Tapscott
2022-01-24Fix rendering of `void` function argsCody Tapscott
2022-01-23c backend: Implement aligning fields and local/global variablesJimmi Holst Christensen
2022-01-18Merge pull request #10624 from ziglang/prefetchAndrew Kelley
2022-01-18Sema: implement declarations for `@typeInfo`Andrew Kelley
2022-01-18Merge pull request #10625 from ziglang/stage2-x86_64-inline-memsetJakub Konka
2022-01-18stage2: implement `@prefetch`Andrew Kelley
2022-01-18Revert "stage2: implement `@prefetch`"Andrew Kelley
2022-01-18stage2: partially implement intcast on x86_64Jakub Konka
2022-01-17Sema: implement else capture valueAndrew Kelley
2022-01-17behavior tests: a couple more switch cases are passingAndrew Kelley
2022-01-17stage2: return error.SkipZigTest in unsupported behavior testsJakub Konka
2022-01-17stage2: implement airArrayToSlice for x86_64Jakub Konka
2022-01-17stage2: implement airCondBr for immediate MCValue in x86_64Jakub Konka
2022-01-16behavior tests: move tests aroundAndrew Kelley
2022-01-15stage2 ARM: implement load for stack_offset + stack_argument_offsetjoachimschmidt557
2022-01-15stage2: implement `@prefetch`Andrew Kelley
2022-01-10wasm: Basic 128bit integer supportLuuk de Gram
2022-01-09stage2 ARM: pass behavior/bool.zigjoachimschmidt557
2022-01-08wasm: Implement arraysLuuk de Gram
2022-01-08Merge pull request #10542 from Hejsil/stage2-bit-offset-ofAndrew Kelley
2022-01-08stage2: implement @srcRobin Voetter
2022-01-08stage2: @errorName sema+llvmRobin Voetter
2022-01-08Implement bitOffsetOfJimmi Holst Christensen
2022-01-07bit_shifting.zig now passes stage2 llvm backendJimmi Holst Christensen
2022-01-06stage2: Implement validating switch on errorsJimmi Holst Christensen
2022-01-06ci: add test coverage for self-hosted arm and x86_64 backendsAndrew Kelley
2022-01-06C backend is passing test/behavior/undefined.zigAndrew Kelley
2022-01-06stage2: implement basics of airWrapErrUnionErrJakub Konka
2022-01-04Sema: better code generated for struct literalsAndrew Kelley
2022-01-04stage2: introduce std.builtin.CompilerBackendAndrew Kelley
2022-01-04wasm: Implement memset, and sret arguments.Luuk de Gram
2022-01-04stage2: turn several panics into codegen errorsJakub Konka
2022-01-02stage2 ARM: implement wrap_errunion_err for empty payloadsjoachimschmidt557
2022-01-01behavior tests: add a "passing for arm backend" sectionAndrew Kelley
2022-01-01wasm: Fix loading from pointers to support deferLuuk de Gram
2022-01-01wasm: Implement pointer arithmetic and refactoring:Luuk de Gram
2022-01-01wasm: Implement memCpy and get if behavior tests passingLuuk de Gram
2022-01-01wasm: Implement @ptrToInt and fix indirect function callLuuk de Gram
2022-01-01wasm: Implement `array_to_slice` and bug fixes:Luuk de Gram
2022-01-01wasm: Pass 'bugs' behavior testsLuuk de Gram
2022-01-01wasm: Fix storing error. Pass bool.zig behavior testsLuuk de Gram
2021-12-30CBE; implement airLoad and airStore for arrays (#10452)drew
2021-12-29compiler_rt: move more functions to the stage2 sectionAndrew Kelley
2021-12-27Sema: fix anytype parameters whose types require comptimeAndrew Kelley
2021-12-27stage2: LLVM backend: fix const packed structsAndrew Kelley
2021-12-27stage2: make tests/behaviour/void.zig work with c backendMatthew Hall
2021-12-27AstGen: fix loop result locationsAndrew Kelley
2021-12-27stage2: LLVM backend: implement `@tagName` for enumsAndrew Kelley
2021-12-11stage1: implement @prefetch() builtinIsaac Freund