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-10
x86_64: combine got_load, direct_load and imports_load into linker_load MCV
Jakub Konka
2022-09-09
macho+coff: return index into global table from getGlobalSymbol
Jakub Konka
2022-09-09
coff: use global accessor abstractions from MachO
Jakub Konka
2022-09-07
coff: fix tracking of got and import entries; free relocs in update* fns
Jakub Konka
2022-09-07
coff: track globals in contiguous array to allow for tombstones
Jakub Konka
2022-09-07
coff: fix memory leak in incorrectly disposing of globals table
Jakub Konka
2022-09-07
coff: use more generous initial memory sizes for sections
Jakub Konka
2022-09-07
coff: remove redundant bits and clean up
Jakub Konka
2022-09-07
coff: grow section in virtual address space when required
Jakub Konka
2022-09-07
coff: find new file space for a section (file offsets)
Jakub Konka
2022-09-07
coff: differentiate between file space and VM space for alloc
Jakub Konka
2022-09-07
coff: create a helper for allocating sections
Jakub Konka
2022-09-07
coff: fix writing strtab to PE image file
Jakub Konka
2022-09-07
coff: mark relocations dirty when target atoms change
Jakub Konka
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
[next]