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
2021-07-26
stage2: improvements towards `zig test`
Andrew Kelley
2021-07-23
stage2: improvements towards `zig test`
Andrew Kelley
2021-07-20
stage2: C backend: fix ret AIR instruction
Andrew Kelley
2021-07-20
stage2: C backend: implement support for switch_br AIR
Andrew Kelley
2021-07-20
cbe: fix not (it is a ty_op, not un_op)
Jacob G-W
2021-07-20
stage2: update LLVM backend to new AIR memory layout
Andrew Kelley
2021-07-20
stage2: rework C backend for new AIR memory layout
Andrew Kelley
2021-07-20
stage2: compile error fixes for AIR memory layout branch
Andrew Kelley
2021-07-20
stage2: Air and Liveness are passed ephemerally
Andrew Kelley
2021-07-20
stage2: rework AIR memory layout
Andrew Kelley
2021-07-12
C backend: TypedefMap is now ArrayHashMap
Andrew Kelley
2021-07-08
C backend: cleanups to wrapping int operations
Andrew Kelley
2021-07-08
C backend: add/sub/mul wrapping for the C backend
Matt Knight
2021-07-07
stage2: basic inferred error set support
Andrew Kelley
2021-07-07
stage2: fix if expressions on error unions
Andrew Kelley
2021-07-07
stage2: implement `@panic` and beginnigs of inferred error sets
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-21
stage2: simplify codegen for errorToInt and intToError
Jacob G-W
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-22
stage2: Move BlockData out of ir.Inst.Block
joachimschmidt557
2021-05-22
stage2: rename ir.zig to air.zig
Andrew Kelley
2021-05-11
C backend: fix emitting '$' in identifier names
Andrew Kelley
2021-05-11
stage2: add `owns_tv` flag to `Module.Decl`
Andrew Kelley
2021-04-28
stage2: semaDecl properly analyzes the decl block
Andrew Kelley
2021-04-19
AstGen: implement inline asm output
Andrew Kelley
2021-04-08
Merge pull request #8464 from gracefuu/grace/wasm-ops
Andrew Kelley
2021-04-08
stage2: Add .div to ir.zig
gracefu
2021-04-07
C backend: enumerate all the types in renderType
Andrew Kelley
2021-04-06
C backend: implement Enum types and values
Andrew Kelley
2021-04-02
stage2: progress towards basic structs
Andrew Kelley
2021-03-28
stage2: implement sema for @errorToInt and @intToError
jacob gw
2021-03-18
stage2: the code is compiling again
Andrew Kelley
2021-03-18
stage2: get Module and Sema compiling again
Andrew Kelley
2021-03-08
stage2: error union payload must also be a valid variable type
Veikka Tuominen
2021-03-08
stage2 cbe: add error union and error union operations
jacob gw
2021-03-08
stage2 cbe: non pointer optionals
Veikka Tuominen
2021-03-08
stage2 cbe: errors
Veikka Tuominen
2021-03-08
stage2 cbe: regular optional types
Veikka Tuominen
2021-03-08
stage2 cbe: pointer like optionals
Veikka Tuominen
2021-03-06
stage2: implement var args
Veikka Tuominen
2021-02-24
zig fmt src/
Andrew Kelley
2021-02-16
std: remove io.AutoIndentingStream
Isaac Freund
2021-02-01
stage2: reimplement switch
Veikka Tuominen
2021-02-01
stage2 cbe: implement not and some bitwise ops
Veikka Tuominen
2021-02-01
stage2 cbe: implement switchbr
Veikka Tuominen
2021-02-01
stage2 cbe: block results
Veikka Tuominen
2021-02-01
stage2 cbe: condbr and breaks
Veikka Tuominen
2021-02-01
stage2 cbe: use AutoIndentingStream
Veikka Tuominen
2021-02-01
stage2 cbe: loop instruction
Veikka Tuominen
[next]