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-05-18
Add TypeOf resolution of dereferences and struct fields of undefined values
Alexandros Naskos
2020-04-27
Cleaned up code, added a testcase for an extern member function call
Alexandros Naskos
2020-04-27
Added tests.
Alexandros Naskos
2020-04-27
Extern functions can now be evaluated to undefined values in TypeOfs
Alexandros Naskos
2020-04-24
stage1: Prevent the creation of illegal ptr types
LemonBoy
2020-04-23
stage1: fix crash on accessing an array of size zero with runtime index
xackus
2020-04-23
stage1: Fix bitcast of immediate to ptr type (#5131)
LemonBoy
2020-04-22
Merge pull request #5130 from ziglang/stage2-ir
Andrew Kelley
2020-04-22
stage1: Prevent the creation of illegal pointer types
LemonBoy
2020-04-21
ir: analyze int casting
Andrew Kelley
2020-04-21
Added peer type resolution for [*]T and *[N]T.
elucent
2020-04-21
cleanup: IrBasicBlockGen
Michael Dusan
2020-04-21
cleanup: IrBasicBlockGen
Michael Dusan
2020-04-20
stage1: Handle errors when generating block IR
LemonBoy
2020-04-19
fix uninitialized ZigValue
xackus
2020-04-18
fix typeInfo tests
Vexu
2020-04-17
add error for non-exter variadic functions
Vexu
2020-04-17
fix missing compile errors on builtin cast functions
Vexu
2020-04-14
Shift error message now says "fixed-width integer type" instead of just "inte...
foobles
2020-04-09
add error message for invalid assignment
Vexu
2020-04-08
Merge pull request #4975 from Vexu/param-reassign
Andrew Kelley
2020-04-08
fix formatted printing warning
Andrew Kelley
2020-04-08
move array and struct const checks to more appropriate places
Vexu
2020-04-07
fix lazy value in ir_analyze_instruction_elem_ptr
xackus
2020-04-08
fix missing compile error on assign to slice and array parameters
Vexu
2020-04-07
fix missing const on address of literal
Vexu
2020-04-06
ir: Support tuple multiplication
LemonBoy
2020-04-05
ir: Support shift left/right on vectors
LemonBoy
2020-04-05
ir: Support bitwise not on vectors
LemonBoy
2020-04-05
ir: Support div/mod/rem on vector types
LemonBoy
2020-04-04
stage1: Byteswap floats when serializing them
LemonBoy
2020-04-04
stage1: Fix serialization of ZigValue on BE machines
LemonBoy
2020-04-03
stage1: add compile errors for sentinel slicing
Michael Dusan
2020-04-01
zig cc properly handles -S flag and .ll, .bc extensions
Andrew Kelley
2020-04-01
ir: Fix comparison of ?T values
LemonBoy
2020-04-01
stage1: make C++ switch fallthrough an error
Michael Dusan
2020-04-01
Make sure that ZigTypeVector and ZigTypeArray have the same memory layout
Timon Kruiper
2020-04-01
Fix some nullptr dereferences on arm-linux-musleabhif
Timon Kruiper
2020-03-30
add peer type resolution for mixed-const []T and *[N]T
Andrew Kelley
2020-03-30
ir: Avoid constant-folding ptr to sentinels
LemonBoy
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
[next]