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
2023-09-25
macos: discontinue redundant search/link for libc
Michael Dusan
2023-09-25
macho: add verbose args for -platform_version
Michael Dusan
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-09-04
macho: check if we should emit LC_VERSION_MIN_ if target low enough
Jakub Konka
2023-08-31
macho: report missing libSystem/libc system libraries to the user
Jakub Konka
2023-08-30
macho: remove error.UnhandledDwFormValue from link.File
Jakub Konka
2023-08-30
macho: report basic __eh_frame problems as errors
Jakub Konka
2023-08-30
macho: remove obsolete error.FailedToResolveRelocationTarget
Jakub Konka
2023-08-30
macho: improve error reporting for re-exports mismatch
Jakub Konka
2023-08-30
macho: refactor resolving and parsing dependent dylibs
Jakub Konka
2023-08-29
macho: simplify handling and reporting parsing errors
Jakub Konka
2023-08-29
macho: handle mismatched and missing platform errors
Jakub Konka
2023-08-29
macho: clean up array of supported platforms and versions
Jakub Konka
2023-08-29
link: remove unused darwin_sdk_version field
Jakub Konka
2023-08-29
macho: clean up helpers for std.SemanticVersion <-> Apple version formatting
Jakub Konka
2023-08-29
macho: parse platform info from each object file into Platform struct
Jakub Konka
2023-08-29
macho: make MachO.requiresCodeSignature accept link.Options
Jakub Konka
2023-08-29
macho: remove MachO.requiresThunks as it is obsolete
Jakub Konka
2023-08-29
macho: create an explicit error set for parse functions
Jakub Konka
2023-08-29
macho: convert log.err when CPU arch is mismatched into actual errors
Jakub Konka
2023-08-29
macho: report symbol collision as compiler error
Jakub Konka
2023-08-29
macho: fix 32bit compilation issues
Jakub Konka
2023-08-29
macho: fix overalignment of stubs on aarch64
Jakub Konka
2023-08-29
macho: fix invalid alignment of stubs for x86_64
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: save indexes to all sections of interest
Jakub Konka
2023-08-29
macho: unify resolving globals
Jakub Konka
2023-08-29
macho: unify segment handling
Jakub Konka
2023-08-29
macho: unify writeLinkeditSegmentData func
Jakub Konka
2023-08-29
macho: unify creating atoms
Jakub Konka
2023-08-29
macho: unify allocating special symbols
Jakub Konka
2023-08-29
macho: unify writeSegmentHeaders func
Jakub Konka
2023-08-29
macho: move initSection into MachO from Zld
Jakub Konka
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
[prev]
[next]