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-07-22
elf: add riscv eflag collisions
David Rubin
2024-07-22
add libfuzzer to linking
Andrew Kelley
2024-07-22
macho: redo input file parsing in prep for multithreading
Jakub Konka
2024-07-20
dev: fix llvm backend checks
Jacob Young
2024-07-19
dev: introduce dev environments that enable compiler feature sets
Jacob Young
2024-07-07
Zcu: pass `PerThread` to intern pool string functions
Jacob Young
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-07-04
Merge pull request #20494 from mlugg/the-great-decl-split
Andrew Kelley
2024-07-04
Compilation: rename tsan_static_lib to tsan_lib
Jakub Konka
2024-07-04
Zcu: store `LazySrcLoc` in error messages
mlugg
2024-07-04
Zcu: rework exports
mlugg
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-06-19
Merge pull request #20070 from Rexicon226/riscv
Jakub Konka
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-06-13
riscv: get basic libc interop
David Rubin
2024-06-05
ld.lld: fix -m option for big-endian arm/aarch64
Michael Dusan
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-11
riscv: implement slices
David Rubin
2024-05-03
lld: use a response file on `NameTooLong`
Jacob Young
2024-04-29
NetBSD: avoid ldd error on executables. zig cc produce 4 PT_LOAD segments,
Alain Greppin
2024-04-28
Fix ELF alignment for freestanding targets (#19766)
Alexandre Janon
2024-04-21
Merge pull request #19714 from ziglang/elf-merge-strings
Jakub Konka
2024-04-21
link/elf: fix 32bit build
Jakub Konka
2024-04-20
link/elf: create .comment section for build-lib and no-llvm
Jakub Konka
2024-04-20
link/elf: populate current Zig version in .comment; test
Jakub Konka
2024-04-20
link/elf: keep track of sh_entsize per MergeSubsection
Jakub Konka
2024-04-20
link/elf: fix parsing SHF_STRINGS section
Jakub Konka
2024-04-20
link/elf: fix generating invalid section symbol index for merged sections
Jakub Konka
2024-04-20
link/elf: skip empty merge sections when resolving
Jakub Konka
2024-04-20
link/elf: implement string merging
Jakub Konka
2024-04-20
link/elf: introduce Atom extras for out-of-band storage
Jakub Konka
2024-04-20
Elf: fix unaligned segments on non-linux
Jacob Young
2024-04-08
link/elf: do not set soname unless only dynlib (reverts for haiku exec)
Jakub Konka
2024-04-08
link/elf: actually emit DYN when targetting haiku
Jakub Konka
2024-04-08
link/elf: propagate Haiku requirement of always passing -shared for images
Jakub Konka
2024-04-08
haiku: fix linking issues
Jacob Young
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-26
compiler: eliminate most usages of TypedValue
mlugg
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-12
elf: re-use output buffer for emitting thunks
Jakub Konka
2024-03-12
elf+aarch64: actually write out thunks, and add a proper link test
Jakub Konka
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-08
elf+aarch64: implement basic thunk support
Jakub Konka
2024-03-08
elf+aarch64: set _GLOBAL_OFFSET_TABLE_ to .got section
Jakub Konka
2024-03-08
elf+aarch64: handle TLSDESC non-relaxed
Jakub Konka
2024-03-08
elf+aarch64: use correctly offset tp address
Jakub Konka
2024-03-08
elf+aarch64: implement .plt.got
Jakub Konka
2024-03-08
elf+aarch64: implement enough to link dynamically with gcc as the driver
Jakub Konka
2024-03-06
feat: add support for --enable-new-dtags and --disable-new-dtags
Dillen Meijboom
2024-02-21
elf: make GOT arch aware when resolving relocs
Jakub Konka
[prev]
[next]