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.zig
Age
Commit message (
Expand
)
Author
2022-09-07
coff: fix bug in lowerUnnamedConst
Jakub Konka
2022-09-07
coff: fix runtime traps
Jakub Konka
2022-09-07
coff: implement lowering unnamed consts
Jakub Konka
2022-09-07
coff: fix contents of IAT, and ensure codegen loads addr into reg
Jakub Konka
2022-09-07
coff: populate import address table dir
Jakub Konka
2022-09-07
coff: create import atoms and matching bindings
Jakub Konka
2022-09-07
coff: re-enable default entrypoint for Windows
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: fallback to _start as default entry point for now
Jakub Konka
2022-08-30
coff: ...and lift-off!
Jakub Konka
2022-08-30
coff: add missing bits required for minimal PE example
Jakub Konka
2022-08-30
coff: allocate and write atoms to file
Jakub Konka
2022-08-30
coff: populate missing section metadata
Jakub Konka
2022-08-30
coff: add helpers for setting section/symbol names
Jakub Konka
2022-08-30
coff: allow for strtab in final PE image
Jakub Konka
2022-08-30
coff: initial implementation of incremental file allocs
Jakub Konka
2022-08-30
coff: always write all data directory headers to file
Jakub Konka
2022-08-30
coff: write data directory and section headers to file
Jakub Konka
2022-08-30
coff: set some defaults for PE headers
Jakub Konka
2022-08-30
coff: write headers to file
Jakub Konka
2022-08-30
coff: reorganize the linker
Jakub Konka
2022-08-30
coff: fix after rebase
Jakub Konka
2022-08-30
coff: move header writing logic into flush
Jakub Konka
2022-08-29
link: add force_undefined_symbols to cache hash
Andrew Kelley
2022-08-25
add ability to pass force undefined symbols to the linker
Jakub Konka
2022-08-23
coff: improve default COFF/PE object parser
Jakub Konka
2022-08-19
make self-hosted the default compiler
Andrew Kelley
2022-08-18
std.Target gains ObjectFormat field
Andrew Kelley
2022-07-04
link.Coff: notice special windows symbols
Andrew Kelley
2022-06-27
macho: implement -dead_strip_dylibs linker flag
Jakub Konka
2022-06-25
macho: implement -headerpad_max_install_names
Jakub Konka
2022-06-25
cache setting macho search strategy flags
Jakub Konka
2022-06-20
[MachO] add -pagezero_size
Motiejus Jakštys
2022-06-17
compiler_rt: use single cache for libcompiler_rt.a static lib
Jakub Konka
2022-06-17
compiler_rt: compile each unit separately for improved archiving
Jakub Konka
2022-05-19
[Elf] add -z nocopyreloc
Motiejus Jakštys
2022-04-29
std: Do not allocate the result for ChildProcess.init
Jimmi Holst Christensen
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-17
stage2: expose progress bar API to linker backends
Andrew Kelley
2022-03-01
codegen: lower field_ptr to memory across linking backends
Jakub Konka
2022-02-16
link: avoid double close on openPath error
Andrew Kelley
2022-02-11
elf: store pointer relocations indexed by containing atom
Jakub Konka
2022-02-07
stage2: lower unnamed constants in Elf and MachO
Jakub Konka
2022-02-06
stage2: pass proper can_exit_early value to LLD
Andrew Kelley
2022-02-06
Avoid depending on child process execution when not supported by host OS
Cody Tapscott
2022-01-28
link: ELF, COFF, WASM: honor the "must_link" flag of positionals
Andrew Kelley
2022-01-26
zig cc: add --hash-style linker parameter
Andrew Kelley
2022-01-25
link: Elf, Wasm: forward strip flag when linking with LLD
Andrew Kelley
[prev]
[next]