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
/
Coff
/
Atom.zig
Age
Commit message (
Expand
)
Author
2024-01-01
fix a round of compile errors caused by this branch
Andrew Kelley
2023-04-03
macho+coff: remove alignment from Atom as it is unused
Jakub Konka
2023-03-28
coff: use ArrayHashMap if we are iterating over keys
Jakub Konka
2023-02-01
link: clean up type resolution in Elf.Atom and MachO.Atom
Jakub Konka
2023-01-31
link: make Coff atoms fully owned by the linker
Jakub Konka
2023-01-26
coff: migrate to new non-allocateDeclIndexes API
Jakub Konka
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-06
coff: move relocation in its own module
Jakub Konka
2022-09-10
coff: remove unused function
Jakub Konka
2022-09-07
coff: remove redundant bits and clean up
Jakub Konka
2022-09-07
coff: create import atoms and matching bindings
Jakub Konka
2022-08-31
coff: write base relocations for the dynamic linker
Jakub Konka
2022-08-30
coff: cleanup relocations; remove COFF support from other backends
Jakub Konka
2022-08-30
coff: add basic handling of GOT PC relative indirection
Jakub Konka
2022-08-30
coff: allocate and write atoms to file
Jakub Konka
2022-08-30
coff: reorganize the linker
Jakub Konka