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
/
riscv64
/
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-28
compiler: update to not use GenericWriter
Andrew Kelley
2025-08-11
linker: delete plan9 support
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-06-12
x86_64: remove linker references from codegen
Jacob Young
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-21
elf: emit .rela.debug* sections for relocatable if required
Jakub Konka
2024-08-15
riscv: remove redundant by-symbol-name check; just check for PIC and extern ptr
Jakub Konka
2024-08-15
riscv: do not emit GOT relocations for special linker symbols
Jakub Konka
2024-08-13
fix compile errors in other codegen backends
Jakub Konka
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-08-07
elf: fix compile errors
Jakub Konka
2024-07-31
riscv: fix `.got` symbol loading
David Rubin
2024-07-26
riscv: implement basic tlv loads and stores
David Rubin
2024-07-26
riscv: clean up and unify encoding logic
David Rubin
2024-07-14
riscv: vectors part 2
David Rubin
2024-07-14
riscv: truncate `airStructFieldVal` result
David Rubin
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-06-13
riscv: `std.fmt.format` running
David Rubin
2024-06-13
riscv: get basic libc interop
David Rubin
2024-05-11
riscv: back to hello world panics
David Rubin
2024-05-11
riscv: big rewrite to use latest liveness
David Rubin
2024-05-11
riscv: add enough components to get a test runner working
David Rubin
2024-05-11
riscv: implement `airNot`
David Rubin
2024-05-11
riscv: implement slices
David Rubin
2024-05-11
riscv: totally rewrite how we do loads and stores
David Rubin
2024-05-11
riscv: implement a basic `@intCast`
David Rubin
2024-05-11
riscv: fix overflow checks in addition.
David Rubin
2024-05-11
riscv: change `load_symbol` psuedo instruction size to 8
David Rubin
2024-05-11
riscv: fix how we calculate stack offsets. allows for pass by reference argum...
David Rubin
2024-05-11
riscv: add `allocReg` helper, and clean up some comparing logic
David Rubin
2024-05-11
riscv: pointer work
David Rubin
2024-05-11
riscv: reorganize `binOp` and implement `cmp_imm_gte` MIR
David Rubin
2024-05-11
riscv: 16 bit `@byteSwap`
David Rubin
2024-05-11
riscv: implement basic logical shifting
David Rubin
2024-05-11
riscv: add `cmp_eq` MIR instruction
David Rubin
2024-05-11
riscv: basic struct field access
David Rubin
2024-05-11
riscv: implement basic branching
David Rubin
2024-05-11
riscv: implement `@abs`
David Rubin
2024-05-11
riscv: update `start.zig` and restore ra from the proper stack offset
David Rubin
2024-05-11
riscv: basic function arguments
David Rubin
2024-05-11
riscv: initial cleanup and work
David Rubin
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
[next]