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
/
zld.zig
Age
Commit message (
Expand
)
Author
2023-08-29
macho: move getOutputSection into Atom
Jakub Konka
2023-08-29
macho: move symbol resolver into zld driver's state
Jakub Konka
2023-08-29
macho: collect bind data by scanning atoms directly in objects
Jakub Konka
2023-08-29
macho: collect rebase data by scanning atoms directly in objects
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: remove obsolete function createDyldStubBinderGotAtom
Jakub Konka
2023-08-29
macho: use TableSection for TLV pointer entries in zld driver
Jakub Konka
2023-08-29
macho: use TableSection for GOT entries in zld driver
Jakub Konka
2023-08-29
macho: change dyld_private_sym_index to dyld_private_atom_index in zld
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-29
macho: simplify input file parsing for both drivers
Jakub Konka
2023-08-29
macho: remove page_size field as it can be computed when and where required
Jakub Konka
2023-08-21
frontend: directly pass resolved frameworks container to the linker
Jakub Konka
2023-08-20
frontend: move framework path resolution from the linker to frontend
Jakub Konka
2023-08-20
macho: we no longer need to resolve framework dirs against sysroot
Jakub Konka
2023-08-03
frontend: make SystemLib.path optional
Andrew Kelley
2023-08-03
MachO: put system_libs into libs not positionals
Andrew Kelley
2023-08-03
compiler: resolve library paths in the frontend
Andrew Kelley
2023-08-02
macho: track unwind/dwarf cfi records by symbol rather than atom
Jakub Konka
2023-07-26
macho: create export trie root explicitly with Trie.init
Jakub Konka
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-21
Merge pull request #16097 from ziglang/macho-faster-uuid
Jakub Konka
2023-06-19
macho: exclude code signature padding from uuid calculation
Jakub Konka
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-19
macho: hash the entire file contents for UUID but calc in parallel
Jakub Konka
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-05-30
zig ld: handle `--library :path/to/lib.so`
Motiejus Jakštys
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-04-28
compiler: use `@memcpy` instead of `std.mem.copy`
Andrew Kelley
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-21
macho: do not allocate atoms for stub entries
Jakub Konka
2023-04-04
macho+zld: refactor how we resolve dyld_stub_binder symbol
Jakub Konka
2023-04-01
link: handle -u flag in all linkers
Jakub Konka
2023-04-01
macho: handle weird case of entrypoint being a stub
Jakub Konka
2023-04-01
macho: look for entry in archives/dylibs too
Jakub Konka
2023-03-22
macho+zld: refactor parsing of relocation target
Jakub Konka
2023-03-21
macho: collect all exports into the export trie
Jakub Konka
2023-03-21
macho+zld: save all defined globals in the export trie
Jakub Konka
2023-03-21
macho+zld: put locals and globals in function-starts section
Jakub Konka
2023-03-21
macho+zld: put __TEXT bound sections in __TEXT segment
Jakub Konka
2023-03-21
macho+zld: save locals from section atoms to symtab too
Jakub Konka
2023-03-18
macho+zld: clean up opening and closing of file descriptors
Jakub Konka
2023-03-16
link: move macOS kernel inode cache invalidation to MachO linker
Jakub Konka
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-14
Zld: Report archive file with cpu arch mismatch
Tom Read Cutting
2023-02-13
move the cache system from compiler to std lib
Andrew Kelley
[prev]
[next]