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.zig
Age
Commit message (
Expand
)
Author
2025-07-27
aarch64: implement var args
Jacob Young
2025-07-26
aarch64: implement some safety checks
Jacob Young
2025-07-25
aarch64: more progress
Jacob Young
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2021-09-24
stage2 codegen: move bit definitions to src/arch
joachimschmidt557
2021-09-01
stage2: first pass at implementing usingnamespace
Andrew Kelley
2021-05-08
update usage of std.testing in stage2
Veikka Tuominen
2021-04-08
stage2 AArch64: Add conditional branch instructions
joachimschmidt557
2021-04-02
stage2 AArch64: Add ldrh and ldrb instructions
joachimschmidt557
2021-03-31
stage2 AArch64: implement strb and strh
joachimschmidt557
2021-03-17
zld: use aarch64 for opcodes
Jakub Konka
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
2021-01-17
stage2 AArch64: add add/subtract (immediate) instructions
joachimschmidt557
2021-01-17
stage2 aarch64: add basic function pro/epilogue
Jakub Konka
2021-01-16
stage2 AArch64: add very basic return values
joachimschmidt557
2021-01-01
stage2 AArch64: add logical (shifted register) instructions
joachimschmidt557
2020-12-09
stage2+aarch64: clean up offset helper structs
Jakub Konka
2020-12-09
stage2+aarch64: fix stage2 tests
Jakub Konka
2020-12-09
stage2+aarch64: add load and store pair of registers instructions
Jakub Konka
2020-11-26
stage2 macho: add orr and orn instructions
Jakub Konka
2020-11-18
stage2 aarch64: assert register is 64bits in PCrel
Jakub Konka
2020-11-18
stage2 aarch64: add PC relative address instructions
Jakub Konka
2020-11-16
stage2 aarch64: add NOP instruction
Jakub Konka
2020-11-11
stage2 aarch64: add str instruction
Jakub Konka
2020-11-11
stage2 aarch64: add ldr instruction + smoke tests
Jakub Konka
2020-11-11
stage2 AArch64: MoveWideImmediate instructions + test coverage
joachimschmidt557
2020-11-11
stage2 aarch64: add more instructions
joachimschmidt557
2020-11-11
stage2 aarch64: add codegen/aarch64.zig
joachimschmidt557
2020-11-11
Add move wide with zero (movz) instruction
Jakub Konka
2020-11-11
Add testcase for serializing svc #0x80
Jakub Konka
2020-11-11
Implement genAsm on aarch64
Jakub Konka
2020-11-11
stage2 aarch64: add codegen/aarch64.zig
joachimschmidt557