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
/
x86_64
/
Emit.zig
Age
Commit message (
Expand
)
Author
2025-09-26
compiler: move self-hosted backends from src/arch to src/codegen
Alex Rønne Petersen
2025-09-21
Elf2: create a new linker from scratch
Jacob Young
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-11
linker: delete plan9 support
Andrew Kelley
2025-07-26
aarch64: implement some safety checks
Jacob Young
2025-07-07
compiler: upgrade various std.io API usage
Andrew Kelley
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-12
x86_64: implement coff relocations
Jacob Young
2025-06-12
codegen: make threadlocal logic consistent
Jacob Young
2025-06-12
x86_64: remove linker references from codegen
Jacob Young
2025-06-12
x86_64: remove air references from mir
Jacob Young
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-06-06
Compilation: enable the x86_64 backend by default for debug builds
Jacob Young
2025-04-10
x86_64: support rip-relative addressing to labels in inline asm
Jacob Young
2025-02-15
x86_64: rewrite unsafe scalar int multiplication
Jacob Young
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2025-01-15
switch to ArrayListUnmanaged for machine code
Andrew Kelley
2024-11-24
dwarf: fix stepping through an inline loop containing one statement
Jacob Young
2024-10-24
link/Coff: simplify file structure by collapsing all files into Coff.zig (#21...
Jakub Konka
2024-10-09
Dwarf: implement and test lexical blocks
Jacob Young
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
Dwarf: implement .eh_frame
Jacob Young
2024-08-25
fix up merge conflicts with master
David Rubin
2024-08-22
Dwarf: add missing var args info on function decls
Jacob Young
2024-08-21
elf: emit .rela.debug* sections for relocatable if required
Jakub Konka
2024-08-20
x86_64: support more dwarf locations
Jacob Young
2024-08-20
Dwarf: emit info about inline call sites
Jacob Young
2024-08-17
macho: update codegen and linker to distributed jump table approach
Jakub Konka
2024-08-16
x86_64: move end of prologue to after function arguments are spilled
Jacob Young
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-08-15
x86_64: fix handling on externs in lower/emit
Jakub Konka
2024-08-15
elf: introduce Symbol.flags.is_extern_ptr for refs potentially needing GOT
Jakub Konka
2024-08-13
elf: nuke ZigGotSection from existence
Jakub Konka
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-08-07
elf: fix compile errors
Jakub Konka
2024-07-22
macho: run more things in parallel
Jakub Konka
2024-07-18
macho: fix compile errors
Jakub Konka
2024-07-18
macho: update ZigObject to use new ownership model
Jakub Konka
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-02-17
lib/std/elf: refactor reloc enum values
Jakub Konka
2024-02-17
elf: create Zig specific reloc type shared across ISAs
Jakub Konka
2024-02-17
elf: add riscv dynamic relocs
Jakub Konka
2024-01-31
x86_64+macho: emit .got instead of .got_load relocs
Jakub Konka
2024-01-24
x86_64: emit MachO TLV sequence
Jakub Konka
2024-01-24
macho: again fix symbol index dereference in codegen wrt ZigObject
Jakub Konka
2024-01-24
macho: fix symbol index dereference in codegen wrt ZigObject
Jakub Konka
2024-01-24
codegen: re-implement enough of codegen to error out instead panic
Jakub Konka
2024-01-24
macho: get the ball rolling!
Jakub Konka
[next]