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-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
2024-02-21
elf: simplify logic for resolving .eh_frame relocs on different arches
Jakub Konka
2024-02-21
elf: simplify logic for resolving alloc relocs on different arches
Jakub Konka
2024-02-21
elf: simplify logic for handling scanning relocs on different arches
Jakub Konka
2024-02-21
elf+riscv: resolve synthetic __global_pointer$ symbol
Jakub Konka
2024-02-17
elf: create Zig specific reloc type shared across ISAs
Jakub Konka
2024-02-17
elf: add riscv dynamic relocs
Jakub Konka
2024-02-16
elf: enable adding support for additional cpu archs
Jakub Konka
2024-02-13
elf: use u32 for all section indexes
Jakub Konka
2024-02-13
elf: store relative offsets in atom and symbol
Jakub Konka
2024-02-13
elf: fix 32bit build
Jakub Konka
2024-02-12
elf: refactor archive specific object parsing logic
Jakub Konka
2024-02-12
elf: move code paths responsible for emitting object and archive into relocat...
Jakub Konka
2024-02-12
elf: do not prealloc input objects, pread selectively
Jakub Konka
2024-02-07
Elf: fix memory leaks
Jacob Young
2024-02-02
cli+build: handle -ObjC flag and route it to MachO linker
Jakub Konka
2024-01-15
Merge pull request #18560 from ziglang/elf-report-dupes
Jakub Konka
2024-01-14
compiler: move each_lib_rpath to frontend
Jan200101
2024-01-14
elf: check for and report duplicate symbol definitions
Jakub Konka
2024-01-09
Add support for `--(no-)undefined-version`
dhash
2024-01-01
link: accept the update arena in flush
Andrew Kelley
2024-01-01
move misc_errors from linker to Compilation
Andrew Kelley
2024-01-01
move eh_frame_hdr from link.File to Compilation
Andrew Kelley
2024-01-01
move force_undefined_symbols into Compilation
Andrew Kelley
2024-01-01
compiler: push entry symbol name resolution into the linker
Andrew Kelley
2024-01-01
link.File.Elf: bump 32-bit image_base default to 64K
Andrew Kelley
2024-01-01
fix MachO linking
Andrew Kelley
2024-01-01
link.Elf: truncate=true in createEmpty
Andrew Kelley
2024-01-01
linker: rename intermediary_basname to zcu_object_sub_path
Andrew Kelley
2024-01-01
fix compilation errors when enabling llvm
Andrew Kelley
2024-01-01
Elf: fix createEmpty not creating the file
Andrew Kelley
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
move dll_export_fns and rdynamic to Compilation.Config
Andrew Kelley
2024-01-01
update codegen.llvm references to bin_file.options
Andrew Kelley
2024-01-01
fix a round of compile errors caused by this branch
Andrew Kelley
2024-01-01
compiler: miscellaneous branch progress
Andrew Kelley
2024-01-01
compiler: update many references to bin_file.options
Andrew Kelley
2024-01-01
linkers: update references to "options" field
Andrew Kelley
2024-01-01
update image_base references
Andrew Kelley
2024-01-01
linker: update options references of CsuObjects
Andrew Kelley
[next]