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
2023-03-03
elf: fully zero out symbol when appending to freelist
Jakub Konka
2023-03-03
codegen: move gen logic for typed values, consts and decl ref to common codegen
Jakub Konka
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-16
[elf linker] add --sort-section
Motiejus Jakštys
2023-02-13
move the cache system from compiler to std lib
Andrew Kelley
2023-02-01
link: fix pointer invalidation issues in Elf, MachO and Coff
Jakub Konka
2023-02-01
link: decouple DI atoms from linker atoms, and manage them in Dwarf linker
Jakub Konka
2023-02-01
link: use strtab.StringTable in Dwarf
Jakub Konka
2023-01-31
link: make Coff atoms fully owned by the linker
Jakub Konka
2023-01-31
link: make Elf atoms fully owned by the linker
Jakub Konka
2023-01-26
coff: migrate to new non-allocateDeclIndexes API
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
2023-01-26
elf: pull out logic for allocating a GOT entry into a helper
Jakub Konka
2023-01-25
self-hosted: rename codegen Result.appended to Result.ok
Jakub Konka
2023-01-25
self-hosted: remove unused `externally_managed` prong for Decls code
Jakub Konka
2023-01-25
elf+macho: append null to DWARF strtab to avoid overlapping sects
Jakub Konka
2023-01-05
ELF linker: support common-page-size and max-page-size lld opts
Frank Denis
2023-01-02
link.Elf: resolve CsuObjects TODO
Michael Dusan
2022-12-27
update uses of overflow arithmetic builtins
Veikka Tuominen
2022-12-16
Elf: switch link order of libcompiler_rt and libc
Motiejus Jakštys
2022-12-09
dwarf: resolve all relative paths when generating include_dirs and file_names...
Jakub Konka
2022-12-09
elf: hint linker when file range copy is not necessary
Jakub Konka
2022-12-09
elf: add growAllocSection and growNonAllocSection
Jakub Konka
2022-12-09
dwarf: track source files via *const Module.File pointers
Jakub Konka
2022-12-06
remove `-fstage1` option
Andrew Kelley
2022-12-05
dwarf: reuse getDbgInfoAtom helper in all of Dwarf.zig
Jakub Konka
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-19
linker: fail the compilation if there were linker errors
Casey Banner
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-24
link: add an explicit error set for flush() and flushModule()
Andrew Kelley
2022-10-18
build: avoid compiling self-hosted twice
Andrew Kelley
2022-09-18
macho: add logic for expanding segments in memory
Jakub Konka
2022-09-09
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-08
[ld] add --print-* for diagnostics
Motiejus Jakštys
2022-08-29
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-29
link: add force_undefined_symbols to cache hash
Andrew Kelley
2022-08-29
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-25
add ability to pass force undefined symbols to the linker
Jakub Konka
2022-08-19
make self-hosted the default compiler
Andrew Kelley
2022-08-19
stage2: implement stack protectors
Andrew Kelley
2022-08-18
std.Target gains ObjectFormat field
Andrew Kelley
2022-08-03
link: LLD 15 requires two dashes on --error-limit
Andrew Kelley
2022-07-29
ELF: Scan for dylibs-as-objects when adding rpaths
Cody Tapscott
2022-07-11
stage2: cleanups to --compress-debug-sections
Andrew Kelley
2022-07-11
ELF: understand -Wl,--compress-debug-sections
Motiejus Jakštys
2022-07-04
stage2: ELF: improve error reporting when libc is missing
Andrew Kelley
2022-06-27
macho: implement -dead_strip_dylibs linker flag
Jakub Konka
2022-06-25
macho: implement -headerpad_max_install_names
Jakub Konka
2022-06-25
cache setting macho search strategy flags
Jakub Konka
[next]