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
/
codegen.cpp
Age
Commit message (
Expand
)
Author
2017-01-16
get rid of zeroes literal
Andrew Kelley
2017-01-16
fix handling of const values for 2d arrays
Andrew Kelley
2017-01-16
fix array of enums. also render debug info for const vars
Andrew Kelley
2017-01-15
fix enum codegen and implement comptime switch var on enums
Andrew Kelley
2017-01-12
IR: implement macro for function aliasing function pointer
Andrew Kelley
2017-01-10
IR: implement error for missing or extra switch prongs
Andrew Kelley
2017-01-10
partially fix parseh command
Andrew Kelley
2017-01-08
pass unnecessary if statement test
Andrew Kelley
2017-01-05
fix mul and sub overflow ops being rendered as addition
Andrew Kelley
2016-12-31
IR: std library passes codegen
Andrew Kelley
2016-12-31
IR: add error for goto jumping over variable declaration
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 genericFnWithImplicitCast test
Andrew Kelley
2016-12-28
IR: pass passSliceOfEmptyStructToFn test
Andrew Kelley
2016-12-26
IR: pass intToEnum test
Andrew Kelley
2016-12-26
IR: pass intToPtrCast test
Andrew Kelley
2016-12-26
IR: pass staticEvalListInit 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: fix missing implicit casts in init expressions
Andrew Kelley
2016-12-22
pass void parameters test
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: support maybe defers
Andrew Kelley
2016-12-19
IR: support error defers
Andrew Kelley
2016-12-19
IR: start a new passing self hosted test suite
Andrew Kelley
2016-12-19
IR: if and switch guaranteed compile time if target expr is
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
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: basic support for implicit casting to const pointer
Andrew Kelley
2016-12-17
IR: consolidate Ref and PrefixOpAddressOf instructions
Andrew Kelley
2016-12-17
IR: fix switching on enum
Andrew Kelley
2016-12-17
IR: add more instructions
Andrew Kelley
2016-12-13
IR: implement the rest of the builtin functions
Andrew Kelley
2016-12-13
IR: implement breakpoint builtin
Andrew Kelley
2016-12-12
IR: implement memberCount builtin
Andrew Kelley
2016-12-12
IR: implement memcpy, memset, and slice expression
Andrew Kelley
2016-12-11
IR: implement alloca builtin
Andrew Kelley
2016-12-11
IR: implement intType builtin
Andrew Kelley
2016-12-11
IR: implement truncate builtin
Andrew Kelley
2016-12-11
IR: implement divExact builtin
Andrew Kelley
2016-12-11
IR: implement fence and cmpxchg builtins
Andrew Kelley
2016-12-11
IR: implement embedFile builtin
Andrew Kelley
2016-12-11
IR: fix implementation of parseh
Andrew Kelley
2016-12-10
IR: support error union type
Andrew Kelley
2016-12-08
IR: omit debug safety checks in for loop codegen
Andrew Kelley
[prev]
[next]