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
2017-01-05
pass undeclared identifier test
Andrew Kelley
2017-01-05
containers created during eval get names for parameters
Andrew Kelley
2017-01-05
IR: pass MT19937_64 test
Andrew Kelley
2017-01-04
IR: add unreachable code compiler error
Andrew Kelley
2017-01-04
fix debug information for function pointers in structs
Andrew Kelley
2016-12-31
IR: progress toward compiling standard library
Andrew Kelley
2016-12-31
IR: implement binary not instruction
Andrew Kelley
2016-12-31
IR: add error for goto jumping over variable declaration
Andrew Kelley
2016-12-31
eradicate use of zeroes in std
Andrew Kelley
2016-12-30
IR: handle phi instruction with 0 resulting incoming values
Andrew Kelley
2016-12-30
IR: better basic block dependency detection
Andrew Kelley
2016-12-28
IR: error for returning from defer expression
Andrew Kelley
2016-12-28
IR: pass pointerToVoidReturnType test
Andrew Kelley
2016-12-28
IR: pass passSliceOfEmptyStructToFn test
Andrew Kelley
2016-12-26
IR: pass castSliceToU8Slice test
Andrew Kelley
2016-12-26
IR: pass intToEnum test
Andrew Kelley
2016-12-26
IR: pass cStringConcatenation test
Andrew Kelley
2016-12-26
IR: pass intToPtrCast test
Andrew Kelley
2016-12-26
IR: pass genericMallocFree test
Andrew Kelley
2016-12-26
IR: pass explicitCastMaybePointers test
Andrew Kelley
2016-12-26
IR: pass enumToInt test
Andrew Kelley
2016-12-25
IR: support compile time global pointer reinterpret
Andrew Kelley
2016-12-22
IR: support const ref
Andrew Kelley
2016-12-22
IR: fix missing implicit casts in init expressions
Andrew Kelley
2016-12-22
IR: fix switch enum variable for void enum field
Andrew Kelley
2016-12-22
IR: port some tests
Andrew Kelley
2016-12-21
IR: fix compile time evaluation of else prong in switch
Andrew Kelley
2016-12-21
IR: fix phi instruction when one of the predecessors is unreachable
Andrew Kelley
2016-12-21
IR: implement runtime enum init and switch on enum with variable
Andrew Kelley
2016-12-20
IR: enum init support
Andrew Kelley
2016-12-19
IR: fix lazy eval of enum field access
Andrew Kelley
2016-12-19
IR: update all error messages to be useful if generic instantiation
Andrew Kelley
2016-12-19
IR: support maybe defers
Andrew Kelley
2016-12-19
IR: support error defers
Andrew Kelley
2016-12-19
IR: if and switch guaranteed compile time if target expr is
Andrew Kelley
2016-12-18
better error message generic instantiations
Andrew Kelley
2016-12-18
errors from inline fn calls include stack trace
Andrew Kelley
2016-12-18
IR: add MaybeOkOr instruction
Andrew Kelley
2016-12-18
workaround for Arch being a primitive type
Andrew Kelley
2016-12-18
IR: add FnProto instruction
Andrew Kelley
2016-12-18
IR: memoize compile-time evaluated fn invocations
Andrew Kelley
2016-12-18
remove duplicate definition of container_string
Andrew Kelley
2016-12-18
IR: ability to return a container from a function
Andrew Kelley
2016-12-18
hello.zig working with all structs anonymous
Andrew Kelley
2016-12-18
IR: all structs anonymous
Andrew Kelley
2016-12-18
IR: fix codegen of ref instruction
Andrew Kelley
2016-12-18
IR: phi instruction handles unreachable values correctly
Andrew Kelley
2016-12-18
IR: fix err variable in ErrOkOr instruction
Andrew Kelley
2016-12-18
IR: fix container field access via container pointer
Andrew Kelley
2016-12-18
IR: basic support for implicit casting to const pointer
Andrew Kelley
[next]