aboutsummaryrefslogtreecommitdiff
path: root/test/stage2/cbe.zig
AgeCommit message (Expand)Author
2021-01-06stage2: C backend: support unused DeclsAndrew Kelley
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
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-23Add tests for emit-h functionality.Alex Cameron
2020-12-23Add header test harnessNoam Preil
2020-10-07Fix peer type resolutionNoam Preil
2020-10-06CBE: addition and subtractionNoam Preil
2020-09-21fix regressed stage2 test harnessAndrew Kelley
2020-08-14stage2: proper semantic analysis of improper returning of implicit voidAndrew Kelley
2020-08-12CBE: fix handling of IR dependenciesNoam Preil
2020-08-12CBE: Sorta working intcasts?Noam Preil
2020-08-12CBE: support unreachable on GCCNoam Preil
2020-08-12CBE: working parametersNoam Preil
2020-08-12CBE: Use zig_noreturn instead of noreturn to avoid namespace conflictNoam Preil
2020-07-23self-hosted: AST flattening, astgen improvements, result locations, and moreAndrew Kelley
2020-07-13stage2: add retvoid support to CBEAndrew Kelley
2020-07-13Get basic return test workingNoam Preil
2020-07-08CBE: Emit asm decls for now, but rename to make them validNoam Preil
2020-07-07CBE: Move standards determination to generated codeNoam Preil
2020-07-07CBE: working asm Inputs and Outputs; std{int,def}.h auto-inclusionNoam Preil
2020-07-07CBE: Working function call w/ no args or return valueNoam Preil
2020-07-07Working translation of empty functionNoam Preil
2020-07-07CBE skeletonNoam Preil
2020-07-07Stage2: Refactor in preparation for C backendNoam Preil