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-03-27
zig c++: get it working with musl and mingw-w64
Andrew Kelley
2020-03-26
ability to compile c++ hello world with `zig c++`
Andrew Kelley
2020-03-25
improved handling of native system directories
Andrew Kelley
2020-03-22
riscv: add -mrelax arg for C to work around upstream issue
Andrew Kelley
2020-03-22
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-22
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-21
zig cc: detect optimization and debug flags
Andrew Kelley
2020-03-21
zig cc: better support for the preprocessor option (-E)
Andrew Kelley
2020-03-21
ability to use `zig cc` as a drop-in C compiler
Andrew Kelley
2020-03-20
glibc: include ld symbols and proper soname for ld
Andrew Kelley
2020-03-19
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-19
fix incorrect sentinel check
Andrew Kelley
2020-03-19
fix runtime slice of pointer not setting length
Andrew Kelley
2020-03-19
fix regression when slicing 0-bit pointers
Andrew Kelley
2020-03-19
fixes in semantic analysis needed to support this feature
Andrew Kelley
2020-03-19
slicing with comptime start and end results in array
Andrew Kelley
2020-03-19
ir: More changes to sentinel-terminated const arrays
LemonBoy
2020-03-18
ir: Correct ABI size calculation for arrays
LemonBoy
2020-03-14
for build-obj with only 1 C file, name .o file after root_out_name
Andrew Kelley
2020-03-13
special case when doing build-obj with just one source file
Andrew Kelley
2020-03-13
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-12
Merge pull request #4707 from Vexu/small-atomics
Andrew Kelley
2020-03-12
Simplify stores, use sext for signed ints
Vexu
2020-03-11
fix zig-cache to treat cpu-features as raw-bytes
Michael Dusan
2020-03-11
Move abi size checking to codegen
Vexu
2020-03-11
fix codegen, update docs
Vexu
2020-03-11
support non power of two integers in atomic ops
Vexu
2020-03-10
support atomic operations with bools
Vexu
2020-03-10
ir: Implement more safety checks for shl/shr
LemonBoy
2020-03-09
ir: Fix codegen of ?*T types where T is zero-sized
LemonBoy
2020-03-09
add LemonBoy's test
Vexu
2020-03-09
implement noasync scopes
Vexu
2020-03-07
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-04
ir: Implement @TypeOf with multiple arguments
LemonBoy
2020-03-04
get_codegen_ptr_type returns possible error
Andrew Kelley
2020-03-04
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-04
Fix docs generation
Timon Kruiper
2020-03-03
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-29
Merge pull request #4550 from ziglang/os-version-ranges
Andrew Kelley
2020-02-29
C pointer slices are no longer allowzero (#4462)
Alexandros Naskos
2020-02-28
dynamic_linker becomes a field of std.zig.CrossTarget
Andrew Kelley
2020-02-28
remove special darwin os version min handling
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-26
call deinit on the hashmaps introduced in the prev commit
Andrew Kelley
2020-02-26
fix `@intToEnum` on extern enums
Vexu
2020-02-26
fix `@tagName` on extern and non-exhaustive enums
Vexu
2020-02-25
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-25
remove `@IntType` and `@ArgType` (mostly) from the compiler
Vexu
2020-02-24
remove `@typeId`, `@memberCount`, `@memberName` and `@memberType` from the co...
Vexu
2020-02-24
Merge pull request #4516 from xackus/remove-bytes-to-slice
Andrew Kelley
[next]