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
2020-03-26
fix behavior tests compile error on i386-linux
Andrew Kelley
2020-03-26
prevent ptr cast from forcing alignment resolution unnecessarily
Andrew Kelley
2020-03-25
fix an invalid free having to do with bound functions
Andrew Kelley
2020-03-24
Merge remote-tracking branch 'origin/llvm10'
Andrew Kelley
2020-03-23
ir: Prevent crash when slicing hardcoded pointer
LemonBoy
2020-03-22
riscv: add -mrelax arg for C to work around upstream issue
Andrew Kelley
2020-03-22
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-22
ir: Implement cast from anon struct to union
LemonBoy
2020-03-22
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-21
ir: Disallow comparison between enum literal and untagged enum
LemonBoy
2020-03-21
ir: Allow errdefer with payload
LemonBoy
2020-03-20
ir: Peer type resolution between ?[]T and *[N]T
LemonBoy
2020-03-19
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-19
fix compile error for reading past end of pointer casted array
Andrew Kelley
2020-03-19
fix incorrect sentinel check
Andrew Kelley
2020-03-19
slicing sentinel-terminated slice without end
Andrew Kelley
2020-03-19
std lib fixups for new semantics
Andrew Kelley
2020-03-19
partial revert of an improvement this branch made
Andrew Kelley
2020-03-19
when result loc is a slice, avoid evaluating lazy start..end
Andrew Kelley
2020-03-19
fix alignment when slicing with comptime start and end index
Andrew Kelley
2020-03-19
`@ptrCast` supports casting a slice to pointer
Andrew Kelley
2020-03-19
fix slice of string literal having the wrong type
Andrew Kelley
2020-03-19
fixes in semantic analysis needed to support this feature
Andrew Kelley
2020-03-19
slicing with comptime start and end results in array
Andrew Kelley
2020-03-19
ir: More changes to sentinel-terminated const arrays
LemonBoy
2020-03-13
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-12
Merge pull request #4707 from Vexu/small-atomics
Andrew Kelley
2020-03-12
add note to disabled tests, improve comptime cmpxchg
Vexu
2020-03-12
Simplify stores, use sext for signed ints
Vexu
2020-03-12
support `@atomicRmw` at comptime
Vexu
2020-03-11
Move abi size checking to codegen
Vexu
2020-03-11
support cmpxchg at comptime
Vexu
2020-03-11
special case atomic operations on zero bit types
Vexu
2020-03-11
support non power of two integers in atomic ops
Vexu
2020-03-10
ir: Fix shift code for u0 operands
LemonBoy
2020-03-10
use atomic bools in std lib
Vexu
2020-03-10
support atomic operations with bools
Vexu
2020-03-10
ir: Implement more safety checks for shl/shr
LemonBoy
2020-03-09
Merge pull request #4590 from xackus/fix-4587
Andrew Kelley
2020-03-09
ir: Fix codegen of ?*T types where T is zero-sized
LemonBoy
2020-03-09
Merge pull request #4700 from Vexu/noasync
Andrew Kelley
2020-03-09
better error messages and more tests
xackus
2020-03-09
lazy_cmp_zero only resolves type is zero bits for alignof
Andrew Kelley
2020-03-09
ir: Fix lazy comparison between @alignOf and zero
LemonBoy
2020-03-09
disallow resume and suspend in noasync scopes
Vexu
2020-03-09
implement noasync scopes
Vexu
2020-03-08
ir: Create usize result_loc for array subscript expr
LemonBoy
2020-03-08
fix failed assert on generic fn opaque return type
xackus
2020-03-08
Strip trailing whitespace from src/ir.cpp
daurnimator
2020-03-08
Fix grammar in error message
daurnimator
[next]