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
Age
Commit message (
Expand
)
Author
2022-02-27
stage2: fix bitcast to optional ptr in llvm backend; omit safety check for in...
Veikka Tuominen
2022-02-26
stage2: implement `@unionInit`
Andrew Kelley
2022-02-26
stage2: various fixes to get one test passing
Veikka Tuominen
2022-02-24
spirv spec: do not align packed struct fields
Veikka Tuominen
2022-02-24
stage2: implement fieldParentPtr
Veikka Tuominen
2022-02-23
stage2: integer-backed packed structs
Andrew Kelley
2022-02-22
Merge pull request #10929 from davidmrt98/cbe
Veikka Tuominen
2022-02-21
Sema: fix comptime union initialization
Andrew Kelley
2022-02-21
Merge pull request #10925 from Vexu/stage2
Andrew Kelley
2022-02-21
enable Gpu address spaces (#10884)
gwenzek
2022-02-19
stage2: implement errunion_payload_ptr_set
Veikka Tuominen
2022-02-19
stage2: correct use of .unwrap_err_union_* in LLVM and C backend
Veikka Tuominen
2022-02-19
C backend: adjust order of parameters in renderDeclName
David Martschenko
2022-02-19
C backend: fix codegen for field_ptr/elem_ptr values
David Martschenko
2022-02-19
Merge pull request #10924 from ziglang/air-independence-day
Andrew Kelley
2022-02-18
stage2: make AIR not reference ZIR for inline assembly
Andrew Kelley
2022-02-18
Add backend-specific skips for bitreverse, byteswap tests
Cody Tapscott
2022-02-18
stage2: Implement `@bitReverse` and `@byteSwap`
Cody Tapscott
2022-02-16
Fix 2D array support for C backend
Cody Tapscott
2022-02-16
cbe: Add `writeCValueDeref` and small re-factor
Cody Tapscott
2022-02-14
LLVM backend: refactor LLVM bitcount ops (#10882)
John Schmidt
2022-02-12
stage2: implement `@popCount` for SIMD vectors
Andrew Kelley
2022-02-12
LLVM backend: handle unnamed structs when lowering array values
Andrew Kelley
2022-02-12
LLVM backend: avoid creating invalid LLVM types
Andrew Kelley
2022-02-12
LLVM backend: call constPtrToInt instead of constBitCast
Andrew Kelley
2022-02-12
LLVM backend: fix union with only 1 tag tripping llvm assertion
Andrew Kelley
2022-02-12
make f80 less hacky; lower as u80 on non-x86
Andrew Kelley
2022-02-12
stage1: fix f80 size and alignment on x86 and arm
Andrew Kelley
2022-02-12
stage2: LLVM backend: adjust replaceAllUsesWith usage
Andrew Kelley
2022-02-10
stage2: LLVM backend: make unnamed struct globals
Andrew Kelley
2022-02-09
stage2: implement all builtin floatops for f{16,32,64}
John Schmidt
2022-02-07
stage2: implement @sqrt for f{16,32,64}
John Schmidt
2022-02-07
Merge pull request #10803 from ziglang/decl-has-lib-name
Andrew Kelley
2022-02-06
stage2: add new Decl subtype, ExternFn
Jakub Konka
2022-02-05
stage2: add support for Nvptx target
gwenzek
2022-02-01
Merge pull request #10742 from ziglang/ArrayHashMapEql
Andrew Kelley
2022-01-31
stage2: update to new ArrayHashMap API
Andrew Kelley
2022-01-30
stage2: implement shl_exact and shr_exact
Andrew Kelley
2022-01-28
spirv: spir-v dedicated type system
Robin Voetter
2022-01-28
spirv: new module
Robin Voetter
2022-01-28
spirv: model spir-v section as separate type
Robin Voetter
2022-01-28
spirv: keep track of air & liveness so that it can be used in flush()
Robin Voetter
2022-01-28
spirv: regenerate spec
Robin Voetter
2022-01-25
c backend: use an explicit map of reserved idents
Andrew Kelley
2022-01-24
stage2: rework a lot of stuff
Andrew Kelley
2022-01-24
llvm backend: fix not updating map after deleting global
Andrew Kelley
2022-01-24
stage2: type system treats fn ptr and body separately
Andrew Kelley
2022-01-24
Cleanup unnecessary switches in union logic
Cody Tapscott
2022-01-24
Run `zig fmt`
Cody Tapscott
2022-01-24
Add `union` support to the C backend.
Cody Tapscott
[next]