aboutsummaryrefslogtreecommitdiff
path: root/src/link/C.zig
AgeCommit message (Expand)Author
2021-01-06stage2: update to new ArrayListHashMap APIAndrew Kelley
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: link.C: use pwritevAndrew Kelley
2021-01-05stage2: rework the C backendAndrew Kelley
2021-01-05integrate CBE with Compilation.update pipeline (closes #7589)Noam Preil
2021-01-02Remove some unwanted changesLemonBoy
2021-01-02stage2: Use {s} instead of {} when formatting stringsLemonBoy
2020-12-29stage2: C backend improvementsAndrew 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: Improve formattingNoam Preil
2020-12-23Remove redundant emit_h member in Compilation struct.Alex Cameron
2020-12-23Implement emit-hAlex Cameron
2020-09-26stage2: implement -fno-emit-binAndrew Kelley
2020-09-21rename src-self-hosted/ to src/Andrew Kelley