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
Age
Commit message (
Expand
)
Author
2024-08-17
macho: update codegen and linker to distributed jump table approach
Jakub Konka
2024-08-16
x86_64: fix debug arg spills clobbering other args
Jacob Young
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-16
Merge pull request #21065 from ziglang/elf-zig-got
Jakub Konka
2024-08-16
Update src/arch/x86_64/CodeGen.zig
Jakub Konka
2024-08-16
riscv64: fix incorrect branch target
Jacob Young
2024-08-15
x86_64: deref GOT pointer when requesting var value
Jakub Konka
2024-08-15
riscv: remove redundant by-symbol-name check; just check for PIC and extern ptr
Jakub Konka
2024-08-15
x86_64: fix handling on externs in lower/emit
Jakub Konka
2024-08-15
riscv: do not emit GOT relocations for special linker symbols
Jakub Konka
2024-08-15
elf: introduce Symbol.flags.is_extern_ptr for refs potentially needing GOT
Jakub Konka
2024-08-15
elf: fix up riscv for `.got.zig` rewrite
David Rubin
2024-08-13
fix compile errors in other codegen backends
Jakub Konka
2024-08-13
x86_64: fix generating lazy symbol refs
Jakub Konka
2024-08-13
elf: replace use of linker_extern_fn with more generic Immediate.reloc
Jakub Konka
2024-08-13
x86_64: emit call rel32 for near calls with linker reloc
Jakub Konka
2024-08-13
x86_64: remove handling of .call since it's unused for now
Jakub Konka
2024-08-13
x86_64+elf: fix jump table indirection for functions
Jakub Konka
2024-08-13
x86_64: handle lea_symbol returned by genNavRef
Jakub Konka
2024-08-13
x86_64: start converting away from .got.zig knowledge
Jakub Konka
2024-08-13
elf: nuke ZigGotSection from existence
Jakub Konka
2024-08-12
std.Target: Rename c_type_* functions to camel case
Linus Groh
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-08-07
codegen: fix Elf symbol refs
Jakub Konka
2024-08-07
elf: fix compile errors
Jakub Konka
2024-08-01
Merge pull request #20884 from Rexicon226/riscv
Jakub Konka
2024-07-31
riscv: implement non-pow2 indirect loads
David Rubin
2024-07-31
riscv: fix `.got` symbol loading
David Rubin
2024-07-31
riscv: implement `@divExact`
David Rubin
2024-07-27
riscv: correct airAsm to generate correct jalr call
David Rubin
2024-07-26
riscv: implement `@cmpxchg*` and remove fixes
David Rubin
2024-07-26
riscv: implement basic tlv loads and stores
David Rubin
2024-07-26
riscv: update tests and fix reuse bug
David Rubin
2024-07-26
riscv implement `@popCount`
David Rubin
2024-07-26
riscv: implement `lr/sr` loop logic for non-native atomics
David Rubin
2024-07-26
riscv: airAsm rewrite
David Rubin
2024-07-26
riscv: implement `@floatFromInt`
David Rubin
2024-07-26
riscv: clean up and unify encoding logic
David Rubin
2024-07-26
riscv: boilerplate for creating lazy functions
David Rubin
2024-07-26
riscv: implement `add_sat` and `ptr_slice_len_ptr`
David Rubin
2024-07-26
riscv: add 32-bit support to integer `@abs`
David Rubin
2024-07-26
riscv: implement sub-byte addition
David Rubin
2024-07-26
riscv: fix logic bug in `ptr_elem_ptr`
David Rubin
2024-07-26
riscv: remove redundant assert in `genBinOp`
David Rubin
2024-07-26
lower: fix logic bug in `cmp_gt`
David Rubin
2024-07-26
riscv: implement `ptr_slice_ptr_ptr`
David Rubin
2024-07-26
riscv: implement `@clz`
David Rubin
2024-07-26
riscv: implement more operators
David Rubin
2024-07-26
riscv: un-cache the `avl` and `vtype` when returning from a function call
David Rubin
[next]