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
2023-03-30
coff: use copy in zig-cache for child process in HCS
Jakub Konka
2023-03-28
coff: put section growing in helper; only mark section if actually resolved
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: assert the imports table is not dirty
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-28
coff: repurpose value field of import Symbol for lib_name offset
Jakub Konka
2023-03-28
link: pass expected lib name as hint in getGlobalSymbol()
Jakub Konka
2023-03-28
coff: grow .idata if required
Jakub Konka
2023-03-03
codegen: move gen logic for typed values, consts and decl ref to common codegen
Jakub Konka
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-01
link: fix pointer invalidation issues in Elf, MachO and Coff
Jakub Konka
2023-02-01
link: decouple DI atoms from linker atoms, and manage them in Dwarf linker
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-25
self-hosted: rename codegen Result.appended to Result.ok
Jakub Konka
2023-01-25
self-hosted: remove unused `externally_managed` prong for Decls code
Jakub Konka
2022-12-28
link: fix memory leaks
Jacob Young
2022-12-27
update uses of overflow arithmetic builtins
Veikka Tuominen
2022-12-06
remove `-fstage1` option
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
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-11-05
coff: use .x86 instead of .i386
Jakub Konka
2022-11-05
coff: tentatively handle Obj in getImageBase() func
Jakub Konka
2022-11-05
coff: circumvent stage1 inference problems
Jakub Konka
2022-11-05
coff: compile and link simple exit program on arm64
Jakub Konka
2022-11-05
coff: implement handling of arm64-specific relocs
Jakub Konka
2022-11-05
coff: clean up relocation handling between x86 and arm64
Jakub Konka
2022-11-05
coff: generate relocations for branch, GOT, direct refs
Jakub Konka
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-24
link: add an explicit error set for flush() and flushModule()
Andrew Kelley
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-09-18
macho: add logic for expanding segments in memory
Jakub Konka
2022-09-18
macho: move to incremental writes and global relocs for incremental
Jakub Konka
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
[prev]
[next]