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
/
aarch64
/
abi.zig
Age
Commit message (
Expand
)
Author
2025-07-02
compiler: delete aarch64 backend
Andrew Kelley
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-25
sema: clean-up `{union,struct}FieldAlignment` and friends
David Rubin
2024-08-25
sema: rework type resolution to use Zcu when possible
David Rubin
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-07-04
compiler: type.zig -> Type.zig
mlugg
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2023-11-25
convert `toType` and `toValue` to `Type.fromInterned` and `Value.fromInterned`
Techatrix
2023-08-22
compiler: move unions into InternPool
Andrew Kelley
2023-06-10
stage2: move union types and values to InternPool
Andrew Kelley
2023-06-10
stage2: move struct types and aggregate values to InternPool
Andrew Kelley
2023-06-10
stage2: implement intTagType logic
Andrew Kelley
2023-06-10
Type.isSlice: make it InternPool aware
Andrew Kelley
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
2022-12-27
stage2 AArch64: unify callee-preserved regs on all targets
joachimschmidt557
2022-12-09
Eliminate `BoundFn` type from the language
Veikka Tuominen
2022-10-22
stage2: implement RISCV C ABI
Veikka Tuominen
2022-10-22
add C ABI tests for simd vectors
Veikka Tuominen
2022-10-21
aarch64 C ABI: return union instead of array of two enums
Veikka Tuominen
2022-10-21
aarc64 C ABI: fix handling of packed structs and unions
Veikka Tuominen
2022-10-20
stage2: fix handling of aarch64 C ABI float array like structs
Veikka Tuominen
2022-09-04
stage2 llvm: implement aarch64 C ABI
Veikka Tuominen
2022-05-26
regalloc: use StaticBitSet internally
Jakub Konka
2022-05-20
regalloc: temporarily nerf back to raw ints until stage2 catches up
Jakub Konka
2022-05-19
regalloc: make register class bitmask non-optional
Jakub Konka
2022-03-11
stage2 regalloc: replace Register.allocIndex with generic indexOfReg
joachimschmidt557