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
/
link
/
Elf
Age
Commit message (
Expand
)
Author
2024-03-12
elf+aarch64: fix off-by-one in converging on groups interleaved with thunks
Jakub Konka
2024-03-12
elf+aarch64: actually write out thunks, and add a proper link test
Jakub Konka
2024-03-11
std.builtin: make global linkage fields lowercase
Tristan Ross
2024-03-09
elf+aarch64: handle PREL64 reloc
Jakub Konka
2024-03-09
elf+aarch64: fix 32bit build
Jakub Konka
2024-03-08
elf+aarch64: implement basic thunk support
Jakub Konka
2024-03-08
elf+aarch64: handle PREL32 reloc
Jakub Konka
2024-03-08
elf+aarch64: handle TLS GD model
Jakub Konka
2024-03-08
elf+aarch64: handle gottp and .tls_common
Jakub Konka
2024-03-08
elf+aarch64: fix incorrectly emitted TLSDESC relocs
Jakub Konka
2024-03-08
elf+aarch64: relax TLSDESC for executables
Jakub Konka
2024-03-08
elf+aarch64: handle TLSDESC non-relaxed
Jakub Konka
2024-03-08
link: refactor common aarch64 helpers
Jakub Konka
2024-03-08
elf+aarch64: resolve TLS LE model
Jakub Konka
2024-03-08
elf+aarch64: implement .plt.got
Jakub Konka
2024-03-08
elf+aarch64: implement enough to link dynamically with gcc as the driver
Jakub Konka
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-21
elf+riscv: return an error for unimplemented HI20 forward lookup
Jakub Konka
2024-02-21
elf+riscv: implement enough to get basic hello world in C working
Jakub Konka
2024-02-21
elf+riscv: skip parsing .riscv.attributes section for now
Jakub Konka
2024-02-21
elf: skip STT_NOTYPE only if SHN_UNDEF from symtab inclusion
Jakub Konka
2024-02-21
elf: sort input relocs if targeting riscv64
Jakub Konka
2024-02-21
elf+aarch64: resolve .eh_frame relocs
Jakub Konka
2024-02-21
elf+aarch64: implement some resolveRelocNonAlloc logic
Jakub Konka
2024-02-21
elf+aarch64: implement some resolveRelocAlloc logic
Jakub Konka
2024-02-21
elf+aarch64: implement some scanReloc logic
Jakub Konka
2024-02-21
elf: make GOT arch aware when resolving relocs
Jakub Konka
2024-02-21
elf: simplify logic for resolving .eh_frame relocs on different arches
Jakub Konka
2024-02-21
elf: simplify logic for resolving nonalloc relocs on different arches
Jakub Konka
2024-02-21
elf: simplify logic for resolving alloc relocs on different arches
Jakub Konka
2024-02-21
elf: simplify logic for handling scanning relocs on different arches
Jakub Konka
2024-02-17
elf: fix typo in resolving @"32" and @"32S" relocs on x86_64
Jakub Konka
2024-02-17
elf: @"64" is equivalent to GLOB_DAT on riscv
Jakub Konka
2024-02-17
lib/std/elf: refactor reloc enum values
Jakub Konka
2024-02-17
elf: fix formatting of relocs when reloc can be Zig specific
Jakub Konka
2024-02-17
elf: create Zig specific reloc type shared across ISAs
Jakub Konka
2024-02-17
elf: add new R_RISCV_TLSDESC reloc type
Jakub Konka
2024-02-17
elf: add riscv dynamic relocs
Jakub Konka
2024-02-17
elf: add riscv64 dynamic relocs mapping
Jakub Konka
2024-02-16
elf: enable adding support for additional cpu archs
Jakub Konka
2024-02-14
add deflate implemented from first principles
Igor Anić
2024-02-13
elf: use u32 for all section indexes
Jakub Konka
2024-02-13
elf: store relative offsets in atom and symbol
Jakub Konka
2024-02-13
macho: scrap reader for preads when parsing archives
Jakub Konka
2024-02-13
elf: scrap reader for preads when parsing archives
Jakub Konka
2024-02-13
elf: fix 32bit build
Jakub Konka
2024-02-12
elf: refactor archive specific object parsing logic
Jakub Konka
2024-02-12
elf: move code paths responsible for emitting object and archive into relocat...
Jakub Konka
2024-02-12
elf: do not prealloc input objects, pread selectively
Jakub Konka
2024-02-07
link: report function failures in `FuncAnalysis`
Jacob Young
[next]