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
/
ir_print.cpp
Age
Commit message (
Expand
)
Author
2018-04-24
One step towards @typeInfo
Alexandros Naskos
2018-04-19
Optimized field ptr ir for hot path and fix assignment bug
Jimmi Holst Christensen
2018-04-19
Added field builtin function
Jimmi Holst Christensen
2018-04-15
add @atomicLoad builtin
Andrew Kelley
2018-04-15
add @sqrt built-in function
Andrew Kelley
2018-04-08
error return traces work with async return case
Andrew Kelley
2018-04-08
put the error return addresses in the coro frame
Andrew Kelley
2018-04-08
error return traces for the early return case
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-10
fix await multithreaded data race
Andrew Kelley
2018-03-01
implementation of await
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 workaround for alloc and free as coro params
Andrew Kelley
2018-02-26
workaround llvm coro transformations
Andrew Kelley
2018-02-26
implement coroutine suspend
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-22
coroutines: analyze get_implicit_allocator instruction
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
parse async fn calls and cancel expressions
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-22
add new kind of test: generating .h files. and more
Andrew Kelley
2018-01-15
clean up error return tracing
Andrew Kelley
2017-12-18
wip export rewrite
Andrew Kelley
2017-12-13
fix const and volatile qualifiers being dropped sometimes
Andrew Kelley
2017-12-03
rename @EnumTagType to @TagType. add tests for union-enums
Andrew Kelley
2017-12-03
rework enums and unions and their relationship to each other
Andrew Kelley
2017-11-30
ability to specify tag type of enums
Andrew Kelley
2017-11-15
basic union support
Andrew Kelley
2017-11-06
add @memberType and @memberName builtin functions
Andrew Kelley
2017-11-04
add compile-time reflection for function arg types
Andrew Kelley
2017-10-03
add @setAlignStack builtin
Andrew Kelley
2017-09-05
add OpaqueType builtin
Andrew Kelley
2017-08-30
successfully cross-building behavior tests for windows
Andrew Kelley
2017-08-29
more alignment improvements
Andrew Kelley
2017-08-29
introduce align keyword
Andrew Kelley
2017-08-26
remove @alignOf and add @cAbiAlignOf and @preferredAlignOf
Andrew Kelley
2017-08-19
add setEvalBranchQuota builtin function
Andrew Kelley
2017-08-09
more intuitive left shift and right shift operators
Andrew Kelley
2017-08-06
fix segfault when var args fn proto shows up in ir printing
Andrew Kelley
2017-06-14
partial implementation of printing floating point numbers with errol3
Andrew Kelley
2017-05-23
building with mingw for windows
Andrew Kelley
2017-05-20
add setFloatMode builtin and std.math.floor
Andrew Kelley
[next]