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
/
arm
/
Emit.zig
Age
Commit message (
Expand
)
Author
2025-07-02
compiler: delete arm backend
Andrew Kelley
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-01-15
switch to ArrayListUnmanaged for machine code
Andrew Kelley
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-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-07-04
compiler: type.zig -> Type.zig
mlugg
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-01
fix a round of compile errors caused by this branch
Andrew Kelley
2023-10-05
plan9: refactor debug info
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-03-04
add @trap builtin
r00ster91
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-12-05
dwarf: pull out debug line program internals into DeclState helpers
Jakub Konka
2022-09-20
stage2 ARM: make sub_sp_scratch MIR instruction use r4
joachimschmidt557
2022-09-09
stage2 ARM: support larger function stacks
joachimschmidt557
2022-09-09
stage2 ARM: improve Mir representation of mov and cmp
joachimschmidt557
2022-08-13
stage2 ARM: pass stack arguments in opposite order
joachimschmidt557
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-22
stage2 ARM: fix recursive fibonacci
joachimschmidt557
2022-04-16
stage2 ARM: move genArgDbgInfo back to CodeGen
joachimschmidt557
2022-04-14
stage2: progress towards stage3
Andrew Kelley
2022-04-04
dwarf: emit debug info for local variables on x86_64
Jakub Konka
2022-04-01
stage2 ARM: implement mul_with_overflow for ints <= 32 bits
joachimschmidt557
2022-04-01
stage2 ARM: implement mul_with_overflow for ints <= 16 bits
joachimschmidt557
2022-04-01
stage2 ARM: implement add/sub_with_overflow for u32/i32
joachimschmidt557
2022-03-30
dwarf: pass DeclState around instead of storing a temp global in Dwarf
Jakub Konka
2022-03-27
dwarf: track type relocation state in Dwarf module
Jakub Konka
2022-03-22
stage2: lazy `@alignOf`
Andrew Kelley
2022-03-16
stage2 ARM: genSetStack for stack_argument_offset
joachimschmidt557
2022-03-08
dwarf: move all dwarf into standalone module
Jakub Konka
2022-02-26
stage2 ARM: generate correct variants of ldr instruction
joachimschmidt557
2022-02-26
stage2 ARM: implement truncate to ints with bits <= 32
joachimschmidt557
2022-02-18
stage2: eliminate ZIR arg instruction references to ZIR
Andrew Kelley
2022-01-24
stage2: rework a lot of stuff
Andrew Kelley
2022-01-24
stage2 ARM: re-enable debug info for arguments
joachimschmidt557
2021-12-04
stage2 ARM: Implement calling with stack parameters
joachimschmidt557
2021-11-16
stage2 ARM: Introduce MIR
joachimschmidt557