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
2019-05-08
C pointers support .? operator
Andrew Kelley
2019-04-06
fixed 1726
Jimmi Holst Christensen
2019-03-20
add docs for assembly and fix global assembly parsing
Andrew Kelley
2019-03-15
breaking changes to std.mem.Allocator interface API
Andrew Kelley
2019-02-22
fix `@bitCast` when src/dest types have mismatched handle_is_ptr
Andrew Kelley
2019-02-21
better handling of arrays in packed structs
Andrew Kelley
2019-02-21
`@sliceToBytes` works at comptime
Andrew Kelley
2019-02-07
fix using the result of @intCast to u0
Andrew Kelley
2019-02-04
SIMD: array to vector, vector to array, wrapping int add
Andrew Kelley
2019-01-30
introduce vector type for SIMD
Andrew Kelley
2019-01-29
backport copy elision changes
Andrew Kelley
2019-01-02
@bitreverse intrinsic, part of #767 (#1865)
vegecode
2018-12-12
breaking API changes to all readInt/writeInt functions & more
Andrew Kelley
2018-11-16
Fixed #1663 and removed IrInstructionArrayLen
Jimmi Holst Christensen
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-09-26
the last number in a packed ptr is host int bytes
Andrew Kelley
2018-09-07
builtin functions: @byteOffsetOf and @bitOffsetOf
raulgrell
2018-09-04
add compile error for comptime control flow inside runtime block
Andrew Kelley
2018-08-02
src/ir_print.cpp: support `@handle()`;
kristopher tate
2018-07-26
add compile error for ignoring return value of while loop bodies
Andrew Kelley
2018-07-11
ir: refactor lvalues
Andrew Kelley
2018-07-07
add @popCount intrinsic
Andrew Kelley
2018-06-19
remove enum to/from int casting syntax; add `@enumToInt`/`@intToEnum`
Andrew Kelley
2018-06-18
remove []u8 casting syntax. add `@bytesToSlice` and `@sliceToBytes`
Andrew Kelley
2018-06-18
remove error set casting syntax. add `@errSetCast`
Andrew Kelley
2018-06-18
remove bool to int syntax. add @boolToInt
Andrew Kelley
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-06-09
breaking syntax change: ??x to x.? (#1095)
Andrew Kelley
2018-06-07
remove @canImplicitCast builtin
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
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
[next]