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
2023-06-10
Module: rename functions to make ownership checks explicit
Jacob Young
2023-06-10
InternPool: port most of value tags
Jacob Young
2023-06-10
stage2: move enum tag values into the InternPool
Andrew Kelley
2023-06-10
stage2: move opaque types to InternPool
Andrew Kelley
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
2023-05-01
x86_64: cleanup lazy symbols
Jacob Young
2023-05-01
link: fix accessing source atom's symbol index in codegen
Jakub Konka
2023-05-01
x86_64: implement tagName
Jacob Young
2023-05-01
link: update decl-specific lazy symbols
Jacob Young
2023-05-01
link: cleanup lazy alignment
Jacob Young
2023-04-28
compiler: use `@memcpy` instead of `std.mem.copy`
Andrew Kelley
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-26
macho: invalidate GOT/stub relocs after segment shift in memory
Jakub Konka
2023-04-21
macho: rebase lazy pointers and apply corrected base offset
Jakub Konka
2023-04-21
macho: mark relocs dirty by target when updating GOT/stubs
Jakub Konka
2023-04-21
macho: fix dirtying of GOT entries
Jakub Konka
2023-04-21
macho: skip GOT for TLVs; handle them separately when lowering
Jakub Konka
2023-04-21
macho: refactor common codepath for collecting bindings from TableSection
Jakub Konka
2023-04-21
macho: do not allocate atom for __stub_helper preamble
Jakub Konka
2023-04-21
macho: do not allocate atoms for stub entries
Jakub Konka
2023-04-21
macho: resolve relocs before writing to memory (fixes HCS)
Jakub Konka
2023-04-21
macho: correctly dirty the GOT table after memory realloc
Jakub Konka
2023-04-21
macho: fix runtime panics
Jakub Konka
2023-04-21
macho: use generic TableSection for GOT mgmt
Jakub Konka
2023-04-13
macho: reference TLV thunks via GOT table
Jakub Konka
2023-04-13
macho: emit TLV pointers and variables
Jakub Konka
2023-04-13
macho: cleanup dirtying and writing GOT atoms
Jakub Konka
2023-04-13
macho: improve reporting of missing symbols
Jakub Konka
2023-04-13
macho: refactor common logic between synthetic tables
Jakub Konka
2023-04-13
macho: add machinery for emitting TLV refs
Jakub Konka
2023-04-13
macho: refactor relocation type in incremental linker
Jakub Konka
2023-04-13
macho: emit TLS sections
Jakub Konka
2023-04-13
macho: fix incorrect DWARF subprogram generation
Jakub Konka
2023-04-05
macho: reapply relocation dirtying logic from coff linker
Jakub Konka
2023-04-05
macho: refactor adding GOT and stub entries
Jakub Konka
2023-04-03
link: cleanup lazy symbols
Jacob Young
2023-04-03
macho: clean up code responsible for growing sections in file
Jakub Konka
2023-04-03
macho+coff: remove alignment from Atom as it is unused
Jakub Konka
2023-04-02
x86_64: implement error name
Jacob Young
2023-04-01
macho: look for entry in archives/dylibs too
Jakub Konka
2023-03-28
macho: remove error_union return from resolveRelocations()
Jakub Konka
2023-03-28
link: pass expected lib name as hint in getGlobalSymbol()
Jakub Konka
2023-03-21
macho: collect all exports into the export trie
Jakub Konka
2023-03-19
macho: fix 32bit build
Jakub Konka
2023-03-19
macho: enable hot update state only when on compatible host
Jakub Konka
2023-03-18
macho: add wrappers for attaching/detaching from HCS process
Jakub Konka
2023-03-18
macos: HCS PoC working
Jakub Konka
2023-03-18
macho: add hot-code swapping poc
Jakub Konka
2023-03-18
macho+zld: clean up how to interface with link.zig and openPath()
Jakub Konka
2023-03-16
link: move macOS kernel inode cache invalidation to MachO linker
Jakub Konka
[next]