aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-09-12Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-09-12disable LLVM 15 regressed behavior test: "vector @splat"Andrew Kelley
2022-09-12stage2: change how defers are stored in ZirVeikka Tuominen
2022-09-11Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-09-10x86_64: pass more behavior testsJakub Konka
2022-09-10Merge pull request #12799 from joachimschmidt557/stage2-armJakub Konka
2022-09-10type: print comptime on fn type paramsJacob Young
2022-09-10translate-c: Escape non-ASCII characters that appear in macrosEvan Haas
2022-09-09stage2 ARM: implement basic array_elem_valjoachimschmidt557
2022-09-09Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-09-09stage2 ARM: implement ptr_elem_valjoachimschmidt557
2022-09-09stage2 ARM: support larger function stacksjoachimschmidt557
2022-09-09stage2 ARM: implement struct_field_val for registersjoachimschmidt557
2022-09-09stage2 ARM: amend implementation of various AIR instructionsjoachimschmidt557
2022-09-09stage2 ARM: implement field_parent_ptrjoachimschmidt557
2022-09-09Merge pull request #12772 from ziglang/coff-basic-importsJakub Konka
2022-09-08wasm: temporarily save curr file pointer before pwriting on WinJakub Konka
2022-09-08llvm: handle pointers in packed structs in more placesVeikka Tuominen
2022-09-08Sema: fix UAF in zirClosureGetVeikka Tuominen
2022-09-08Sema: preserve alignment of const decl pointersVeikka Tuominen
2022-09-08Sema: correct types in `@memset` and `@memcpy`Veikka Tuominen
2022-09-07tests: force LLD off for stage2 backends until auto-select deems worthyJakub Konka
2022-09-07test-cases: add missing incremental x86_64-windows test casesJakub Konka
2022-09-07enable testing of x86_64-windows-gnu using self-hosted backend and linkerJakub Konka
2022-09-07test-cases: fix compiler error locations for hello world with updatesJakub Konka
2022-09-07coff: re-enable default entrypoint for WindowsJakub Konka
2022-09-07translate-c: convert tabs to `\t` in object-like macro string literalsEvan Haas
2022-09-06Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-09-04stage2 llvm: implement aarch64 C ABIVeikka Tuominen
2022-09-04llvm: fix the `type` parameter of `GlobalAlias`riChar
2022-09-03translate-c: do not translate packed C structs as packed Zig structs in stage2Veikka Tuominen
2022-09-03Sema: only ABI sized packed structs are extern compatibleVeikka Tuominen
2022-09-02Sema: improve behavior of comptime_int backed enumsVeikka Tuominen
2022-09-02Sema: add error for enum tag value overflowVeikka Tuominen
2022-09-02Sema: fix noalias coercion error messageVeikka Tuominen
2022-09-02AstGen: use reachableExpr for try operandVeikka Tuominen
2022-09-02Sema: do not emit dbg_inline_end after NoReturnVeikka Tuominen
2022-09-02Sema: resolve lazy value before intToFloatVeikka Tuominen
2022-09-02stage2 llvm: correct handling of zero-bit types in unionFieldPtrVeikka Tuominen
2022-09-02stage2 llvm: fix passing packed structs to callconv(.C) functionsVeikka Tuominen
2022-09-01Sema: add more validation to coerceVarArgParamVeikka Tuominen
2022-08-31disable test for non-llvm backendsVeikka Tuominen
2022-08-31translate-c: promote large integer macros to unsigned long long if necessaryEvan Haas
2022-08-31Merge pull request #12687 from Luukdegram/wasm-extern-globalsLuuk de Gram
2022-08-30fix llvm 15 translate-c regressionsAndrew Kelley
2022-08-30LLVM: fix extern functions missing attributesAndrew Kelley
2022-08-30Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-08-30avoid exposing supportsTailCall in the standard libraryAndrew Kelley
2022-08-30Sema: check that target supports tail callsVeikka Tuominen
2022-08-30stage2 llvm: use tag value instead of field index in airUnionInitVeikka Tuominen