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
/
aarch64
Age
Commit message (
Expand
)
Author
2025-11-12
Air.Legalize: revert to loops for scalarizations
Matthew Lugg
2025-11-12
compiler: spring cleaning
Matthew Lugg
2025-10-30
aarch64: fix macho external references
Jacob Young
2025-10-30
aarch64: implement optional comparisons
Jacob Young
2025-10-30
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg
2025-10-02
Coff: delete
Jacob Young
2025-09-21
Elf2: create a new linker from scratch
Jacob Young
2025-09-21
aarch64/zonCast: don't return a pointer to a stack element
Frank Denis
2025-09-20
aarch64: fix behavior failures
Jacob Young
2025-09-20
aarch64: implement `ptr_slice_*_ptr`
Jacob Young
2025-08-15
aarch64: more assembler instructions
Jacob Young
2025-08-11
aarch64: implement more assembler instructions
Jacob Young
2025-08-01
remove usages of `.alignment = 0`
David Rubin
2025-07-28
aarch64: implement scalar `@mod`
Jacob Young
2025-07-28
aarch64: workaround some optional/union issues
Jacob Young
2025-07-27
aarch64: fix error union constants
Jacob Young
2025-07-27
aarch64: implement var args
Jacob Young
2025-07-26
aarch64: implement more optional/error union/union support
Jacob Young
2025-07-26
aarch64: implement some safety checks
Jacob Young
2025-07-26
aarch64: implement stack probing
Jacob Young
2025-07-26
aarch64: implement complex switch prongs
Jacob Young
2025-07-25
aarch64: more progress
Jacob Young
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-02
compiler: delete aarch64 backend
Andrew Kelley