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-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-09-13
elf: correctly handle overflows on non-64bit hosts
Jakub Konka
2023-09-13
elf: re-enable linking compiler_rt
Jakub Konka
2023-09-13
elf: do not store Symbol's index in Symbol
Jakub Konka
2023-09-13
elf: parse archives
Jakub Konka
2023-09-13
elf: handle more relocs with GOT relaxation
Jakub Konka
2023-09-13
elf: add u64 to usize casts where required
Jakub Konka
2023-09-12
elf: clean up and unify symbol ref handling in relocs
Jakub Konka
2023-09-12
elf: resolve and write objects to file
Jakub Konka
2023-09-12
elf: set output section index of a global when resolving
Jakub Konka
2023-09-12
elf: set output section index when parsing objects
Jakub Konka
2023-09-12
elf: add simplistic reloc scanning mechanism
Jakub Konka
2023-09-12
elf: claim unresolved dangling symbols that can be claimed
Jakub Konka
2023-09-12
elf: mark imports-exports; populate symtab with objects
Jakub Konka
2023-09-12
elf: add simplistic symbol resolution
Jakub Konka
2023-09-12
elf: start fixing symbol resolution
Jakub Konka
2023-09-12
elf: report undefined symbols in objects
Jakub Konka
2023-09-11
elf: add prelim impl of Object parsing
Jakub Konka
2023-09-11
elf: emit relocation to an extern function
Jakub Konka
2023-09-11
elf: simplify handling of relocs for atoms
Jakub Konka
2023-09-10
elf: decouple notion of atom free list from shdrs
Jakub Konka
2023-09-10
elf: write linker-defined symbols to symtab
Jakub Konka
2023-09-10
elf: create required linker-defined symbols
Jakub Konka
2023-09-08
elf: rename program_headers to phdrs
Jakub Konka
2023-09-08
elf: write $got symbols into the symtab
Jakub Konka
2023-09-08
elf: store Index rather than ?Index in Atom; gen ABS STT_FILE for zig source
Jakub Konka
2023-09-08
elf: store GOT index in symbol extra array; use GotSection for GOT
Jakub Konka
2023-09-07
elf: use zld's update mechanism for symtab for Zig module
Jakub Konka
2023-09-06
elf: lift-off - get it to compile and run until the error!
Jakub Konka
2023-09-06
elf: make everything upside down - track by Symbol.Index rather than Atom.Index
Jakub Konka
2023-09-05
elf: start porting abstraction of input file
Jakub Konka
2023-09-04
elf: atom.index of 0 reserved for null atom
Jakub Konka
2023-09-04
elf: simplify accessors to symbols, atoms, etc
Jakub Konka
2023-09-03
elf: add global symbol resolver
Jakub Konka
2023-05-26
std.Target adjustments
Veikka Tuominen
2023-04-21
elf: do not reserve a GOT slot for every Atom
Jakub Konka
2023-02-01
link: decouple DI atoms from linker atoms, and manage them in Dwarf linker
Jakub Konka
2023-02-01
link: clean up type resolution in Elf.Atom and MachO.Atom
Jakub Konka
2023-01-31
link: make Elf atoms fully owned by the linker
Jakub Konka
2023-01-26
elf: migrate to new non-allocateDeclIndexes API
Jakub Konka
2023-01-26
elf: move TextBlock into its own module and rename to Atom
Jakub Konka