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.hpp
Age
Commit message (
Expand
)
Author
2020-01-27
Merge branch 'master' into ir-clean-up-vars
Andrew Kelley
2020-01-25
split IrInstruction into IrInst, IrInstSrc, IrInstGen
Andrew Kelley
2020-01-16
zig ir.cpp details: remove the mem_slot mechanism
Andrew Kelley
2020-01-02
fix comptime vector float ops and add test coverage
Andrew Kelley
2019-12-01
add advanced IR debugging support
Andrew Kelley
2019-11-25
rename ConstExprValue → ZigValue
Michael Dusan
2019-09-05
stage1 enhance IR print
Michael Dusan
2019-08-26
fix regression on struct field with undefined type
Andrew Kelley
2019-08-22
introduce lazy values
Andrew Kelley
2019-08-21
breaking: remove field alignment kludge
Andrew Kelley
2019-08-08
better compile errors when frame depends on itself
Andrew Kelley
2019-06-22
stage1: add @sin @cos @exp @exp2 @ln @log2 @log10 @fabs @floor @ceil @trunc @...
Shawn Landden
2019-04-13
better handle quota of setEvalBranchQuota
Andrew Kelley
2019-02-15
typecheck the panic function
Andrew Kelley
2019-01-29
backport copy elision changes
Andrew Kelley
2019-01-09
when rendering llvm const values, ensure the types align
Andrew Kelley
2018-09-05
stage1: rename FnTableEntry to ZigFn
Andrew Kelley
2018-09-05
stage1: rename TypeTableEntry to ZigType
Andrew Kelley
2017-09-02
rewrite parseh to use AST instead of direct types
Andrew Kelley
2017-04-23
make undefined as a constant value lazy
Andrew Kelley
2017-01-12
IR: implement macro for function aliasing function pointer
Andrew Kelley
2017-01-04
IR: add unreachable code compiler error
Andrew Kelley
2016-12-18
errors from inline fn calls include stack trace
Andrew Kelley
2016-12-18
IR: all structs anonymous
Andrew Kelley
2016-12-13
IR: implement the rest of the builtin functions
Andrew Kelley
2016-12-11
IR: fix implementation of parseh
Andrew Kelley
2016-12-06
IR: implement compile time eval unwrap maybe
Andrew Kelley
2016-12-04
IR: compile time function evaluation
Andrew Kelley
2016-12-01
rename BlockContext to Scope
Andrew Kelley
2016-11-17
IR: pointers to constants don't copy data
Andrew Kelley
2016-10-29
ir: ability to modify global vars
Andrew Kelley
2016-10-27
IR can inline loops
Andrew Kelley
2016-10-16
IR working for if statements
Andrew Kelley
2016-10-06
IR in 2 passes
Andrew Kelley
2016-09-30
empty function compiles successfully with IR
Andrew Kelley
2016-09-30
*WIP*
Andrew Kelley