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-05-10
cbe: use `Assignment` in `airSplat`
Jacob Young
2023-05-06
cbe: fix typos
Jacob Young
2023-04-28
C backend: take advantage of Assignment abstraction in airMemset
Andrew Kelley
2023-04-28
C backend: fix ptr comparison of array ptrs when one is null-terminated
Andrew Kelley
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-28
C backend: fix memset for structs and arrays
Andrew Kelley
2023-04-26
Merge pull request #15452 from mlugg/zig-cbe-opt
Andrew Kelley
2023-04-26
Merge pull request #15278 from ziglang/memcpy-memset
Andrew Kelley
2023-04-26
CBE: minor optimizations to output source
mlugg
2023-04-25
C backend: fix lowering comparison when array ptr meets ptr
Andrew Kelley
2023-04-25
stage2: introduce store_safe AIR instruction
Andrew Kelley
2023-04-25
C backend: use ++ instead of += for airMemset
Andrew Kelley
2023-04-25
C backend: fix memset for loop lowering
Andrew Kelley
2023-04-25
LLVM backend: support non-byte-sized memset
Andrew Kelley
2023-04-25
C backend: implement new memcpy and inttoptr semantics
Andrew Kelley
2023-04-25
update `@memcpy` to require equal src and dest lens
Andrew Kelley
2023-04-25
cbe: implement @extern
Jacob Young
2023-04-25
cbe: remove unused arena
Jacob Young
2023-04-21
cbe: fix local aliasing issues in atomic ops
Jacob Young
2023-04-21
zig.h: fix float negation
Jacob Young
2023-04-21
cbe: implement 128-bit atomics support
Jacob Young
2023-04-21
cbe: fix atomic float min/max
Jacob Young
2023-04-21
cbe: fix float casts involving f16
Jacob Young
2023-04-21
cbe: fix remaining aarch64 issues
Jacob Young
2023-04-21
cbe: fix issues with atomic floats
Jacob Young
2023-04-21
cbe: enable CI for std tests
Jacob Young
2023-04-20
cbe: integrate new Liveness behaviour
mlugg
2023-04-20
Liveness: control flow analysis
mlugg
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
[next]