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
getAppDataDir
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
juice
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
std.Io.Threaded-groups-2
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
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
2022-10-22
macho: upstream rewritten traditional linker, zld
Jakub Konka
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-09-18
macho: move to incremental writes and global relocs for incremental
Jakub Konka
2022-09-17
macho: do not assume every object has a symtab
Jakub Konka
2022-09-09
macho: use globals free list like in COFF linker
Jakub Konka
2022-08-03
macho: do not preempt segment headers; do it when commiting to file
Jakub Konka
2022-08-03
macho: update how we insert output sections
Jakub Konka
2022-08-03
macho: sync with zld
Jakub Konka
2022-07-22
macho: include __StaticInit input sections as GC roots
Jakub Konka
2022-07-22
macho: dead_strip defaults: off for debug, on for release
Jakub Konka
2022-07-22
macho: move GC code into dead_strip.zig module
Jakub Konka