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
2023-11-04
elf: fix 32bit build
Jakub Konka
2023-11-04
elf: do not store filename in strtab unless longer than 15 chars
Jakub Konka
2023-11-04
elf: store ar state per input object file
Jakub Konka
2023-11-04
elf: do not align end of archive to 2bytes; fix archive parser
Jakub Konka
2023-11-04
elf: align ar_hdr to at least 2 bytes
Jakub Konka
2023-11-04
elf: generate pretty rudimentary archive
Jakub Konka
2023-11-04
elf: collect exports from ZigObject into AR symtab
Jakub Konka
2023-11-04
elf: enable static-lib flush path
Jakub Konka
2023-11-04
elf: postpone creation of .got.zig entry until code emit
Jakub Konka
2023-11-04
elf: use StringTable for strtab management in ZigObject
Jakub Konka
2023-11-04
elf: fix r_offset when emitting relocs for the linker
Jakub Konka
2023-11-04
elf: claim unresolved dangling symbols as undef externs when emitting object
Jakub Konka
2023-11-04
elf: emit STT_SECTION symbols
Jakub Konka
2023-11-04
elf: make sure we never emit .got.zig relocs when linking object files
Jakub Konka
2023-11-04
elf: write out contents of .rela sections
Jakub Konka
2023-11-04
elf: improve Symbol to handle emitting relocatable object files
Jakub Konka
2023-11-04
elf: update .rela section sizes; skip .got.zig when emitting object
Jakub Konka
2023-11-04
elf: emit valid section headers table when building an object file
Jakub Konka
2023-11-04
elf: rename .rodata to .data.rel.ro and remove allocateAllocSection helper
Jakub Konka
2023-11-04
elf: implement --gc-sections for non-LLVM Zig source
Jakub Konka
2023-11-04
elf: redo strings management in the linker
Jakub Konka
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-30
elf: encapsulate ZigObject-specific logic in flushModule hook
Jakub Konka
2023-10-30
elf: put init logic of ZigObject in init function
Jakub Konka
2023-10-30
elf: move incremental codegen bits into ZigObject.zig
Jakub Konka
2023-10-30
elf: rename ZigModule to ZigObject
Jakub Konka
2023-10-28
x86_64: do not hardcode memory passed by Elf linker
Jakub Konka
2023-10-24
elf: improve parsing of ld scripts and actually test linking against them
Jakub Konka
2023-10-20
Merge pull request #17621 from ziglang/elf-pic-pie
Jakub Konka
2023-10-19
elf: actually check for dynamic executables
Jakub Konka
2023-10-18
elf: store shndx to Zig module atoms out-of-band
Jakub Konka
2023-10-18
elf: increase resolution of Atom.input_section_index to u32
Jakub Konka
2023-10-18
elf: increase resolution of Atom.relocs_section_index to u32
Jakub Konka
2023-10-18
elf: parse GNU ld script as system lib indirection
Jakub Konka
2023-10-16
elf: fix 32bit build
Jakub Konka
2023-10-16
elf: refactor logs
Jakub Konka
2023-10-16
codegen+elf: check if extern is a variable ref
Jakub Konka
2023-10-16
elf: make .zig.rodata writeable
Jakub Konka
2023-10-16
x86_64: add -fPIC support targeting ELF
Jakub Konka
2023-10-16
elf: emit dynamic base relocs for .zig.got entries when required
Jakub Konka
2023-10-16
elf: re-enable self-hosted backends
Jakub Konka
2023-10-16
elf: create new synthetic section ZigGotSection
Jakub Konka
2023-10-16
elf: fix GotSection.write in presence of TLSLD symbol
Jakub Konka
2023-10-16
elf: make init/fini sorting deterministic
Jakub Konka
2023-10-16
elf: fix generating .plt.got indirection
Jakub Konka
2023-10-16
elf: populate symtab with symbols coming from DSOs
Jakub Konka
2023-10-16
elf: hook up common symbols handler
Jakub Konka
2023-10-16
elf: add missing generators for special dynamic sections
Jakub Konka
2023-10-16
elf: fix synthetic section handling and actually parse DSOs
Jakub Konka
[prev]
[next]