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
Age
Commit message (
Expand
)
Author
2023-05-26
std.Target adjustments
Veikka Tuominen
2023-04-26
coff: invalidate GOT relocs after segment shift in memory
Jakub Konka
2023-04-21
coff: treat vmaddr of 0 as unallocated when checking if resolvable
Jakub Konka
2023-04-21
coff: use TableSection for GOT
Jakub Konka
2023-04-18
coff: support allow_shlib_undefined
kcbanner
2023-04-03
macho+coff: remove alignment from Atom as it is unused
Jakub Konka
2023-04-01
link: handle -u flag in all linkers
Jakub Konka
2023-03-30
coff: due to ASLR we need to dupe the code for relocating
Jakub Konka
2023-03-30
coff: use std.os.windows wrappers; fix relocating in-file
Jakub Konka
2023-03-30
coff: make sure we correctly slide relocation target when resolving
Jakub Konka
2023-03-29
Merge pull request #15105 from ziglang/hcs-win-poc
Jakub Konka
2023-03-28
coff: put section growing in helper; only mark section if actually resolved
Jakub Konka
2023-03-28
Merge pull request #14771 from kcbanner/coff_dynamicbase
Jakub Konka
2023-03-28
coff: use ArrayHashMap if we are iterating over keys
Jakub Konka
2023-03-28
coff: resolve relocs on bytes buffer directly
Jakub Konka
2023-03-28
coff: move import table definition into a separate ImportTable.zig module
Jakub Konka
2023-03-28
coff: do not use atoms for synthetic import address table
Jakub Konka
2023-03-25
coff: change dynamicbase to default to true (to match lld), change it to pass...
kcbanner
2023-02-13
move the cache system from compiler to std lib
Andrew Kelley
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
2023-01-05
coff: fixup module_definition_file hashing
kcbanner
2023-01-04
coff: include version and module_definition_file in the hash
kcbanner
2023-01-04
windows: revert changes made to lld.zig to support the way CMake calls zig cc...
kcbanner
2023-01-04
windows: fixes to support using zig cc/c++ with CMake on Windows
kcbanner
2023-01-04
fixup formatting
kcbanner
2023-01-04
fixup: remove leftover log
kcbanner
2023-01-04
windows: supporting changes for boostrapping via msvc
kcbanner
2023-01-04
build: first pass on geting stage3 building under x64_64-windows-msvc
kcbanner
2022-12-09
Revert "coff: specify default base path for relative source paths in pdb"
Jakub Konka
2022-12-06
remove `-fstage1` option
Andrew Kelley
2022-11-20
uefi: Delete unneeded alignment and use default 4K
David Gonzalez Martin
2022-11-19
linker: fail the compilation if there were linker errors
Casey Banner
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-10
win: combine PDB fixes into one changeset
Jakub Konka
2022-11-10
Windows: Explicitly pass PDB paths to lld-link
J.C. Moyer
2022-11-06
coff: move relocation in its own module
Jakub Konka
2022-11-04
all: rename i386 to x86
Ali Chraghi
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: commit missing Object.zig placeholder
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
[prev]