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-04-28
C backend: fix ptr comparison of array ptrs when one is null-terminated
Andrew Kelley
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-28
C backend: fix memset for structs and arrays
Andrew Kelley
2023-04-28
LLVM backend: optimize memset with comptime-known element
Andrew Kelley
2023-04-28
llvm backend: fix memset with byref element value
Andrew Kelley
2023-04-28
llvm backend: fix lowering of memset
Andrew Kelley
2023-04-26
Merge pull request #15452 from mlugg/zig-cbe-opt
Andrew Kelley
2023-04-26
Merge pull request #15278 from ziglang/memcpy-memset
Andrew Kelley
2023-04-26
CBE: minor optimizations to output source
mlugg
2023-04-25
C backend: fix lowering comparison when array ptr meets ptr
Andrew Kelley
2023-04-25
Sema: fix memcpy alias safety incorrect math
Andrew Kelley
2023-04-25
stage2: introduce store_safe AIR instruction
Andrew Kelley
2023-04-25
C backend: use ++ instead of += for airMemset
Andrew Kelley
2023-04-25
C backend: fix memset for loop lowering
Andrew Kelley
2023-04-25
LLVM backend: support non-byte-sized memset
Andrew Kelley
2023-04-25
C backend: implement new memcpy and inttoptr semantics
Andrew Kelley
2023-04-25
update `@memcpy` to require equal src and dest lens
Andrew Kelley
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-25
cbe: fix mutability issues with builtin test_functions
Jacob Young
2023-04-25
cbe: implement @extern
Jacob Young
2023-04-25
cbe: remove unused arena
Jacob Young
2023-04-21
cbe: fix local aliasing issues in atomic ops
Jacob Young
2023-04-21
zig.h: fix float negation
Jacob Young
2023-04-21
cbe: implement 128-bit atomics support
Jacob Young
2023-04-21
cbe: fix atomic float min/max
Jacob Young
2023-04-21
cbe: fix float casts involving f16
Jacob Young
2023-04-21
cbe: fix remaining aarch64 issues
Jacob Young
2023-04-21
cbe: fix issues with atomic floats
Jacob Young
2023-04-21
cbe: enable CI for std tests
Jacob Young
2023-04-21
Merge pull request #15355 from mlugg/feat/liveness-control-flow
Andrew Kelley
2023-04-20
fixes to the previous commit
Andrew Kelley
2023-04-20
Expose an option for producing 64-bit DWARF format
David Gonzalez Martin
2023-04-20
Begin integrating new liveness analysis into remaining backends
mlugg
2023-04-20
cbe: integrate new Liveness behaviour
mlugg
2023-04-20
Liveness: avoid emitting unused instructions or marking their operands as used
mlugg
2023-04-20
Liveness: control flow analysis
mlugg
2023-04-20
llvm: emit metadata for exported global variables (#15349)
Tw
2023-04-13
add c_char type
Andrew Kelley
2023-04-09
spirv: Do not generate the Alignment attribute on pointers for now
Robin Voetter
2023-04-09
spirv: allow global, constant address spaces
Robin Voetter
2023-04-09
spirv: deny global OpVariable in inline asm
Robin Voetter
2023-04-09
spirv: deny OpEntryPoint in asm
Robin Voetter
2023-04-09
spirv: export functions with .Kernel callconv as entry point
Robin Voetter
2023-04-09
amdgpu,nvptx: unify kernel calling conventions
Robin Voetter
2023-04-09
spirv: emit interface variables for entry points
Robin Voetter
2023-04-09
spirv: add decl dependencies for functions also
Robin Voetter
2023-04-09
spirv: temporarily emit test kernels
Robin Voetter
2023-04-09
spirv: implement error set and error unions
Robin Voetter
2023-04-09
spirv: improve linking globals
Robin Voetter
2023-04-09
spirv: overhaul constant lowering
Robin Voetter
[next]