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
/
arch
Age
Commit message (
Expand
)
Author
2023-05-01
x86_64: fix stack realignment
Jacob Young
2023-05-01
x86_64: cleanup unneeded code
Jacob Young
2023-05-01
x86_64: implement a bunch of floating point stuff
Jacob Young
2023-05-01
x86_64: use std.log for debug logging
Jacob Young
2023-04-29
Merge pull request #15458 from koachan/sparc64-codegen
Andrew Kelley
2023-04-28
stage2: sparc64: Implement airPtrSliceLenPtr/airPtrSlicePtrPtr stubs
Koakuma
2023-04-28
stage2: sparc64: Implement ASI load/store ops
Koakuma
2023-04-28
stage2: sparc64: Implement airByteSwap
Koakuma
2023-04-28
stage2: sparc64: Factor machine offset calculation
Koakuma
2023-04-28
stage2: sparc64: Implement airStructFieldPtr
Koakuma
2023-04-28
stage2: sparc64: Add stub for c_va_*
Koakuma
2023-04-28
Sema: fix false negative Value.isComptimePtr for slices
Andrew Kelley
2023-04-28
compiler: use `@memcpy` instead of `std.mem.copy`
Andrew Kelley
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-27
Merge pull request #15435 from jacobly0/x86_64-frame
Andrew Kelley
2023-04-27
Merge pull request #15474 from Luukdegram/wasm-atomics
Andrew Kelley
2023-04-26
x86_64: fix tlv references
Jacob Young
2023-04-26
x86_64: fix rem/mod behavior and hazards
Jacob Young
2023-04-26
behavior: update passing cbe tests
Jacob Young
2023-04-26
x86_64: fix some floating point encoding errors
Jacob Young
2023-04-26
x86_64: add frame indices
Jacob Young
2023-04-26
wasm: support pointers in `cmpxchg`
Luuk de Gram
2023-04-26
wasm: implement atomic stores
Luuk de Gram
2023-04-26
wasm: implement `@fence`
Luuk de Gram
2023-04-26
wasm: implement `@atomicRmw`
Luuk de Gram
2023-04-26
wasm: implement `@atomicLoad`
Luuk de Gram
2023-04-26
wasm: use atomic feature for `@cmpxchg` when enabled
Luuk de Gram
2023-04-26
wasm: implement `cmpxchg{weak/strong}`
Luuk de Gram
2023-04-25
stage2: introduce store_safe AIR instruction
Andrew Kelley
2023-04-25
wasm backend: fix airMemset with slices
Andrew Kelley
2023-04-25
x86_64 backend: support `@memset` with slices
Andrew Kelley
2023-04-25
x86_64 backend: implement `@memset` for element ABI size > 1
Andrew Kelley
2023-04-25
LLVM backend: support non-byte-sized memset
Andrew Kelley
2023-04-25
x86 backend: implement new memcpy/memset semantics
Andrew Kelley
2023-04-25
wasm backend: implement new memcpy/memset and ptrtoint semantics
Andrew Kelley
2023-04-22
wasm: store `__zig_lt_errors_len` in linear data
Luuk de Gram
2023-04-22
wasm: implement `error_set_has_value`
Luuk de Gram
2023-04-22
wasm: implement `cmp_lt_errors_len` instruction
Luuk de Gram
2023-04-21
macho: skip GOT for TLVs; handle them separately when lowering
Jakub Konka
2023-04-21
elf: do not reserve a GOT slot for every Atom
Jakub Konka
2023-04-20
x86_64: fix merge conflict
Jacob Young
2023-04-20
x86_64: adapt to new isUnused liveness change
Jacob Young
2023-04-20
x86_64: use liveness block deaths
Jacob Young
2023-04-20
x86_64: instruction tracking cleanup
Jacob Young
2023-04-20
x86_64: add block death workaround
Jacob Young
2023-04-20
x86_64: rewrite inst tracking
Jacob Young
2023-04-20
Begin integrating new liveness analysis into remaining backends
mlugg
2023-04-20
wasm: integrate new Liveness behaviour
Luuk de Gram
2023-04-20
Liveness: control flow analysis
mlugg
2023-04-18
Merge pull request #15302 from jacobly0/x86_64-non-liveness
Andrew Kelley
[prev]
[next]