aboutsummaryrefslogtreecommitdiff
path: root/src-self-hosted/cgen.zig
AgeCommit message (Collapse)Author
2020-07-13stage2: add retvoid support to CBEAndrew Kelley
2020-07-13CBE: Code cleanupNoam Preil
2020-07-13CBE: Only generate `(void)` for calls whose return values are ignoredNoam Preil
2020-07-13CBE: Use hasCodeGenBits instead of checking against void and noreturnNoam Preil
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: Cleanup unimplementedsNoam 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: Get test more usefulNoam Preil