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
2021-01-18
stage2 macho: cleanup indirect symbol table writes
Jakub Konka
2021-01-17
macho: refactor undef symbol handling
Jakub Konka
2021-01-16
stage2: implement error notes and regress -femit-zir
Andrew Kelley
2021-01-15
macho: use target arch page_size for codesig
Jakub Konka
2021-01-13
macho: update DebugSymbols to include DATA_CONST seg
Jakub Konka
2021-01-13
macho: document more code + add test case
Jakub Konka
2021-01-13
macho: refactor writing and managing externs
Jakub Konka
2021-01-13
macho: fully working PoC with main and exit
Jakub Konka
2021-01-13
macho: write out rebase info
Jakub Konka
2021-01-02
stage2: implement function call inlining in the frontend
Andrew Kelley
2021-01-01
macho: unblock stage2 on 32bit platforms (#7632)
Jakub Konka
2020-12-31
macho: sentinel can be 4 byte long
Jakub Konka
2020-12-31
macho: advance VM address of DWARF sections when relocating
Jakub Konka
2020-12-31
macho: put all DWARF-related logic into DebugSymbols
Jakub Konka
2020-12-31
macho: move updateDeclLineNumber logic to DebugSymbols
Jakub Konka
2020-12-31
macho: refactor and fix stage2 tests
Jakub Konka
2020-12-31
macho: add decl line and file info to subprogram
Jakub Konka
2020-12-31
macho: use 32bit DWARF format
Jakub Konka
2020-12-31
macho: add Elf dwarf sections
Jakub Konka
2020-12-31
macho: prealloc space for debug sections in dSym
Jakub Konka
2020-12-31
macho: write symbol and string tables to dSym
Jakub Konka
2020-12-31
macho: copy snapshots of segment commands
Jakub Konka
2020-12-31
macho: write matching UUID to dSym bundle
Jakub Konka
2020-12-31
macho: write Mach-O dSym header
Jakub Konka
2020-12-31
macho: create dSym bundle next to final artefact
Jakub Konka
2020-12-31
macho: add and populate UUID load command
Jakub Konka
2020-12-31
macho: move findFreeSpace into SegmentCommand
Jakub Konka
2020-12-19
macho: auto-coerce to slice
Jakub Konka
2020-12-19
macho: move findFreeSpace back to MachO struct
Jakub Konka
2020-12-19
macho: find free space even for __text section
Jakub Konka
2020-12-19
macho: redo how we allocate within a segment
Jakub Konka
2020-12-17
macho: refactor calculating LEB128 sizes
Jakub Konka
2020-12-17
macho: cleanup (lazy) binding info tables
Jakub Konka
2020-12-17
macho: move (lazy)binding tables into imports module
Jakub Konka
2020-12-09
macho: parsing Trie now takes a reader and returns bytes read
Jakub Konka
2020-12-09
macho: split writing Trie into finalize and const write
Jakub Konka
2020-12-09
macho: add generic terminal info nullable struct to a node
Jakub Konka
2020-12-09
macho: cleanup export trie generation and parsing
Jakub Konka
2020-12-02
macho:use mem.asBytes and meta.eql in commands.zig
Jakub Konka
2020-12-01
lld+macho: move parsing logic into MachO
Jakub Konka
2020-12-01
macho: dynamically calculate code signature padding
Jakub Konka
2020-12-01
macho: unify code signature between stage1 and stage2
Jakub Konka
2020-12-01
lld: use commands.LoadCommand in self-hosted linker
Jakub Konka
2020-12-01
lld: start unifying load command logic
Jakub Konka
2020-12-01
lld: add code signature to lld output
Jakub Konka
2020-11-26
stage2 macho: first, rough draft at trampolining
Jakub Konka
2020-11-26
stage2 macho: cleanup logs
Jakub Konka
2020-11-26
stage2 macho: fix issues with codesigning
Jakub Konka
2020-11-26
stage2 macho: generate a code sig (not valid yet)
Jakub Konka
2020-11-26
stage2 macho: add info about __TEXT segment
Jakub Konka
[next]