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-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
2021-04-13
zld: allocate segments based on worst-case and upper-limit
Jakub Konka
2021-04-13
zld: assume remaining undefs are from libSystem
Jakub Konka
2021-04-13
zld: refactor object and archive parsing
Jakub Konka
2021-04-13
zld: redo symbol resolution in objects
Jakub Konka
2021-04-09
Merge pull request #8470 from ziglang/stage2-start
Andrew Kelley
2021-04-08
stage2: simplify Decl src_node field
Andrew Kelley
2021-04-08
stage2 AArch64: Add conditional branch instructions
joachimschmidt557
2021-03-25
zld: parse archive's table of contents
Jakub Konka
2021-03-22
zld: naively handle static initializers in C++
Jakub Konka
2021-03-19
zld: apply offset for DICE in archive
Jakub Konka
2021-03-19
zld: continue on invalid/missing debug info
Jakub Konka
2021-03-19
zld: fix parsing archive/object name from header
Jakub Konka
2021-03-18
zld: temporarily disable testing shared lib linking
Jakub Konka
2021-03-17
rebase with master
Jakub Konka
2021-03-17
zld: fix GOT loads and indirection on x86_64
Jakub Konka
2021-03-17
zld: add/fix more issues
Jakub Konka
2021-03-17
zld: fix TLV initializers
Jakub Konka
2021-03-17
zld: mimick Apple and add __DATA_CONST seg
Jakub Konka
2021-03-17
zld: clean up use of commands.zig module
Jakub Konka
2021-03-17
zld: use aarch64 for opcodes
Jakub Konka
2021-03-17
zld: fix incorrect offset calc for DICE
Jakub Konka
2021-03-17
Revert log.warn hack
Jakub Konka
2021-03-17
zld: start bringing x64 up to speed
Jakub Konka
2021-03-17
zld: demote logs from warn to debug
Jakub Konka
2021-03-17
zld: merge and sort sections
Jakub Konka
2021-03-17
zld: fix handling of section alignment
Jakub Konka
2021-03-17
zld: pass test-std and test-compiler-rt
Jakub Konka
2021-03-17
zld: differentiate locals from globals
Jakub Konka
2021-03-17
zld: add nop to reloc module
Jakub Konka
2021-03-17
zld: bullet-proof stubs for long jumps
Jakub Konka
2021-03-17
zld: cleanup section alignment when allocating
Jakub Konka
2021-03-17
zld: pass stage2 tests linked with zld!
Jakub Konka
2021-03-17
zld: replace ldr with add if indivisible
Jakub Konka
2021-03-17
macho: start upstreaming zld
Jakub Konka
2021-03-17
macho: use latest bind functionality
Jakub Konka
2021-03-17
macho: apply some renames to bring closer to zld
Jakub Konka
2021-02-27
HashMap.put returns !void, not a !bool
daurnimator
[prev]
[next]