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
Age
Commit message (
Expand
)
Author
2021-06-28
zld: if libSystem.dylib found, then need to link libc.dylib too
Jakub Konka
2021-06-28
zld: recurse dylibs reexports when defined and desired
Jakub Konka
2021-06-26
zld: link against system libSystem.tbd
Jakub Konka
2021-06-25
zld: fix section mapping for Go specific sections
Jakub Konka
2021-06-25
Add fat/universal dylib support to zig ld
Tom Maenan Read Cutting
2021-06-24
zld: fix Dylib.Id parsing logic for string values
Jakub Konka
2021-06-24
Apply AST fixes
Jakub Konka
2021-06-24
zld: put DICE and CodeSig load commands last
Jakub Konka
2021-06-24
zld: parse dylib's id from tbd
Jakub Konka
2021-06-24
zld: exclude libs part of the umbrella
Jakub Konka
2021-06-24
zld: when parsing dylibs, allow multiple return values
Jakub Konka
2021-06-24
zld: naively parse all dylib deps in stubs
Jakub Konka
2021-06-24
zld: merge Stub with Dylib struct
Jakub Konka
2021-06-24
zld: clean up memory management and refactor
Jakub Konka
2021-06-24
zld: handle dynamic binding of proxies for objc correctly
Jakub Konka
2021-06-24
zld: fix finding pointers for rebasing
Jakub Konka
2021-06-24
zld+macho: populate segname from SegmentCommand when adding section
Jakub Konka
2021-06-24
zld: handle objc-specific sections
Jakub Konka
2021-06-24
zld: clean up logic for matching and mapping sections
Jakub Konka
2021-06-24
zld+stage2: refactor creating segments and sections
Jakub Konka
2021-06-24
zld: parse framework dirs and names
Jakub Konka
2021-06-24
zld: introduce Stub.zig which represents parsed stub file
Jakub Konka
2021-06-24
zld: move logic unpacking path to libc stub to Compilation
Jakub Konka
2021-06-24
zld: apply AST fixes
Jakub Konka
2021-06-24
zld: create a synthetic ___dso_handle symbol self-referenced
Jakub Konka
2021-06-24
zld: parse lib stubs as tbds on the linker line
Jakub Konka
2021-06-24
zld: parse libSystem tbd stub when linking
Jakub Konka
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-18
macho: LC_RPATH: reserve byte for null-terminator
Michael Dusan
2021-06-15
zld: stubs can also be part of unsigned relocs
Jakub Konka
2021-06-14
zld: map coalesced sections and handle undefines
Jakub Konka
2021-06-14
zld: handle __eh_frame section
Jakub Konka
2021-06-14
zld: handle __gcc_except_tab section
Jakub Konka
2021-06-14
zld: clean up parsing section by type and attrs
Jakub Konka
2021-06-14
add ast-check flag to zig fmt, fix found bugs
Veikka Tuominen
2021-06-12
zld: throw an error if found unknown section in object
Jakub Konka
2021-06-11
zld: allow for existence of __DATA_CONST segments in objects
Jakub Konka
2021-06-11
zld: match all __DATA sections as __data except __const
Jakub Konka
2021-06-11
zld: fix bug in working out commons total size
Jakub Konka
2021-06-10
zld: clean up
Jakub Konka
2021-06-10
zld: fix debug info for regulars synthed from tentative
Jakub Konka
2021-06-10
zld: synthetise regular from tentative definition
Jakub Konka
2021-06-10
zld: handle aliasing of tentative into regular global
Jakub Konka
2021-06-10
zld: add Symbol.Tentative to denote common symbol
Jakub Konka
2021-06-10
zld: moving target seg,sect mapping into Object.Section
Jakub Konka
2021-06-10
zld: work out size and alignment of commons
Jakub Konka
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-06-03
zld: fix the linker for 32bit comp targets
Jakub Konka
2021-05-27
zld: dylib paths need nul terminator included
Jakub Konka
[prev]
[next]