index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
codegen.cpp
Age
Commit message (
Expand
)
Author
2018-02-28
async function fulfills promise atomically
Andrew Kelley
2018-02-28
add atomicrmw builtin function
Andrew Kelley
2018-02-28
break the data dependencies that llvm coro transforms cant handle
Andrew Kelley
2018-02-28
another workaround for llvm coroutines
Andrew Kelley
2018-02-27
Revert "llvm coroutine workaround: sret functions return sret pointer"
Andrew Kelley
2018-02-27
revert workaround for alloc and free as coro params
Andrew Kelley
2018-02-27
llvm coroutine workaround: sret functions return sret pointer
Andrew Kelley
2018-02-27
Revert "another llvm workaround for getelementptr"
Andrew Kelley
2018-02-27
another llvm workaround for getelementptr
Andrew Kelley
2018-02-26
workaround llvm coro transformations
Andrew Kelley
2018-02-26
implement coroutine suspend
Andrew Kelley
2018-02-25
codegen for coro_resume instruction
Andrew Kelley
2018-02-25
codegen for coro_free instruction
Andrew Kelley
2018-02-25
codegen for coro_end instruction
Andrew Kelley
2018-02-25
codegen for coro_suspend instruction
Andrew Kelley
2018-02-25
codegen for coro_begin instruction
Andrew Kelley
2018-02-25
codegen for coro_alloc_fail instruction
Andrew Kelley
2018-02-25
codegen for get_implicit_allocator instruction
Andrew Kelley
2018-02-25
codegen for coro_alloc and coro_size instructions
Andrew Kelley
2018-02-25
codegen for coro_id instruction
Andrew Kelley
2018-02-25
codegen for cancel
Andrew Kelley
2018-02-25
codegen for calling an async function
Andrew Kelley
2018-02-23
implement Zig IR for async functions
Andrew Kelley
2018-02-22
IR analysis for coro.begin
Andrew Kelley
2018-02-21
add coroutine startup IR to async functions
Andrew Kelley
2018-02-21
implement IR analysis for async function calls
Andrew Kelley
2018-02-20
add promise type
Andrew Kelley
2018-02-20
parse async fn definitions
Andrew Kelley
2018-02-20
parse async fn calls and cancel expressions
Andrew Kelley
2018-02-16
ability to slice an undefined pointer at compile time if the len is 0
Andrew Kelley
2018-02-15
add an assert to catch #777
Andrew Kelley
2018-02-11
fix exported variable not named in the object file
Andrew Kelley
2018-02-09
fix build runner on windows
Andrew Kelley
2018-02-08
error sets: runtime safety for int-to-err and err set cast
Andrew Kelley
2018-02-08
error set casting building
Andrew Kelley
2018-02-05
error sets: fix peer resolution of error unions
Andrew Kelley
2018-02-04
add --forbid-library
Andrew Kelley
2018-02-03
*WIP* error sets - an inferred error set can end up being the global one
Andrew Kelley
2018-02-02
*WIP* error sets - correctly resolve inferred error sets
Andrew Kelley
2018-01-31
*WIP* error sets
Andrew Kelley
2018-01-25
rename "debug safety" to "runtime safety"
Andrew Kelley
2018-01-23
fix printf format specifier
Andrew Kelley
2018-01-23
Add array type handling for gen_h
Marc Tiehuis
2018-01-22
add new kind of test: generating .h files. and more
Andrew Kelley
2018-01-17
fix error return traces pointing to off-by-one source line
Andrew Kelley
2018-01-15
add builtin.have_error_return_tracing
Andrew Kelley
2018-01-15
clean up error return tracing
Andrew Kelley
2018-01-14
stack traces are a variable number of frames
Andrew Kelley
2018-01-14
error return traces use a zig-provided function to save binary size
Andrew Kelley
2018-01-14
error return trace pointer prefixes other params
Andrew Kelley
[prev]
[next]