aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.cpp
AgeCommit message (Expand)Author
2019-07-25implement `@frameSize`Andrew Kelley
2019-07-25implement `@frame` and `@Frame`Andrew Kelley
2019-07-25calling an inferred async functionAndrew Kelley
2019-07-24align src for IrInstructionArrayToVectorMichael Dusan
2019-07-24implement local variables in async functionsAndrew Kelley
2019-07-23inferring async from async callsAndrew Kelley
2019-07-22fix multiple coroutines existing clobbering each otherAndrew Kelley
2019-07-22disable segfault handler when panickingAndrew Kelley
2019-07-22disable segfault handler when panickingAndrew Kelley
2019-07-22fix wrong calling convention on async resumeAndrew Kelley
2019-07-21implement async function parametersAndrew Kelley
2019-07-21implement coroutine resumeAndrew Kelley
2019-07-21simple async function passing testAndrew Kelley
2019-07-21returning from async fn adds bad resume safetyAndrew Kelley
2019-07-21fix not jumping to entryAndrew Kelley
2019-07-21simple async function call workingAndrew Kelley
2019-07-19remove coroutines implementation and promise typeAndrew Kelley
2019-07-16libc headers before C language headers, and disable libunwind on arm32Andrew Kelley
2019-07-16update bundled musl source to 1.1.23Andrew Kelley
2019-07-16update musl headers to musl v1.1.23Andrew Kelley
2019-07-15fix result location alignment in ir_render_callAndrew Kelley
2019-07-12mingw libc: solve the segfault having to do with destructorsAndrew Kelley
2019-07-11add -Wno-pragma-pack when targeting windows-gnuAndrew Kelley
2019-07-10mingw: building and linking mingw32.libAndrew Kelley
2019-07-07expose glibc version in builtinAndrew Kelley
2019-07-07ability to target any glibc versionAndrew Kelley
2019-07-03add -ffunction-sections arg when building C objectsAndrew Kelley
2019-07-03Merge branch 'function-sections' of https://github.com/timonkruiper/zig into ...Andrew Kelley
2019-07-03Merge branch 'comptime-union-init' of https://github.com/rbscott/zig into rbs...Andrew Kelley
2019-07-02Merge branch 'has-field' of https://github.com/shawnl/zig into shawnl-has-fieldAndrew Kelley
2019-07-02print dir name on failure to write to cache dirAndrew Kelley
2019-07-02improved logic on whether to include start filesAndrew Kelley
2019-07-02Added ZigLLVMCreateTargetMachine and pass function-sections flagTimon Kruiper
2019-07-01Added function-section functionalityTimon Kruiper
2019-06-28rename std/special/bootstrap.zig to std/special/start.zigAndrew Kelley
2019-06-27fixupsAndrew Kelley
2019-06-27Merge branch 'root-import' of https://github.com/emekoi/zig into emekoi-root-...Andrew Kelley
2019-06-26fix incorrectly omitting variable declarationsAndrew Kelley
2019-06-26Merge remote-tracking branch 'origin/master' into copy-elision-3Andrew Kelley
2019-06-26all tests passing on linuxAndrew Kelley
2019-06-25fix union init with void payloadAndrew Kelley
2019-06-24align (vector -> array) store to result locationMichael Dusan
2019-06-22elide redundant safety check when switching on tagged unionsAndrew Kelley
2019-06-22stage1: add @sin @cos @exp @exp2 @ln @log2 @log10 @fabs @floor @ceil @trunc @...Shawn Landden
2019-06-21fix extern functions returning byval structsAndrew Kelley
2019-06-20fix coroutinesAndrew Kelley
2019-06-19fix double getelementptr of runtime globalAndrew Kelley
2019-06-19Merge remote-tracking branch 'origin/master' into copy-elision-3Andrew Kelley
2019-06-19fix optional pointer to size zero structAndrew Kelley
2019-06-19fix comptime test error for empty error setAndrew Kelley