aboutsummaryrefslogtreecommitdiff
path: root/src-self-hosted/llvm.zig
AgeCommit message (Expand)Author
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-07-24self-hosted: function calling another functionAndrew Kelley
2018-07-22self-hosted can compile libc hello worldAndrew Kelley
2018-07-19self-hosted: progress on IR for supporting libc hello worldAndrew Kelley
2018-07-16self-hosted: create tmp dir for .o files and emit .o file for fnAndrew Kelley
2018-07-15self-hosted: generate LLVM IR for simple functionAndrew Kelley
2018-07-14self-hosted: adding a fn to an llvm moduleAndrew Kelley
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2017-12-23port most of main.cpp to self hosted compilerAndrew Kelley