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
2020-07-24
stage1: add missing math.h includes
Andrew Kelley
2020-07-24
Revert "Support taking extern pointers at comptime"
Andrew Kelley
2020-07-24
Support taking extern pointers at comptime
yvt
2020-07-21
Use function attribute "frame-pointer"
Hiroki Noda
2020-07-11
add 'anytype' to stage1 and langref
Vexu
2020-07-05
stage1: add missing runtime safety for @intCast unsigned -> signed of same bi...
xackus
2020-06-22
Merge remote-tracking branch 'origin/master' into zig-ast-to-zir
Andrew Kelley
2020-06-21
Make unary minus for unsigned types a compile error (#5654)
Robin Voetter
2020-06-18
zig cc: add missing cxxabi include path
Andrew Kelley
2020-06-18
stage1: stop emitting memset to undefined when safety is off
Andrew Kelley
2020-06-18
self-hosted: implement Decl lookup
Andrew Kelley
2020-06-18
implement `@src`
Vexu
2020-06-09
Expose full llvm intrinsic
Jakub Konka
2020-06-09
Add builtin for llvm.wasm.memory.grow.i32 intrinsic
Jakub Konka
2020-06-09
Add builtin for llvm.wasm.memory.size.i32 instrinsic
Jakub Konka
2020-05-28
C ABI: Add C support for passing structs of floats to an extern function
Timon Kruiper
2020-05-26
Add caller location tracking for asserts (ir_assert, src_assert, ir_assert_ge...
foobles
2020-05-16
Merge remote-tracking branch 'origin/master' into self-hosted-incremental-com...
Andrew Kelley
2020-05-12
clear progress indicator before printing errors
Andrew Kelley
2020-05-05
Rename noasync to nosuspend in C++ compiler
Tadeo Kondrak
2020-04-27
Add missing state to C object cache
George Roman
2020-04-26
add CLI option -Bsymbolic for binding global references locally
Andrew Kelley
2020-04-25
Pass each target feature flag separately
George Roman
2020-04-23
stage1: fix crash on accessing an array of size zero with runtime index
xackus
2020-04-23
stage1: Fix bitcast of immediate to ptr type (#5131)
LemonBoy
2020-04-22
stage1: Another hack for the C ABI compatibility
LemonBoy
2020-04-20
stage1: Fix wrong union access
LemonBoy
2020-04-17
stage1: Fix several bugs in constant generation
LemonBoy
2020-04-13
stage1: More fixes for BE targets
LemonBoy
2020-04-12
only use `-nostdinc++` on c++ files
Michael Dusan
2020-04-12
Zig treats -lstdc++ identically to -lc++
Andrew Kelley
2020-04-07
Merge pull request #4857 from LemonBoy/fix-4777
Andrew Kelley
2020-04-07
stage1: Respect the specified name for extern var
LemonBoy
2020-04-06
zig cc: recognize a few more linker options
Andrew Kelley
2020-04-05
ir: Fix error checking for vector ops
LemonBoy
2020-04-05
ir: Remove unused and commented out code
LemonBoy
2020-04-05
ir: Support shift left/right on vectors
LemonBoy
2020-04-05
ir: Support div/mod/rem on vector types
LemonBoy
2020-04-05
Do not parse native_libc.txt anymore when linking on native target, always ru...
Michaƫl Larouche
2020-04-03
change the default ABI of riscv64-linux-musl
Andrew Kelley
2020-04-03
ir: Rewrite the bound checks in slice operator
LemonBoy
2020-04-02
zig cc: support more linker args
Andrew Kelley
2020-04-02
zig cc: respect -MF -MV -MD options
Andrew Kelley
2020-04-01
zig cc properly handles -S flag and .ll, .bc extensions
Andrew Kelley
2020-04-01
stage1: make C++ switch fallthrough an error
Michael Dusan
2020-04-01
Merge pull request #4896 from FireFox317/fix-arm32-stuff
Andrew Kelley
2020-04-01
Make sure that ZigTypeVector and ZigTypeArray have the same memory layout
Timon Kruiper
2020-04-01
fixups and revert a few things
Andrew Kelley
2020-04-01
Use length field as passed in stage2 libc_installation instead of relying on ...
daurnimator
2020-03-30
revert detection of rtti and exceptions
Andrew Kelley
[next]