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
juice
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
std.Io.Threaded-groups-2
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
2022-04-05
zig fmt: remove trailing whitespace on doc comments
Damien Firmenich
2022-04-04
Pull elf magic string out to re-used constant
Tom Read Cutting
2022-03-30
dwarf: pass DeclState around instead of storing a temp global in Dwarf
Jakub Konka
2022-03-29
link: half-hearted bug fix for decl_state field
Andrew Kelley
2022-03-27
dwarf: track type relocation state in Dwarf module
Jakub Konka
2022-03-27
dwarf: move DbgInfoTypeRelocsTable into Dwarf module
Jakub Konka
2022-03-27
dwarf: rename DebugInfoAtom into Atom; free all allocated memory
Jakub Konka
2022-03-27
dwarf: draft poc of deferred resolution of error sets debug info
Jakub Konka
2022-03-17
Revert "link.Elf: swap order of GOT and text program headers"
Andrew Kelley
2022-03-17
link.Elf: swap order of GOT and text program headers
Andrew Kelley
2022-03-08
dwarf: move all dwarf into standalone module
Jakub Konka
2022-03-05
elf: add debug info for non-ptr optionals
Jakub Konka
2022-03-01
codegen: lower field_ptr to memory across linking backends
Jakub Konka
2022-02-24
elf: use fully qualified decl names in the linker
Jakub Konka
2022-02-22
codegen: lower error_set and error_union
Jakub Konka
2022-02-16
link: avoid double close on openPath error
Andrew Kelley
2022-02-11
elf: store pointer relocations indexed by containing atom
Jakub Konka
2022-02-10
elf: pad out file to the required size when init data
Jakub Konka
2022-02-09
elf: fix unaligned file offset of moved phdr containing GOT section
Jakub Konka
2022-02-08
stage2: handle void type in Elf DWARF gen
Jakub Konka
2022-02-07
stage2: lower unnamed constants in Elf and MachO
Jakub Konka
2022-02-06
stage2: pass proper can_exit_early value to LLD
Andrew Kelley
2022-02-06
Avoid depending on child process execution when not supported by host OS
Cody Tapscott
2022-02-03
elf: generated DWARF debug info for named structs
Jakub Konka
2022-02-03
elf: add basic handling of .data section
Jakub Konka
2022-02-02
x86_64: handle struct_field_ptr for register mcv
Jakub Konka
2022-01-31
astgen: clean up source line calculation and management
Jakub Konka
2022-01-28
Rename mem.bswapAllFields to byteSwapAllFields
John Schmidt
2022-01-28
link: ELF, COFF, WASM: honor the "must_link" flag of positionals
Andrew Kelley
2022-01-26
zig cc: add --hash-style linker parameter
Andrew Kelley
2022-01-26
elf: implement slice types in debug info
Jakub Konka
2022-01-25
stage2: add naive impl of pointer type in ELF
Jakub Konka
2022-01-25
link: Elf, Wasm: forward strip flag when linking with LLD
Andrew Kelley
2022-01-24
stage2: rework a lot of stuff
Andrew Kelley
2022-01-22
macho+elf: fix integer overflow in allocateAtom
Jakub Konka
2022-01-19
stage2: improvements to entry point handling
Andrew Kelley
2022-01-19
lld: allow for entrypoint symbol name to be set
Kenta Iwasaki
2022-01-13
Introduce LinkObject with must_link field
Jakub Konka
2022-01-04
link: avoid creating stage2 llvm module when using stage1
Andrew Kelley
2022-01-03
linker: fix build-obj and -fno-emit-bin
Andrew Kelley
2022-01-03
stage2: introduce renameTmpIntoCache into the linker API
Andrew Kelley
2022-01-02
stage2: introduce CacheMode
Andrew Kelley
2021-12-21
elf: Put constant data in the .rodata section
Ersikan
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-26
zig cc: support -Bdynamic and -Bstatic parameters
Andrew Kelley
2021-11-26
bpf: do not invoke lld when linking eBPF relocatables
Jakub Konka
2021-11-24
stage2: support LLD -O flags on ELF
Andrew Kelley
[next]