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-24
gen-h: add a pass for exported variables
Sahnvour
2019-11-24
refactored gen_h_file to improve maintainability and output
Sahnvour
2019-11-24
all tests passing
Andrew Kelley
2019-11-23
update the stage1 implementation to the new proposal
Andrew Kelley
2019-11-21
improve broken llvm module error message
Vexu
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-21
add null terminated pointers and arrays to self-hosted
Andrew Kelley
2019-11-14
Update discriminant value also for zero-sized unions
LemonBoy
2019-11-14
rework layout of struct type fields
Andrew Kelley
2019-11-14
rework comptime struct value layout, removing 1/2 hacks
Andrew Kelley
2019-11-13
Merge pull request #3675 from Vexu/atomic-store
Andrew Kelley
2019-11-12
fix anonymous struct literal assigned to variable
Andrew Kelley
2019-11-12
fn parameters participate in result location semantics
Andrew Kelley
2019-11-13
add @atomicStore builtin
Vexu
2019-11-11
fix unresolved type making it to codegen
Andrew Kelley
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-12
Correctly mangle frameaddress intrinsic name
LemonBoy
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
[prev]
[next]