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-10-22
macho: refactor dead code stripping conditions
Jakub Konka
2022-10-22
macho: do not skip over SUBTRACTOR reloc when dead stripping
Jakub Konka
2022-10-22
macho: fix incorrect lookup of symbols when calculating subtractors
Jakub Konka
2022-10-22
macho: rewrite movq to leaq when TLV is not external pointer
Jakub Konka
2022-10-22
macho: gracefully handle uninitialized symtabs in objects
Jakub Konka
2022-10-22
macho: fix handling of lack of subsections and tracking of inner symbols
Jakub Konka
2022-10-22
macho: relax SUBTRACTOR assumption it not being a defined global
Jakub Konka
2022-10-22
macho: revert changes to file descriptors mgmt
Jakub Konka
2022-10-22
macho: fix silly error where we would incorrectly skip a valid binding
Jakub Konka
2022-10-22
macho: fix bug in incorrectly splicing nodes in trie
Jakub Konka
2022-10-22
macho: do not assume __la_symbol_ptr was created
Jakub Konka
2022-10-22
macho: always create __TEXT segment
Jakub Konka
2022-10-22
macho: skip parsing __eh_frame until we know how to handle it
Jakub Konka
2022-10-22
macho: fix 32bit build
Jakub Konka
2022-10-22
macho: remove unused nlist flags
Jakub Konka
2022-10-22
macho: upstream rewritten traditional linker, zld
Jakub Konka
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-09-18
macho: fix after sync with master
Jakub Konka
2022-09-18
macho: ensure we extend section size when updating last atom
Jakub Konka
2022-09-18
macho: allow for add and ldr when resolving GOT_LOAD_* relocs
Jakub Konka
2022-09-18
macho: rewrite how we allocate space in incremental context
Jakub Konka
2022-09-18
macho: start separating linking contexts
Jakub Konka
2022-09-18
macho: move to incremental writes and global relocs for incremental
Jakub Konka
2022-09-18
macho: do not call populateMissingMetadata in full link mode
Jakub Konka
2022-09-18
macho: clean up use of section ids
Jakub Konka
2022-09-18
macho: move main driver loop for one-shot into standalone zld module
Jakub Konka
2022-09-18
macho: separate in structure and logic incremental relocs and file relocs
Jakub Konka
2022-09-17
macho: do not assume every object has a symtab
Jakub Konka
2022-09-09
macho: use globals free list like in COFF linker
Jakub Konka
2022-09-07
macho+wasm: unify and clean up closing file handles
Jakub Konka
2022-08-30
coff: reorganize the linker
Jakub Konka
2022-08-24
Merge pull request #12574 from Vexu/remove-bit-op-type-param
Andrew Kelley
2022-08-23
macho: fix compile errors in std.debug
Jakub Konka
2022-08-23
std.debug: implement support for DWARFv5
Andrew Kelley
2022-08-22
Dwarf: Added stroffsetsptr support (#12270)
Keith Chambers
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-12
macho: update __DWARF sections before and after writing out __LINKEDIT
Jakub Konka
2022-08-10
link.MachO: use accurate alignment attribute on pointers
Andrew Kelley
2022-08-10
Revert "macho: allow unaligned offsets in object files"
Andrew Kelley
2022-08-10
macho: allow unaligned offsets in object files
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-27
std.fmt: add more invalid format string errors
r00ster91
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-22
macho: include __StaticInit input sections as GC roots
Jakub Konka
2022-07-22
macho: dead_strip defaults: off for debug, on for release
Jakub Konka
[prev]
[next]