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.zig
Age
Commit message (
Expand
)
Author
2024-11-22
link: use target to determine risc-v eflag validity
David Rubin
2024-11-03
Merge pull request #21599 from alexrp/thumb-porting
Alex Rønne Petersen
2024-11-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-11-02
std.Target: Add muslabin32 and muslabi64 tags to Abi.
Alex Rønne Petersen
2024-10-30
link.File.Wasm: parse inputs in compilation pipeline
Andrew Kelley
2024-10-26
link/Elf.zig: ensure capacity before appending linker args.
Xavier Bouchoux
2024-10-23
mutex protect comp.arena in --verbose-link
Andrew Kelley
2024-10-23
glibc sometimes makes archives be ld scripts
Andrew Kelley
2024-10-23
link.Elf: unstable sort for section headers
Andrew Kelley
2024-10-23
link.Elf: remove ZigObject from files
Andrew Kelley
2024-10-23
unify parsing codepaths between relocatable and non
Andrew Kelley
2024-10-23
branch fixes
Andrew Kelley
2024-10-23
move linker input file parsing to the compilation pipeline
Andrew Kelley
2024-10-23
link.Elf: untangle parseObject and parseArchive
Andrew Kelley
2024-10-23
link.Elf: refactor output mode checking
Andrew Kelley
2024-10-23
link.Elf: fix double free of header in parseDso
Andrew Kelley
2024-10-23
rework linker inputs
Andrew Kelley
2024-10-23
introduce a CLI flag to enable .so scripts; default off
Andrew Kelley
2024-10-23
move ld script processing to the frontend
Andrew Kelley
2024-10-23
move link.Elf.LdScript to link.LdScript
Andrew Kelley
2024-10-23
link.Elf.LdScript: eliminate dependency on Elf.File
Andrew Kelley
2024-10-16
std.Target: Remove isBpfFreestanding().
Alex Rønne Petersen
2024-10-12
link.Elf: eliminate an O(N^2) algorithm in flush()
Andrew Kelley
2024-10-11
link: consolidate diagnostics
Andrew Kelley
2024-10-11
work around C backend bug
Andrew Kelley
2024-10-11
link.Elf.sortShdrs: tease out data dependencies
Andrew Kelley
2024-10-11
link.Elf: fix merge sections namespacing
Andrew Kelley
2024-10-11
link.Elf: group section indexes
Andrew Kelley
2024-10-11
link.Elf: fix phdr_gnu_stack_index not included in sortPhdrs
Andrew Kelley
2024-10-10
link: fix false positive crtbegin/crtend detection
Andrew Kelley
2024-10-09
elf: clean up how we create un-allocated sections
Jakub Konka
2024-10-09
elf: change how we manage debug atoms in Dwarf linker
Jakub Konka
2024-10-09
elf: do not create atoms for section symbols that do not require it
Jakub Konka
2024-10-09
elf: move setting section size back to Elf.growSection
Jakub Konka
2024-10-09
elf: drastically simplify extracting section size logic
Jakub Konka
2024-10-09
elf: clear dynamic relocs before resolving relocs in atoms
Jakub Konka
2024-10-09
elf: add some extra logging for created dynamic relocs
Jakub Konka
2024-10-09
elf: combine growAllocSection and growNonAllocSection into growSection
Jakub Konka
2024-10-09
elf: move sections in segments that need moving only
Jakub Konka
2024-10-09
elf: mark objects as dirty/not-dirty
Jakub Konka
2024-10-09
elf: use arena for incremental cache
Jakub Konka
2024-10-09
elf: do not re-allocate AtomLists unless dirtied
Jakub Konka
2024-10-09
elf: clear dynamic relocs before repopulating
Jakub Konka
2024-10-09
elf: track atoms within AtomList with array hash map
Jakub Konka
2024-10-08
link.Elf: avoid needless file system reads in flush()
Andrew Kelley
2024-10-08
link.Elf: avoid converting rpath data in flush()
Andrew Kelley
2024-10-07
link.Elf: Fix page size calculation for more architectures.
Alex Rønne Petersen
2024-10-06
Merge pull request #21587 from alexrp/hexagon-porting
Alex Rønne Petersen
2024-10-03
Merge pull request #21573 from alexrp/elf-header
Jakub Konka
2024-10-03
link.Elf: Fix default page size for hexagon.
Alex Rønne Petersen
[prev]
[next]