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
/
ZigObject.zig
Age
Commit message (
Expand
)
Author
2025-03-31
Elf: fix incrementally reallocating the last atom in a section
Jacob Young
2025-02-07
x86_64: fix backend assertion failures
Jacob Young
2025-01-15
link.Elf: fix error reporting for failed hot swap
Andrew Kelley
2025-01-15
fix merge conflicts with updating line numbers
Andrew Kelley
2025-01-15
switch to ArrayListUnmanaged for machine code
Andrew Kelley
2025-01-15
rewrite wasm/Emit.zig
Andrew Kelley
2025-01-15
compiler: add type safety for export indices
Andrew Kelley
2025-01-15
rework error handling in the backends
Andrew Kelley
2025-01-15
elf linker: conform to explicit error sets
Andrew Kelley
2025-01-15
macho linker conforms to explicit error sets, again
Andrew Kelley
2025-01-15
remove "FIXME" from codebase
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2025-01-05
Dwarf: implement new incremental line number update API
Jacob Young
2025-01-05
link: new incremental line number update API
mlugg
2024-12-24
compiler: analyze type and value of global declaration separately
mlugg
2024-12-20
lldb: add pretty printer for intern pool indices
Jacob Young
2024-11-24
dwarf: fix stepping through an inline loop containing one statement
Jacob Young
2024-11-16
link: fix failing incremental test cases
Jacob Young
2024-10-25
Merge pull request #21710 from alexrp/function-alignment
Alex Rønne Petersen
2024-10-23
link.Elf.ZigObject.updateFunc: reduce data dependencies
Andrew Kelley
2024-10-20
link: Use defaultFunctionAlignment() when function alignment is unspecified.
Alex Rønne Petersen
2024-10-12
link.Elf: eliminate an O(N^2) algorithm in flush()
Andrew Kelley
2024-10-11
link.Elf: group section indexes
Andrew Kelley
2024-10-11
link.Elf.ZigObject: make resetShdrIndexes non generic
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 sections in segments that need moving only
Jakub Konka
2024-09-23
elf: fix condition for skipping symbols if atom is dead
Jakub Konka
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-09-04
elf: do not pad placeholders coming from input object files
Jakub Konka
2024-09-04
elf: misc .eh_frame management fixes
Jakub Konka
2024-09-04
elf: init rela sections in a separate pass for ZigObject
Jakub Konka
2024-09-04
elf: emit relocs for self-hosted generated .eh_frame section
Jakub Konka
2024-09-04
elf: fix relocatable mode
Jakub Konka
2024-09-04
elf: allocate .tdata and .tbss using allocateAtom mechanics
Jakub Konka
2024-09-04
dwarf: make Section.off a function
Jakub Konka
2024-09-04
elf+dwarf: refer sections via section symbols
Jakub Konka
2024-09-04
elf: fix emitting correct .rela. sections in -r mode
Jakub Konka
2024-09-04
elf: fix a typo in setting ZigObject.data_relro_index
Jakub Konka
2024-09-04
elf: remove isDebugSection helper
Jakub Konka
2024-09-04
elf: allocate .text in ZigObject similarly to .eh_frame
Jakub Konka
2024-09-04
elf: allocate .data.rel.ro and .rodata in ZigObject similarly to .eh_frame
Jakub Konka
2024-09-04
elf: allocate .data in ZigObject similarly to .eh_frame
Jakub Konka
2024-09-04
elf: allocate .bss in ZigObject similarly to .eh_frame
Jakub Konka
2024-09-04
elf: split Atom.allocate into Atom-independent parts
Jakub Konka
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-27
Dwarf: implement .eh_frame
Jacob Young
[next]