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-08-21
elf: create section symbols and atoms per each ZigObject debug section
Jakub Konka
2024-08-21
elf: remove unused code
Jakub Konka
2024-08-19
replace Compilation.Emit with std.Build.Cache.Path
Robin Voetter
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-08-16
Merge pull request #21065 from ziglang/elf-zig-got
Jakub Konka
2024-08-15
std.Target: Pull toCoffMachine()/toElfMachine() up from Arch to Target.
Alex Rønne Petersen
2024-08-15
riscv: do not emit GOT relocations for special linker symbols
Jakub Konka
2024-08-15
elf: check for relocs before deciding on shndx in getNavShdrIndex
Jakub Konka
2024-08-14
elf: re-use old atom slot for a trampoline to that atom
Jakub Konka
2024-08-13
elf: only apply zig jump table indirection to function calls (PLT32)
Jakub Konka
2024-08-13
elf: make .text.zig bigger now that jump table is part of it
Jakub Konka
2024-08-13
elf: rename OffsetTable to JumpTable
Jakub Konka
2024-08-13
elf: nuke ZigGotSection from existence
Jakub Konka
2024-08-13
elf: allocate new offset table via Atom.allocate mechanism
Jakub Konka
2024-08-13
elf: introduce OffsetTable in ZigObject for funcs only
Jakub Konka
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-08-10
Elf/ZigObject: handle ref to an extern in getDeclVAddr
Jakub Konka
2024-08-07
elf: fix .eh_frame calc in relocatable mode
Jakub Konka
2024-08-07
elf: start-stop resolution has to come after init output sections
Jakub Konka
2024-08-07
elf: scan LinkerDefined obj for symbol indirection too
Jakub Konka
2024-08-07
elf: get hello-world glibc working again
Jakub Konka
2024-08-07
elf: move getStartStopBasename into Object
Jakub Konka
2024-08-07
elf: fix compile errors
Jakub Konka
2024-08-07
elf: redo symbol mgmt and ownership in ZigObject
Jakub Konka
2024-08-07
elf: move symbol ownership to Object
Jakub Konka
2024-08-07
elf: null symbol is obsolete
Jakub Konka
2024-08-07
elf: always create symbol extra
Jakub Konka
2024-08-01
Merge pull request #20870 from alexrp/target-cleanup-3
Andrew Kelley
2024-07-31
riscv: fix `.got` symbol loading
David Rubin
2024-07-30
elf: remove now unused globalByName
Jakub Konka
2024-07-30
elf: include LinkerDefined in symbol resolution
Jakub Konka
2024-07-30
elf: move entry tracking into LinkerDefined
Jakub Konka
2024-07-30
elf: move initializing and allocating linker-defined symbols into LinkerDefined
Jakub Konka
2024-07-30
elf: do not store merge section output section name in strings buffer
Jakub Konka
2024-07-30
elf: init output merge sections in a separate step
Jakub Konka
2024-07-30
elf: move merge subsections ownership into merge sections
Jakub Konka
2024-07-30
elf: simplify output section tracking for symbols
Jakub Konka
2024-07-30
elf: atom is always assigned output section index
Jakub Konka
2024-07-30
elf: remove obsolete flags from atom
Jakub Konka
2024-07-30
elf: resolve COMDATs in more parallel-friendly way
Jakub Konka
2024-07-30
elf: skip storing comdat group signature globally
Jakub Konka
2024-07-30
elf: move ownership of atoms into objects
Jakub Konka
2024-07-30
elf: move ownership of comdat groups to Object
Jakub Konka
2024-07-30
elf: move ownership of input merge sections to Object
Jakub Konka
2024-07-30
std.Target: Remove `sparcel` architecture tag.
Alex Rønne Petersen
2024-07-29
link.Elf: Define __global_pointer$ for riscv32 too.
Alex Rønne Petersen
2024-07-28
link: Accept `-Brepro` linker option and pass it to LLD.
Alex Rønne Petersen
2024-07-25
add --debug-rt CLI arg to the compiler + bonus edits
Andrew Kelley
2024-07-23
default "trace pc guard" coverage off
Andrew Kelley
2024-07-23
Merge pull request #20751 from Rexicon226/riscv-eflags
Jakub Konka
[prev]
[next]