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
2021-05-18
zld: parse dylibs as positionals
Jakub Konka
2021-05-18
zld: parse dylib id
Jakub Konka
2021-05-18
zld: refactor out logic for dylib LC creation
Jakub Konka
2021-05-18
zld: add prelim way of linking dylibs
Jakub Konka
2021-05-12
macho: allow overriding stack size in binary
Jakub Konka
2021-05-09
zld: adjust signed displacement source target addr
Jakub Konka
2021-05-06
zld: sort tlv offsets by source address
Jakub Konka
2021-05-06
zld: cleanup relocs and flag errors on unhandled symbol types
Jakub Konka
2021-05-04
zld: port over a few more bits from ld64
Jakub Konka
2021-05-04
zld: disable most logs
Jakub Konka
2021-05-04
zld: build updated macho backend
Jakub Konka
2021-05-04
zld: rewrite symbol allocations
Jakub Konka
2021-05-04
zld: resolve GOT loads and stubs
Jakub Konka
2021-05-04
zld: rewrite symbol resolution
Jakub Konka
2021-04-24
zld: new approach at handling static inits
Jakub Konka
2021-04-24
zld: add temp debug info fix by setting mtime=0
Jakub Konka
2021-04-24
zld: analyze static initializers
Jakub Konka
2021-04-24
zld: common section should be writable
Jakub Konka
2021-04-20
zld: fix parsing of weak symbols
Jakub Konka
2021-04-20
zld: map __DATA,__common as __DATA_CONST,__common
Jakub Konka
2021-04-20
zld: resolve symbols as globals before resolving locals
Jakub Konka
2021-04-20
zld: dedup initializers and finalizers
Jakub Konka
2021-04-20
zld: treat priv extern as weak symbol
Jakub Konka
2021-04-13
zld: fix symbol resolution from interdep archives
Jakub Konka
2021-04-13
zld: add x86_64 relocs
Jakub Konka
2021-04-13
zld: save locals per TU
Jakub Konka
2021-04-13
zld: differentiate between static and global in stabs
Jakub Konka
2021-04-13
zld: streamline tags for Symbol
Jakub Konka
2021-04-13
zld: fix indirect symtab
Jakub Konka
2021-04-13
zld: fix rebase vs bind for GOT entries
Jakub Konka
2021-04-13
zld: fix parsing debug info
Jakub Konka
2021-04-13
zld: limit exports to just main entrypoint
Jakub Konka
2021-04-13
zld: move parsing debug info into object
Jakub Konka
2021-04-13
zld: add prelim support for locals
Jakub Konka
2021-04-13
zld: flush MachO
Jakub Konka
2021-04-13
zld: resolve target addresses for relocs
Jakub Konka
2021-04-13
zld: resolve stubs and GOT entries
Jakub Konka
2021-04-13
zld: migrate parts of main to new relocs
Jakub Konka
2021-04-13
zld: allocate addresses for global symbols
Jakub Konka
2021-04-13
zld: store a single global symtab
Jakub Konka
2021-04-13
zld: allocate segments based on worst-case and upper-limit
Jakub Konka
2021-04-13
zld: assume remaining undefs are from libSystem
Jakub Konka
2021-04-13
zld: refactor object and archive parsing
Jakub Konka
2021-04-13
zld: redo symbol resolution in objects
Jakub Konka
2021-04-08
stage2 AArch64: Add conditional branch instructions
joachimschmidt557
2021-03-22
zld: naively handle static initializers in C++
Jakub Konka
2021-03-19
zld: continue on invalid/missing debug info
Jakub Konka
2021-03-18
zld: temporarily disable testing shared lib linking
Jakub Konka
2021-03-17
rebase with master
Jakub Konka
2021-03-17
zld: fix GOT loads and indirection on x86_64
Jakub Konka
[prev]
[next]