aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/c.zig
AgeCommit message (Expand)Author
2020-12-29stage2: C backend improvementsAndrew Kelley
2020-12-28stage2: update C backend test cases for new outputAndrew Kelley
2020-12-28stage2: C backend: handle string literals more gracefullyAndrew Kelley
2020-12-28stage2: C backend: implement `@breakpoint` and clean up test harnessAndrew Kelley
2020-12-28stage2: C backend: properly render type of array declsAndrew Kelley
2020-12-28stage2: C backend: pointer cast decl refs if necessaryAndrew Kelley
2020-12-28stage2: add extern functionsAndrew Kelley
2020-12-28Revert "stage2: add compile log statement (#7191)"Andrew Kelley
2020-12-26stage2: add compile log statement (#7191)g-w1
2020-12-23CBE: add support for bool,u32Noam Preil
2020-12-23Implement emit-hAlex Cameron
2020-10-31run zig fmt on src/ and test/Vexu
2020-10-06Replace error message with unreachableNoam Preil
2020-10-06CBE: addition and subtractionNoam Preil
2020-10-06CBE: properly resolve InstsNoam Preil
2020-10-06CBE: utilize per-function arena allocatorNoam Preil
2020-10-06Make indentation adjustable (hardcode 4 spaces for now)Noam Preil
2020-09-21rename src-self-hosted/ to src/Andrew Kelley