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
/
MachO
/
dead_strip.zig
Age
Commit message (
Expand
)
Author
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
MachO: update to new std.io APIs
Andrew Kelley
2025-02-22
zig build fmt
Andrew Kelley
2024-07-22
macho: run more things in parallel
Jakub Konka
2024-07-18
macho: migrate UnwindInfo
Jakub Konka
2024-07-18
macho: move unwind info records ownership to Objects
Jakub Konka
2024-01-24
macho: fix dead stripping logic to exclude debug sections
Jakub Konka
2024-01-24
macho: handle dead stripping of atoms
Jakub Konka
2024-01-24
macho: get the ball rolling!
Jakub Konka
2024-01-24
macho: copy over new implementation sources from zld
Jakub Konka
2024-01-01
move force_undefined_symbols into Compilation
Andrew Kelley
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
linkers: update references to "options" field
Andrew Kelley
2024-01-01
linker: update target references
Andrew Kelley
2024-01-01
linker: update output_mode references
Andrew Kelley
2023-11-10
macho: resolve special section/segment boundary symbols
Jakub Konka
2023-08-30
macho: report basic __eh_frame problems as errors
Jakub Konka
2023-08-29
macho: fix compilation issues
Jakub Konka
2023-08-29
macho: merge Zld state with MachO state
Jakub Konka
2023-08-29
macho: move symbol resolver into zld driver's state
Jakub Konka
2023-08-29
macho: remove dead code
Jakub Konka
2023-08-29
macho: use TableSection for stub entries in zld driver
Jakub Konka
2023-08-29
macho: unify Atom concept between drivers
Jakub Konka
2023-08-29
macho: unify Section concept across drivers
Jakub Konka
2023-08-29
macho: add simple error reporting for misc errors
Jakub Konka
2023-08-29
macho: unify concept of SymbolWithLoc across drivers
Jakub Konka
2023-08-03
macho: set first and last atom indexes to 0 when marking section for pruning
Jakub Konka
2023-08-02
macho: track unwind/dwarf cfi records by symbol rather than atom
Jakub Konka
2023-06-25
macho: add fixes to __eh_frame parsing emitted by Nix C++ compiler
Jakub Konka
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-04-01
link: handle -u flag in all linkers
Jakub Konka
2023-04-01
macho: do not assume entrypoint is defined
Jakub Konka
2023-03-22
macho+zld: refactor parsing of relocation target
Jakub Konka
2023-03-20
macho+zld: relax assumption about dead strip atoms uniqueness
Jakub Konka
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-06
macho: downgrade alignment requirements for symtab in object files
Jakub Konka
2023-01-21
macho: synthesise unwind records in absence of compact unwind section
Jakub Konka
2023-01-20
zld: parse, synthesise and emit unwind records
Jakub Konka
2022-12-09
macho+zld: skip atomless synthetic globals in dead_strip
Jakub Konka
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-10-30
macho: fix regression in dead strip for x86_64
Jakub Konka
2022-10-24
link: add an explicit error set for flush() and flushModule()
Andrew Kelley
2022-10-22
macho: some docs
Jakub Konka
2022-10-22
macho: refactor dead code stripping conditions
Jakub Konka
2022-10-22
macho: do not skip over SUBTRACTOR reloc when dead stripping
Jakub Konka
2022-10-22
macho: fix handling of lack of subsections and tracking of inner symbols
Jakub Konka
2022-10-22
macho: skip parsing __eh_frame until we know how to handle it
Jakub Konka
[next]