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.cpp
Age
Commit message (
Expand
)
Author
2019-09-24
add VarDecl support for struct-method call syntax
Michael Dusan
2019-09-24
Fix result loc unwrapping with optional in error union
LemonBoy
2019-09-24
Fix assignment to optional payload
LemonBoy
2019-09-23
make type_allowed_in_extern more robust
Andrew Kelley
2019-09-20
Fix comptime bitcast inside an expression
Timon Kruiper
2019-09-19
fixups for `@splat`
Andrew Kelley
2019-09-19
`@splat`
Shawn Landden
2019-09-19
implement runtime `@byteSwap` and other fixups
Andrew Kelley
2019-09-18
@byteSwap on vectors
Shawn Landden
2019-09-18
rework the implementation
Andrew Kelley
2019-09-18
stage1: add @shuffle() shufflevector support
Shawn Landden
2019-09-18
remove TODO regarding lazy values
Andrew Kelley
2019-09-18
stage1: proper return type on vector comparisons
Shawn Landden
2019-09-18
Fix array->vector and vector->array for many types. Allow vector of bool.
Shawn Landden
2019-09-17
fix peer result location with typed parent, ...
Andrew Kelley
2019-09-10
Resolve lazy arguments passed to @compileLog
LemonBoy
2019-09-10
Accept void argument for @cDefine value
LemonBoy
2019-09-09
Merge pull request #3200 from LemonBoy/eq-tagged-union
Andrew Kelley
2019-09-09
fix bad LLVM IR when for target expr needs to be spilled
Andrew Kelley
2019-09-09
Comptime folding of enum/union comparisons
LemonBoy
2019-09-09
Allow comparison between union tag and enum literal
LemonBoy
2019-09-07
fix suspensions inside for loops generating invalid LLVM IR
Andrew Kelley
2019-09-07
implement spills when expressions used across suspend points
Andrew Kelley
2019-09-05
implement `noasync` function calls
Andrew Kelley
2019-09-05
Add compiler error when negating invalid type
Timon Kruiper
2019-09-05
prefer result type casting to peer type resolution
Andrew Kelley
2019-09-05
Add compile error when shifting amount is not an int type
Timon Kruiper
2019-09-05
Add Array support to @Type
Jonathan Marler
2019-09-05
stage1 enhance IR print
Michael Dusan
2019-09-04
Implicit cast from enum literal to optional enum and implicit cast to payload...
Timon Kruiper
2019-09-04
fixups and add documentation for `@Type`
Andrew Kelley
2019-09-03
Add @Type builtin
Jonathan Marler
2019-09-03
error message and test for alignment of variables of zero-bit types
Sahnvour
2019-09-03
fix union field ptr ir instruction
Andrew Kelley
2019-09-02
omit prefix data for async functions sometimes
Andrew Kelley
2019-09-02
fix recursive call of await @asyncCall with struct return type
Andrew Kelley
2019-09-02
fix using @typeOf on a generic function call
Andrew Kelley
2019-09-01
fix `@typeOf` an async function call of generic fn with error union type
Andrew Kelley
2019-08-31
stage1 enhance IR print
Michael Dusan
2019-08-31
improvements to `@asyncCall`
Andrew Kelley
2019-08-31
`@typeOf` now guarantees no runtime side effects
Andrew Kelley
2019-08-30
support recursive async and non-async functions
Andrew Kelley
2019-08-30
align(@alignOf(T)) T does not force resolution of T
Andrew Kelley
2019-08-30
fix stage1 to build on macOS + xcode/clang
Michael Dusan
2019-08-29
fix regressions
Andrew Kelley
2019-08-29
await does not force async if callee is blocking
Andrew Kelley
2019-08-29
avoid unnecessarily requiring alignment for array elem pointers
Andrew Kelley
2019-08-29
comparing against zero participates in lazy values
Andrew Kelley
2019-08-29
make `@sizeOf` lazy
Andrew Kelley
2019-08-28
implement lazy values for error union types
Andrew Kelley
[next]