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
/
c.zig
Age
Commit message (
Expand
)
Author
2023-04-07
cbe: assert there are no unfreed locals
Jacob Young
2023-04-07
Liveness: defer deaths of externally-scoped instructions in loop bodies
mlugg
2023-04-05
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-04-05
compiler_rt: attempt to fix f16 abi on mac with llvm 16
Jacob Young
2023-04-02
Sema: defer stores to inferred allocs
Jacob Young
2023-03-30
new builtins: @workItemId, @workGroupId, @workGroupSize
Robin Voetter
2023-03-28
Sema: fix empty slice pointer value
Jacob Young
2023-03-21
CBE: implement aggregateInit() for array of array case.
Xavier Bouchoux
2023-03-07
CBE: implement unsigned big int div and mod
Jacob Young
2023-03-05
CBE: fix reduce of emulated integers
Jacob Young
2023-03-05
CBE: ensure uniqueness of more internal identifiers
Jacob Young
2023-03-05
CBE: implement select and shuffle
Jacob Young
2023-03-05
CBE: implement splat
Jacob Young
2023-03-05
CBE: implement vector truncate
Jacob Young
2023-03-05
CBE: implement vector element pointers
Jacob Young
2023-03-05
CBE: implement vector operations
Jacob Young
2023-03-05
CBE: fix behavior test failures on msvc
Jacob Young
2023-03-05
CBE: implement some big integer and vector unary operations
Jacob Young
2023-03-05
CBE: implement big integer and vector comparisons
Jacob Young
2023-03-05
CBE: implement big integer literals
Jacob Young
2023-03-04
add @trap builtin
r00ster91
2023-02-25
CBE: replace locals list with a hash map
Jacob Young
2023-02-24
CBE: reuse locals with the same `CType` instead of `Type`
Jacob Young
2023-02-23
CBE: implement the future
Jacob Young
2023-02-23
CBE: apply some maybe payload cleanups
Jacob Young
2023-02-23
CBE: simplify always_tail call logic
Jacob Young
2023-02-23
CBE: delete stage1 hacks
Jacob Young
2023-02-23
CBE: fix MSVC diagnostics generated by the behavior tests
Jacob Young
2023-02-23
CBE: support call attributes
Jacob Young
2023-02-23
CBE: implement c varargs
Jacob Young
2023-02-23
CBE: cleanup field access
Jacob Young
2023-02-22
Merge pull request #14691 from jacobly0/ctype
Andrew Kelley
2023-02-21
CBE: fix windows test failures
Jacob Young
2023-02-21
Sema: implement @fieldParentPtr for unions
Isaac Freund
2023-02-21
CBE: fix test failures
Jacob Young
2023-02-21
CBE: use CType for type definitions
Jacob Young
2023-02-21
CBE: remove typedef data structures
Jacob Young
2023-02-20
CBE: use stdint.h types instead of `zig_` prefixes
Jacob Young
2023-02-20
CBE: use CType for type rendering
Jacob Young
2023-02-20
CBE: add CType interning
Jacob Young
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-31
move compiler's CType logic to std.Target
Andrew Kelley
2023-01-29
cbe: fixes for tls, support for not linking libc, and enabling tests
kcbanner
2023-01-29
cbe: don't emit unused undefined array literals
kcbanner
2023-01-23
zig fmt fixup
kcbanner
2023-01-23
cbe: fixes for x86
kcbanner
2023-01-02
fmt fixups
kcbanner
2023-01-01
cbe: changes to get zig2.c compiling under msvc
kcbanner
2023-01-01
cbe: fixes for compiling zig2.c under msvc
kcbanner
2023-01-01
cbe: all behaviour tests now pass on msvc
kcbanner
[next]