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-05-13
link/MachO: fixes to debug symbols
Andrew Kelley
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-12
macho: allow overriding stack size in binary
Jakub Konka
2021-05-09
zld: adjust signed displacement source target addr
Jakub Konka
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
update usage of std.testing in stage2
Veikka Tuominen
2021-05-06
zld: sort tlv offsets by source address
Jakub Konka
2021-05-06
zld: cleanup relocs and flag errors on unhandled symbol types
Jakub Konka
2021-05-05
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-04
zld: port over a few more bits from ld64
Jakub Konka
2021-05-04
zld: disable most logs
Jakub Konka
2021-05-04
zld: build updated macho backend
Jakub Konka
2021-05-04
zld: rewrite symbol allocations
Jakub Konka
2021-05-04
zld: resolve GOT loads and stubs
Jakub Konka
2021-05-04
zld: rewrite symbol resolution
Jakub Konka
2021-05-04
zld: rewrite Object to include pointers to Symbols
Jakub Konka
2021-04-28
stage2: semaDecl properly analyzes the decl block
Andrew Kelley
2021-04-24
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-24
zld: new approach at handling static inits
Jakub Konka
2021-04-24
zld: add temp debug info fix by setting mtime=0
Jakub Konka
2021-04-24
zld: analyze static initializers
Jakub Konka
2021-04-24
zld: common section should be writable
Jakub Konka
2021-04-20
zld: fix parsing of weak symbols
Jakub Konka
2021-04-20
zld: map __DATA,__common as __DATA_CONST,__common
Jakub Konka
2021-04-20
zld: resolve symbols as globals before resolving locals
Jakub Konka
2021-04-20
zld: dedup initializers and finalizers
Jakub Konka
2021-04-20
zld: treat priv extern as weak symbol
Jakub Konka
2021-04-15
stage2: entry point via std lib and proper updated file detection
Andrew Kelley
2021-04-13
zld: fix symbol resolution from interdep archives
Jakub Konka
2021-04-13
zld: cleanup redundant changes
Jakub Konka
2021-04-13
zld: rebase to new naming conv for aarch64
Jakub Konka
2021-04-13
zld: add x86_64 relocs
Jakub Konka
2021-04-13
zld: save locals per TU
Jakub Konka
2021-04-13
zld: differentiate between static and global in stabs
Jakub Konka
2021-04-13
zld: streamline tags for Symbol
Jakub Konka
2021-04-13
zld: fix indirect symtab
Jakub Konka
2021-04-13
zld: fix rebase vs bind for GOT entries
Jakub Konka
2021-04-13
zld: fix parsing debug info
Jakub Konka
2021-04-13
zld: limit exports to just main entrypoint
Jakub Konka
2021-04-13
zld: move parsing debug info into object
Jakub Konka
2021-04-13
zld: add prelim support for locals
Jakub Konka
2021-04-13
zld: flush MachO
Jakub Konka
2021-04-13
zld: resolve target addresses for relocs
Jakub Konka
2021-04-13
zld: resolve stubs and GOT entries
Jakub Konka
2021-04-13
zld: migrate parts of main to new relocs
Jakub Konka
2021-04-13
zld: preprocess relocs on arm64
Jakub Konka
2021-04-13
zld: allocate addresses for global symbols
Jakub Konka
2021-04-13
zld: store a single global symtab
Jakub Konka
2021-04-13
zld: start work on reloc preprocessing
Jakub Konka
[next]