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.zig
Age
Commit message (
Expand
)
Author
2022-09-10
macho: refactor direct use of locals container in favour of helpers
Jakub Konka
2022-09-09
macho+coff: return index into global table from getGlobalSymbol
Jakub Konka
2022-09-09
macho: use globals free list like in COFF linker
Jakub Konka
2022-09-09
macho: fix compilation for 32bit targets
Jakub Konka
2022-09-09
macho: prefill any space between __DATA and __LINKEDIT with 0s if required
Jakub Konka
2022-09-07
macho+wasm: unify and clean up closing file handles
Jakub Konka
2022-09-07
macho: set file instance in linkOneShot only if not already set
Jakub Konka
2022-09-07
macho: properly close file handles owned by the linker in deinit()
Jakub Konka
2022-08-30
coff: reorganize the linker
Jakub Konka
2022-08-23
std.debug: DWARFv5 fixes
Andrew Kelley
2022-08-23
std.debug: implement support for DWARFv5
Andrew Kelley
2022-08-22
Dwarf: Added stroffsetsptr support (#12270)
Keith Chambers
2022-08-20
macho: do not leave file descriptors open if unused
Jakub Konka
2022-08-19
make self-hosted the default compiler
Andrew Kelley
2022-08-18
std.Target gains ObjectFormat field
Andrew Kelley
2022-08-18
macho: do not open file handle when building static archive
Jakub Konka
2022-08-10
link.MachO: use accurate alignment attribute on pointers
Andrew Kelley
2022-08-03
macho: fix some TODOs
Jakub Konka
2022-08-03
macho: add missing u64 to usize casts
Jakub Konka
2022-08-03
macho: do not preempt segment headers; do it when commiting to file
Jakub Konka
2022-08-03
macho: fix linking in incremental context
Jakub Konka
2022-08-03
macho: cleanup output section selection logic
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-26
std.fmt: require specifier for unwrapping ?T and E!T
InKryption
2022-07-25
macho: fix memory leak and refactor Target usage
Jakub Konka
2022-07-24
Revert "std.fmt: require specifier for unwrapping ?T and E!T."
Andrew Kelley
2022-07-24
std.fmt: require specifier for unwrapping ?T and E!T.
InKryption
2022-07-23
macho: fix use-after-move in placeDecl
Jakub Konka
2022-07-22
macho: dead_strip defaults: off for debug, on for release
Jakub Konka
2022-07-22
macho: fix zig cc and c++ using stage2 llvm
Jakub Konka
2022-07-22
macho: move GC code into dead_strip.zig module
Jakub Konka
2022-07-22
macho: sort subsection symbols by seniority
Jakub Konka
2022-07-22
macho: do not GC local symbols unless reference dead symbols
Jakub Konka
2022-07-22
macho: parse data-in-code when writing LINKEDIT segment
Jakub Konka
2022-07-22
macho: limit export info to entrypoint and mh symbol when executable
Jakub Konka
2022-07-22
macho: mark __mh_execute_header as ref'd dynamically
Jakub Konka
2022-07-22
macho: do not store stabs; generate on-the-fly instead
Jakub Konka
2022-07-22
macho: improve logs for dyld info
Jakub Konka
2022-07-22
macho: fix caching linker line in incremental setting
Jakub Konka
2022-07-22
macho: deallocate globals keys
Jakub Konka
2022-07-22
macho: don't store GC roots globally
Jakub Konka
2022-07-22
macho: fix marking sections for pruning in GC
Jakub Konka
2022-07-22
macho: rework symbol handling for incremental stage2 builds
Jakub Konka
2022-07-22
macho: rework symbol handling to match zld/ELF
Jakub Konka
2022-07-22
macho: remove unused fields from Atom
Jakub Konka
2022-07-22
macho: split section into subsections if requested and/or possible
Jakub Konka
2022-07-22
macho: read the entire file contents into memory at once
Jakub Konka
2022-07-22
cli: parse -dead_strip MachO linker flag
Jakub Konka
2022-07-01
macho: implement pruning of unused segments and sections
Jakub Konka
[next]