aboutsummaryrefslogtreecommitdiff
path: root/test/stage2
AgeCommit message (Expand)Author
2021-01-19astgen: eliminate rlWrapPtr and all its callsitesAndrew Kelley
2021-01-18stage2: fix orelse at comptimeg-w1
2021-01-18Merge pull request #7797 from Luukdegram/wasm-refactorAndrew Kelley
2021-01-17macho: improve x86_64 tests; clean fixups on errorJakub Konka
2021-01-17stage2 aarch64: add basic function pro/epilogueJakub Konka
2021-01-17stage2: add compile error for label redefinitionAndrew Kelley
2021-01-16stage2: implement error notes and regress -femit-zirAndrew Kelley
2021-01-16Add tests and move tests to wasm's own fileLuuk de Gram
2021-01-15macho: ensure that strtab always follows symtabJakub Konka
2021-01-13macho: add x86_64 testsJakub Konka
2021-01-13macho: document more code + add test caseJakub Konka
2021-01-10stage2: add support for loops in LLVM backendTimon Kruiper
2021-01-08stage2: add initial impl of control flow in LLVM backendTimon Kruiper
2021-01-06Merge pull request #7700 from FireFox317/more-stage2-stuff-llvmAndrew Kelley
2021-01-06stage2: C backend: support unused DeclsAndrew Kelley
2021-01-06stage2: rename and move files related to LLVM backendTimon Kruiper
2021-01-06stage2: add initial impl for generating global decls in LLVM backendTimon Kruiper
2021-01-05stage2: add compile log statementg-w1
2021-01-05stage2: C backend: re-implement emit-hAndrew Kelley
2021-01-05stage2: C backend: remove format() hackeryAndrew Kelley
2021-01-05stage2: rework the C backendAndrew Kelley
2021-01-05integrate CBE with Compilation.update pipeline (closes #7589)Noam Preil
2021-01-04stage2: implementation of `@setEvalBranchQuota`:g-w1
2021-01-03Merge pull request #7681 from kubkon/stage2-aarch64-fn-argsAndrew Kelley
2021-01-03stage2: add aarch64 stage2 testsJakub Konka
2021-01-03stage2: Add support for testing LLVM enabled builds in test-stage2Timon Kruiper
2021-01-02stage2: support recursive inline/comptime functionsAndrew Kelley
2021-01-02stage2: fix handling compile error in inline fn callAndrew Kelley
2021-01-02stage2: re-use ZIR for comptime and inline callsAndrew Kelley
2021-01-02stage2: implement function call inlining in the frontendAndrew Kelley
2021-01-02stage2: comptime function callsAndrew Kelley
2021-01-01stage2 ARM: Add simple tests for conditional branchingjoachimschmidt557
2020-12-31stage2: compile error for invalid `var` typeAndrew Kelley
2020-12-31stage2: type inference for local varAndrew Kelley
2020-12-31stage2: inferred local variablesAndrew Kelley
2020-12-29stage2: C backend improvementsAndrew Kelley
2020-12-28stage2: update C backend test cases for new outputAndrew Kelley
2020-12-28stage2: improve test harness to support executing generated C codeAndrew Kelley
2020-12-28stage2: C backend: implement `@breakpoint` and clean up test harnessAndrew Kelley
2020-12-28Revert "stage2: add compile log statement (#7191)"Andrew Kelley
2020-12-26add test for @compileError in zig code, not only zirg-w1
2020-12-26fix test cases to use str zir inst instead of just a quoted stringg-w1
2020-12-26Merge pull request #7552 from Vexu/stage2-continueVeikka Tuominen
2020-12-26stage2: add compile log statement (#7191)g-w1
2020-12-26stage2: add error for unused labelsVeikka Tuominen
2020-12-26stage2: break and continue out of loopsVeikka Tuominen
2020-12-23Merge pull request #7507 from joachimschmidt557/stage2-armVeikka Tuominen
2020-12-23stage2: @TypeOf (#7475)g-w1
2020-12-23Add tests for emit-h functionality.Alex Cameron
2020-12-23Add header test harnessNoam Preil