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-04-15
exit with error code instead of panic for file not found
Andrew Kelley
2018-04-15
add @sqrt built-in function
Andrew Kelley
2018-04-13
fix undefined behavior triggered by fn inline test
Andrew Kelley
2018-04-11
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-04-09
async tcp server proof of concept
Andrew Kelley
2018-04-08
error return traces work with async return case
Andrew Kelley
2018-04-08
fix calling convention at callsite of zig-generated fns
Andrew Kelley
2018-04-08
put the error return addresses in the coro frame
Andrew Kelley
2018-04-08
codegen: fix not putting llvm allocas together
Andrew Kelley
2018-04-08
error return traces for the early return case
Andrew Kelley
2018-04-06
fix llvm assert on version string with git sha
Ben Noordhuis
2018-04-04
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-04-01
Add run compiler command
Marc Tiehuis
2018-03-30
find libc and zig std lib at runtime
Andrew Kelley
2018-03-24
fix invalid codegen for error return traces across suspend points
Andrew Kelley
2018-03-24
add promise->T syntax parsing
Andrew Kelley
2018-03-24
fix async fns with inferred error sets
Andrew Kelley
2018-03-24
move error ret tracing codegen to zig ir
Andrew Kelley
2018-03-23
Fix OpqaueType usage in exported c functions
Marc Tiehuis
2018-03-22
use the llvm API for creating memcpy and memset instructions
Andrew Kelley
2018-03-22
create multiple llvm.memcpy and llvm.memset with different align params
Andrew Kelley
2018-03-13
fix casting a function to a pointer causing compiler crash
Andrew Kelley
2018-03-10
fix await multithreaded data race
Andrew Kelley
2018-03-10
improvements to stack traces
Andrew Kelley
2018-03-06
var is no longer a pseudo-type, it is syntax
Andrew Kelley
2018-03-02
add optnone noinline to async functions
Andrew Kelley
2018-03-01
fix not casting result of llvm.coro.promise
Andrew Kelley
2018-03-01
implementation of await
Andrew Kelley
2018-02-28
implement coroutine resume
Andrew Kelley
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
[prev]
[next]