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
2019-11-08
introduce `@as` builtin for type coercion
Andrew Kelley
2019-11-07
correctly use llvm undef in release modes
Shawn Landden
2019-11-07
Fix ptrCast of array references to fn
LemonBoy
2019-11-05
implement storing vector elements via runtime index
Andrew Kelley
2019-11-05
implement loading vector elements via runtime index
Andrew Kelley
2019-11-05
implement store of vector element with comptime index
Andrew Kelley
2019-11-05
runtime load vector element with comptime index
Andrew Kelley
2019-10-28
detect async fn recursion and emit compile error
Andrew Kelley
2019-10-28
synchronize the target features for compiling C code
Andrew Kelley
2019-10-26
Don't use SSE on freestanding
Noam Preil
2019-10-26
Don't save/restore stack on newStackCall to noreturn function
Noam Preil
2019-10-26
Translate-c: Fix a segfault when to many errors are emitted
Timon Kruiper
2019-10-25
stage1: fix compile error on macOS Xcode 11.2
Michael Dusan
2019-10-24
avoid passing -march=native when not supported
Andrew Kelley
2019-10-24
implement partial C ABI support for aarch64
Andrew Kelley
2019-10-23
move types from builtin to std
Andrew Kelley
2019-10-22
implement safety for resuming non-suspended function
Andrew Kelley
2019-10-22
integrate stage1 progress display with semantic analysis
Andrew Kelley
2019-10-19
Fix crash when generating constant unions with single field
LemonBoy
2019-10-17
improve progress reporting
Andrew Kelley
2019-10-17
rework the progress module and integrate with stage1
Andrew Kelley
2019-10-15
fix non-byte-aligned packed struct field...
Andrew Kelley
2019-10-11
merge dumps tool: merging ast nodes
Andrew Kelley
2019-10-10
codegen.cpp: remove unused variable
Andrew Kelley
2019-10-09
Remove x86/Windows name mangling hack
LemonBoy
2019-10-09
add comments about why we choose pentium4 for i386 target
Andrew Kelley
2019-10-09
improve names of error sets when using merge error sets operator
Andrew Kelley
2019-10-09
Merge pull request #3389 from LemonBoy/win32
Andrew Kelley
2019-10-06
generated docs: docs/ instead of doc/
Andrew Kelley
2019-10-06
Initial support for i386-windows-msvc target
LemonBoy
2019-10-04
proof of concept of stage1 doc generation
Andrew Kelley
2019-10-03
fix noreturn attribute for msvc
Andrew Kelley
2019-10-03
add -fdump-analysis to dump type information to json
Andrew Kelley
2019-10-01
fix tripping LLVM assertion in const unions
Andrew Kelley
2019-09-29
detect the shared windows include dir as well
Andrew Kelley
2019-09-29
detect the windows um include directory
Andrew Kelley
2019-09-25
remove --override-std-dir. fix issues caused by moving std lib
Andrew Kelley
2019-09-24
better default enabled features for riscv
Andrew Kelley
2019-09-24
Create user-specified `output-dir`
Jay Weisskopf
2019-09-21
Merge pull request #3278 from LemonBoy/struct-gen
Andrew Kelley
2019-09-21
Correct stack alignment for new stack
LemonBoy
2019-09-21
Fix generation of tail fields for packed struct
LemonBoy
2019-09-20
avoid setting `tail` for `@panic`
Andrew Kelley
2019-09-19
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-09-19
src: use zig_panic rather than having LLVM abort
daurnimator
2019-09-19
fixups for `@splat`
Andrew Kelley
2019-09-19
`@splat`
Shawn Landden
2019-09-19
implement runtime `@byteSwap` and other fixups
Andrew Kelley
2019-09-18
@byteSwap on vectors
Shawn Landden
2019-09-18
rework the implementation
Andrew Kelley
[next]