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
2022-12-06
CBE: avoid trailing space
Jacob Young
2022-12-06
CBE: add windows-specific reserved identifiers
Jacob Young
2022-12-06
CBE: fix bad local reuse for volatile memset
Jacob Young
2022-12-04
CBE: revert broken change that got missed
Jacob Young
2022-12-04
CBE: defer invariant local reuse in loops
Jacob Young
2022-12-04
CBE: fix liveness issue with wrapping optionals
Andrew Kelley
2022-12-04
CBE: remove stray comment
Andrew Kelley
2022-12-04
CBE: fix union init wrong field name
Andrew Kelley
2022-12-04
CBE: aggregate_init: resolve all operands before processing Liveness
Andrew Kelley
2022-12-04
CBE and LLVM: handle unused try instructions
Andrew Kelley
2022-12-04
CBE: fix various regressions caught by behavior tests
Andrew Kelley
2022-12-04
CBE: fix static allocs being double allocated
Andrew Kelley
2022-12-04
CBE: avoid curly inits because they don't work in assignments
Andrew Kelley
2022-12-04
CBE: fix use-after-free of Type keys in free_locals map
Andrew Kelley
2022-12-04
CBE: fix assignment expr and switch free tracking
Andrew Kelley
2022-12-04
CBE: fix clone of freed locals not being deep clone
Andrew Kelley
2022-12-04
CBE: take advantage of switch_br and cond_br liveness
Andrew Kelley
2022-12-04
CBE: exploit Liveness analysis to reuse locals
Andrew Kelley
2022-12-04
Revert "cbe: reduce amount of temporary locals"
Andrew Kelley
2022-12-04
Revert "cbe: write more instructions inline"
Andrew Kelley
2022-12-03
cbe: add forward declarations for optionals and error unions
Jacob Young
2022-12-03
cbe: implement function alignment
Jacob Young
2022-12-03
cbe: fix zero-bit struct field pointer
Jacob Young
2022-12-03
cbe: implement multiple exports of a symbols
Jacob Young
2022-12-03
cbe: don't emit extern decls that are already exported
Jacob Young
2022-12-03
cbe: fix named constraints without modifiers
Jacob Young
2022-12-03
CBE: no braces when lowering block instruction
Andrew Kelley
2022-12-03
Merge pull request #13748 from jacobly0/c-unaligned
Andrew Kelley
2022-12-02
cbe: add support for constraint modifiers specified after a colon
Jacob Young
2022-12-02
cbe: use memcpy for underaligned loads and stores
Jacob Young
2022-12-02
CBE: use bool, true, false, instead of `zig_` prefixes
Andrew Kelley
2022-12-02
CBE: use a 0 literal instead of `error.@"(no error)"`
Andrew Kelley
2022-12-02
CBE: eliminate zig_void
Andrew Kelley
2022-11-30
cbe: write more instructions inline
Veikka Tuominen
2022-11-30
cbe: do not memcpy identical integer types when bitcasting
Veikka Tuominen
2022-11-30
cbe: reduce amount of temporary locals
Veikka Tuominen
2022-11-30
cbe: fix asm return values
Veikka Tuominen
2022-11-30
cbe: prevent access of inactive union field in unimplemented instructions
Veikka Tuominen
2022-11-30
cbe: include hash in tuple type name
Veikka Tuominen
2022-11-30
cbe: implement packed unions
Veikka Tuominen
2022-11-30
cbe: correctly handle pointers to zero bit error union payloads
Veikka Tuominen
2022-11-30
cbe: operand of address of operator must be an lvalue
Veikka Tuominen
2022-11-30
cbe: cast pointer switch target to int
Veikka Tuominen
2022-11-30
cbe: ensure test and tagName function names are unique
Veikka Tuominen
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-25
Merge pull request #13627 from Vexu/tuple-decls
Andrew Kelley
2022-11-23
work around stage1 compile error
Andrew Kelley
2022-11-23
Sema: implement tuple declarations
Veikka Tuominen
2022-11-22
C backend: implement vector reduce and overflow intrinsics
Andrew Kelley
2022-11-19
c backend: Output string literals for array init of bytes
Jimmi Holst Christensen
[next]