aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.cpp
AgeCommit message (Expand)Author
2018-02-27Revert "llvm coroutine workaround: sret functions return sret pointer"Andrew Kelley
2018-02-27revert workaround for alloc and free as coro paramsAndrew Kelley
2018-02-27llvm coroutine workaround: sret functions return sret pointerAndrew Kelley
2018-02-27Revert "another llvm workaround for getelementptr"Andrew Kelley
2018-02-27another llvm workaround for getelementptrAndrew Kelley
2018-02-26workaround llvm coro transformationsAndrew Kelley
2018-02-26implement coroutine suspendAndrew Kelley
2018-02-25codegen for coro_resume instructionAndrew Kelley
2018-02-25codegen for coro_free instructionAndrew Kelley
2018-02-25codegen for coro_end instructionAndrew Kelley
2018-02-25codegen for coro_suspend instructionAndrew Kelley
2018-02-25codegen for coro_begin instructionAndrew Kelley
2018-02-25codegen for coro_alloc_fail instructionAndrew Kelley
2018-02-25codegen for get_implicit_allocator instructionAndrew Kelley
2018-02-25codegen for coro_alloc and coro_size instructionsAndrew Kelley
2018-02-25codegen for coro_id instructionAndrew Kelley
2018-02-25codegen for cancelAndrew Kelley
2018-02-25codegen for calling an async functionAndrew Kelley
2018-02-23implement Zig IR for async functionsAndrew Kelley
2018-02-22IR analysis for coro.beginAndrew Kelley
2018-02-21add coroutine startup IR to async functionsAndrew Kelley
2018-02-21implement IR analysis for async function callsAndrew Kelley
2018-02-20add promise typeAndrew Kelley
2018-02-20parse async fn definitionsAndrew Kelley
2018-02-20parse async fn calls and cancel expressionsAndrew Kelley
2018-02-16ability to slice an undefined pointer at compile time if the len is 0Andrew Kelley
2018-02-15add an assert to catch #777Andrew Kelley
2018-02-11fix exported variable not named in the object fileAndrew Kelley
2018-02-09fix build runner on windowsAndrew Kelley
2018-02-08error sets: runtime safety for int-to-err and err set castAndrew Kelley
2018-02-08error set casting buildingAndrew Kelley
2018-02-05error sets: fix peer resolution of error unionsAndrew Kelley
2018-02-04add --forbid-libraryAndrew Kelley
2018-02-03*WIP* error sets - an inferred error set can end up being the global oneAndrew Kelley
2018-02-02*WIP* error sets - correctly resolve inferred error setsAndrew Kelley
2018-01-31*WIP* error setsAndrew Kelley
2018-01-25rename "debug safety" to "runtime safety"Andrew Kelley
2018-01-23fix printf format specifierAndrew Kelley
2018-01-23Add array type handling for gen_hMarc Tiehuis
2018-01-22add new kind of test: generating .h files. and moreAndrew Kelley
2018-01-17fix error return traces pointing to off-by-one source lineAndrew Kelley
2018-01-15add builtin.have_error_return_tracingAndrew Kelley
2018-01-15clean up error return tracingAndrew Kelley
2018-01-14stack traces are a variable number of framesAndrew Kelley
2018-01-14error return traces use a zig-provided function to save binary sizeAndrew Kelley
2018-01-14error return trace pointer prefixes other paramsAndrew Kelley
2018-01-12*WIP* proof of concept error return tracesAndrew Kelley
2018-01-11functions which can return errors have secret stack trace paramAndrew Kelley
2018-01-11the same string literal codegens to the same constantAndrew Kelley
2018-01-06Darwin -> MacOSX, added Zen. See #438Andrea Orru