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
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: 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: don't store GC roots globally
Jakub Konka
2022-07-22
macho: link atom starting section by orig section id
Jakub Konka
2022-07-22
macho: rework symbol handling for incremental stage2 builds
Jakub Konka
2022-07-22
macho: fix compilation issues on 32bit hosts
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: put parsing into an atom into a helper
Jakub Konka
2022-07-22
macho: read the entire file contents into memory at once
Jakub Konka
2022-07-01
macho: implement pruning of unused segments and sections
Jakub Konka
2022-06-28
macho: annotate weak imports when linking with weak lib/framework
Jakub Konka
2022-06-28
macho: discriminate between normal and weak dylibs
Jakub Konka
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-22
Return an error when macOS ABI is not {none, simulator, macabi}
Jakub Konka
2022-05-22
Set macOS/iPhoneOS/tvOS/watchOS ABI to none (unspecified) by default
Jakub Konka
2022-05-06
link/MachO: use const instead of var and limit scope of vars
Andrew Kelley
2022-05-06
Sema: solve a false positive "depends on itself"
Andrew Kelley
2022-04-21
dwarf: clean up allocations in std.dwarf module
Jakub Konka
2022-04-15
stage2 macho: workaround stage2 bugs
Veikka Tuominen
2022-04-14
stage2: progress towards stage3
Andrew Kelley
2022-04-13
macho,x64: resolve debug info relocs for RIP-based addressing
Jakub Konka
2022-04-01
macho: set CS_LINKER_SIGNED flag in code signature generated by zld
Jakub Konka
2022-03-27
dwarf: track type relocation state in Dwarf module
Jakub Konka
2022-03-27
dwarf: rename DebugInfoAtom into Atom; free all allocated memory
Jakub Konka
2022-03-22
macho: extend CodeSignature to accept entitlements
Jakub Konka
2022-03-19
Sema: implement zirSwitchCaptureElse for error sets
Veikka Tuominen
2022-03-15
std.dwarf: implement basic DWARF 5 parsing
William Sengir
2022-03-08
dwarf: move all dwarf into standalone module
Jakub Konka
2022-03-05
macho: fix incorrect line and pc advancement
Jakub Konka
2022-03-05
macho: remove anon_struct_type which is now redundant
Jakub Konka
2022-03-05
macho: migrate to named struct for slices
Jakub Konka
2022-03-05
macho: handle optional non-ptr types in DWARF
Jakub Konka
2022-02-25
macho: redo selection of segment/section for decls and consts
Jakub Konka
2022-02-16
macho: handle binary updates in dSYM companion file
Jakub Konka
2022-02-14
macho: re-enable creating dSYM bundle
Jakub Konka
2022-02-07
stage2: lower unnamed constants in Elf and MachO
Jakub Konka
2022-01-28
Rename mem.bswapAllFields to byteSwapAllFields
John Schmidt
2022-01-25
stage2: add naive impl of pointer type in ELF
Jakub Konka
2022-01-24
stage2: rework a lot of stuff
Andrew Kelley
2022-01-13
zld: parse addend from BRANCH reloc on x86_64
Jakub Konka
2022-01-13
zld: fix num nlist calc when there's no dynsymtab
Jakub Konka
2021-12-15
macho: handle TLS imported from dylib
Jakub Konka
2021-12-15
macho: put `LC_*` consts in a typed enum(u32) LC
Jakub Konka
2021-12-10
macho: move all helpers from commands.zig into std.macho
Jakub Konka
[prev]
[next]