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
/
Emit.zig
Age
Commit message (
Expand
)
Author
2025-07-02
compiler: delete aarch64 backend
Andrew Kelley
2025-01-15
switch to ArrayListUnmanaged for machine code
Andrew Kelley
2024-10-24
link/Coff: simplify file structure by collapsing all files into Coff.zig (#21...
Jakub Konka
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-10
codegen: implement output to the `.debug_info` section
Jacob Young
2024-08-27
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-07-04
Zcu: store `LazySrcLoc` in error messages
mlugg
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-01-24
macho: get the ball rolling!
Jakub Konka
2024-01-08
stage2 AArch64: get empty file compiling again
joachimschmidt557
2024-01-01
fix a round of compile errors caused by this branch
Andrew Kelley
2023-10-05
plan9: refactor debug info
Jacob Young
2023-08-29
macho: unify concept of SymbolWithLoc across drivers
Jakub Konka
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-04-13
macho: refactor relocation type in incremental linker
Jakub Konka
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-31
link: make Coff atoms fully owned by the linker
Jakub Konka
2023-01-31
link: make MachO atoms fully owned by the linker
Jakub Konka
2022-12-05
dwarf: pull out debug line program internals into DeclState helpers
Jakub Konka
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-05
coff: compile and link simple exit program on arm64
Jakub Konka
2022-11-05
coff: generate relocations for branch, GOT, direct refs
Jakub Konka
2022-11-01
stage2 AArch64: misc fixes, enable printing in test runner
joachimschmidt557
2022-11-01
stage2 AArch64: implement min/max
joachimschmidt557
2022-10-20
stage2 AArch64: introduce ldr_ptr_stack Mir instruction
joachimschmidt557
2022-10-20
stage2 AArch64: merge floating-point registers into Register enum
joachimschmidt557
2022-09-18
fix code formatting
Jakub Konka
2022-09-18
macho: allow for add and ldr when resolving GOT_LOAD_* relocs
Jakub Konka
2022-09-18
macho: move to incremental writes and global relocs for incremental
Jakub Konka
2022-09-10
aarch64: update codegen to using a global index rather than local index
Jakub Konka
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-05
stage2 AArch64: implement basic integer rem/mod
joachimschmidt557
2022-08-05
stage2 AArch64: implement basic integer division
joachimschmidt557
2022-08-05
stage2 AArch64: all arguments passed via stack from now on
joachimschmidt557
2022-08-05
stage2 AArch64: introduce MCValue.stack_argument_offset
joachimschmidt557
2022-07-22
macho: improve logs for dyld info
Jakub Konka
2022-07-22
macho: rework symbol handling to match zld/ELF
Jakub Konka
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-05
aarch64: ensure we set correct operand size at codegen stage
Jakub Konka
2022-05-05
aarch64: fix mul_with_overflow for ints <= 32bits
Jakub Konka
2022-05-05
aarch64: implement mul_with_overflow for ints in range 33-64 bits incl
Jakub Konka
2022-05-05
aarch64: implement mul_with_overflow for <= 32bit ints
Jakub Konka
2022-05-05
stage2 AArch64: implement {add,sub}_with_overflow for all ints < 64
joachimschmidt557
2022-04-19
stage2 AArch64: Add ldrsb, ldrsh instructions
joachimschmidt557
2022-04-19
stage2 AArch64: Implement basic truncate functionality
joachimschmidt557
2022-04-19
stage2 AArch64: add basic assertions to bits.zig for correct codegen
joachimschmidt557
2022-03-30
dwarf: pass DeclState around instead of storing a temp global in Dwarf
Jakub Konka
[next]