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-11-20
compute LLVMTypes in ParamTypeIterator (#13592)
Guillaume Wenzek
2022-11-19
c backend: Output string literals for array init of bytes
Jimmi Holst Christensen
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-16
Merge pull request #13561 from jacobly0/gcc-warnings
Andrew Kelley
2022-11-16
cbe: fix identifiers colliding with the short keyword
Jacob Young
2022-11-15
cbe: fixed tagged union initializers of a zero-bit field type
Jacob Young
2022-11-15
cbe: fix indexing with a zero-bit element type
Jacob Young
2022-11-15
zig.h: match float comparison signatures from compiler rt
Jacob Young
2022-11-16
Sema+llvm: improve handling of namespace-like unions
Veikka Tuominen
2022-11-16
llvm: implement arbitrary precision debug enumerators
Veikka Tuominen
2022-11-12
llvm: check that tuple fields have runtime bits
Veikka Tuominen
2022-11-12
llvm: correctly lower references to generic functions
Veikka Tuominen
2022-11-11
llvm: correct calculation of index of zero-bit field
Veikka Tuominen
2022-11-11
llvm: fix leaks of fully qualified names
Veikka Tuominen
2022-11-11
stage2: Support modifiers in inline asm
Cody Tapscott
2022-11-10
stage2 llvm: Elide more loads
Cody Tapscott
2022-11-10
stage2: Be more strict about eliding loads
Cody Tapscott
2022-11-09
llvm: implement packed unions
Veikka Tuominen
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-11-02
cbe: fix padding bits after a bitcast
Jacob Young
2022-11-02
cbe: use wrapping for left shifts
Jacob Young
2022-11-02
cbe: fix crash rendering union with zero-bit tag
Jacob Young
2022-11-02
cbe: fix extern
Jacob Young
2022-11-02
Merge pull request #13389 from jacobly0/fix-only-c
Andrew Kelley
2022-11-02
Merge pull request #13396 from Luukdegram/fix-12880
Andrew Kelley
2022-11-02
cbe: ignore comptime fields when generating tuple typedefs
Jacob Young
2022-11-02
cbe: hack around invalid Air
Jacob Young
2022-11-02
stage2 llvm: Respect alignment for `.union_init`
Cody Tapscott
2022-11-01
cbe: correctly implement volatile memset
Jacob Young
2022-11-01
cbe: incorrectly implement volatile memset
Jacob Young
2022-11-01
cbe: support arrays in more places
Jacob Young
2022-11-01
cbe: fix optional access
Jacob Young
2022-11-01
cbe: avoid emitting code for zero-bit field access
Jacob Young
2022-11-01
cbe: disambiguate struct typedefs with decl index
Jacob Young
2022-11-01
cbe: fix threadlocal
Jacob Young
2022-11-01
llvm: mangle extern Wasm functions
Luuk de Gram
2022-10-31
cbe: fix gcc warnings
Jacob Young
2022-10-31
cbe: improve support for non-native float types
Jacob Young
2022-10-29
cbe: implement optional slice representation change
Jacob Young
2022-10-27
Merge pull request #13288 from Vexu/opt-slice
Andrew Kelley
2022-10-27
Merge pull request #13257 from topolarity/ctype-fixes
Andrew Kelley
2022-10-27
Sema: use `runtime_value` instead of creating allocs
Veikka Tuominen
2022-10-27
llvm: pass optional slices like regular slices
Veikka Tuominen
2022-10-27
llvm: do not return undefined pointers from array_to_slice
Veikka Tuominen
2022-10-27
llvm: handle namespace like packed structs
Veikka Tuominen
2022-10-27
stage2: optimize size of optional slices
Veikka Tuominen
2022-10-25
cbe: fix floating point builtins
Jacob Young
2022-10-25
cbe: improve floating point type support
Jacob Young
2022-10-25
cbe: add support for all float literals types
Jacob Young
2022-10-25
cbe: implement field_parent_ptr
Jacob Young
[next]