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
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-11-12
rework memory management of Module.Namespace hash maps
Andrew Kelley
2023-11-11
Merge pull request #17963 from jacobly0/workaround/16392
Andrew Kelley
2023-11-10
BitcodeReader: followup cleanup
Jacob Young
2023-11-10
llvm: workaround SROA misoptimizations in LLVM
Jacob Young
2023-11-09
Compilation: forward clang diagnostics to error bundles
Jacob Young
2023-11-07
cbe: support rendering union values that have no defined tag type
kcbanner
2023-10-31
cbe: fix `@bitCast` warnings
Jacob Young
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-26
link: support exporting constant values without a Decl
Andrew Kelley
2023-10-25
C backend: remove some `@as`
Andrew Kelley
2023-10-25
cbe: update `DeclGen.decl_index` to support anon decls
Jacob Young
2023-10-24
InternPool: remove runtime_value representation
mlugg
2023-10-23
Revert "Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs""
Robin Voetter
2023-10-23
Merge pull request #17651 from Vexu/error-limit
Andrew Kelley
2023-10-22
Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs"
Andrew Kelley
2023-10-22
Merge pull request #17657 from Snektron/spirv-recursive-ptrs
Robin Voetter
2023-10-22
remove uses of non-configurable `err_int`
Veikka Tuominen
2023-10-21
InternPool: store alignment of anon decls
Andrew Kelley
2023-10-21
migrate make_ptr_const to new anonymous decl mechanism
Andrew Kelley
2023-10-21
spirv: self-referential pointers via new fwd_ptr_type
Robin Voetter
2023-10-21
spirv: make constructStruct also use self.ptrType
Robin Voetter
2023-10-21
spirv: improve union operations
Robin Voetter
2023-10-21
spirv: make load() and store() accept MemoryOptions
Robin Voetter
2023-10-21
spirv: replace most use of spv.ptrType with self.ptrType
Robin Voetter
2023-10-19
link: initialize llvm before calling the llvm API
Jacob Young
2023-10-19
Builder: fix incorrect type for 32-bit systems
Jacob Young
2023-10-18
Merge pull request #17577 from alichraghi/spirv-1
Robin Voetter
2023-10-18
Merge pull request #17561 from alichraghi/spirv-0
Robin Voetter
2023-10-18
spirv: switch on bool
Ali Chraghi
2023-10-17
spirv: memcpy
Ali Chraghi
2023-10-16
spirv: fieldParentPtr
Ali Chraghi
2023-10-15
spirv: work around OpSource parsing issue in llvm-spirv
Robin Voetter
2023-10-15
spirv: simple binary and comparison vector operations
Ali Chraghi
2023-10-15
spirv: emit vectors as arrays
Ali Chraghi
2023-10-15
spirv: optional comparison
Robin Voetter
2023-10-15
spirv: handle errors in switch
Robin Voetter
2023-10-15
spirv: intcast, trunc for strange ints
Robin Voetter
2023-10-15
spirv: sign-extension for strange integers
Robin Voetter
2023-10-15
spirv: air min/max
Robin Voetter
2023-10-15
spirv: air bitcast for non-numeric non-pointer types
Robin Voetter
2023-10-15
spirv: fix air is_null optional slice field type
Robin Voetter
2023-10-15
spirv: allow generation of *i0
Robin Voetter
2023-10-15
spirv: handle zero-sized arrays
Robin Voetter
2023-10-15
spirv: `fpext` and `fptrunc` instructions
Ali Chraghi
2023-10-15
spirv: override function return type to void if it has no runtime bits
Robin Voetter
2023-10-15
spirv: generate *void as pointer to opaque
Robin Voetter
2023-10-15
spirv: make air is_null not emit OpPtr(Not)Equal
Robin Voetter
2023-10-15
spirv: fix incorrect repr of some optional operations
Robin Voetter
2023-10-15
spirv: make bitcasts between the same spirv type a no-op
Robin Voetter
[next]