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-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
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
[next]