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
/
Elf
/
ZigObject.zig
Age
Commit message (
Expand
)
Author
2024-03-11
std.builtin: make global linkage fields lowercase
Tristan Ross
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-16
elf: enable adding support for additional cpu archs
Jakub Konka
2024-02-13
elf: use u32 for all section indexes
Jakub Konka
2024-02-13
elf: store relative offsets in atom and symbol
Jakub Konka
2024-02-12
elf: do not prealloc input objects, pread selectively
Jakub Konka
2024-02-07
link: report function failures in `FuncAnalysis`
Jacob Young
2024-02-05
compiler: rename value.zig to Value.zig
Andrew Kelley
2024-01-14
elf: check for and report duplicate symbol definitions
Jakub Konka
2024-01-01
Elf: fix invalid free of path field
Andrew Kelley
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
update codegen.llvm references to bin_file.options
Andrew Kelley
2024-01-01
compiler: miscellaneous branch progress
Andrew Kelley
2024-01-01
linkers: update references to "options" field
Andrew Kelley
2024-01-01
move a large chunk of linker logic away from "options"
Andrew Kelley
2023-12-05
elf: copy out committed ZigObject to a buffer when creating static lib
Jakub Konka
2023-11-26
move Module.Decl.Index and Module.Namespace.Index to InternPool
Meghan Denny
2023-11-25
convert `toType` and `toValue` to `Type.fromInterned` and `Value.fromInterned`
Techatrix
2023-11-15
elf: we were writing too many symbols in the symtab
Jakub Konka
2023-11-14
elf: do not pointlessly store zerofill data for TLVs
Jakub Konka
2023-11-12
elf: set symbol flags such as needs_zig_got in ZigObject
Jakub Konka
2023-11-12
elf: fix allocating local TLS symbols
Jakub Konka
2023-11-12
x86_64: get something going for the local exec model
Jakub Konka
2023-11-12
elf: fix typo in initial section offsets
Jakub Konka
2023-11-12
elf: check for empty relocs buffers in ZigObject before emitting section
Jakub Konka
2023-11-12
elf: lower TLS data into appropriate TLS section
Jakub Konka
2023-11-09
elf: misc fixes
Jakub Konka
2023-11-08
elf: LLVM emits relocs to undef local symbols - color me surprised!
Jakub Konka
2023-11-08
elf: claim unresolved dangling symbols as undef externs in -r mode
Jakub Konka
2023-11-08
elf: reference .rela sections via output section index
Jakub Konka
2023-11-07
elf: actually track output symtab index of symbols
Jakub Konka
2023-11-07
elf: generate section symbols when writing symtab
Jakub Konka
2023-11-07
elf: create skeleton of required changes for supporting -r mode
Jakub Konka
2023-11-05
elf: hook up saving object files in an archive
Jakub Konka
2023-11-04
elf: fix more int resolution issues
Jakub Konka
2023-11-04
elf: fix 32bit build
Jakub Konka
2023-11-04
elf: do not store filename in strtab unless longer than 15 chars
Jakub Konka
2023-11-04
elf: store ar state per input object file
Jakub Konka
2023-11-04
elf: generate pretty rudimentary archive
Jakub Konka
2023-11-04
elf: collect exports from ZigObject into AR symtab
Jakub Konka
2023-11-04
elf: enable static-lib flush path
Jakub Konka
2023-11-04
elf: postpone creation of .got.zig entry until code emit
Jakub Konka
2023-11-04
elf: use StringTable for strtab management in ZigObject
Jakub Konka
2023-11-04
elf: fix r_offset when emitting relocs for the linker
Jakub Konka
2023-11-04
elf: claim unresolved dangling symbols as undef externs when emitting object
Jakub Konka
2023-11-04
elf: emit STT_SECTION symbols
Jakub Konka
2023-11-04
elf: make sure we never emit .got.zig relocs when linking object files
Jakub Konka
2023-11-04
elf: write out contents of .rela sections
Jakub Konka
2023-11-04
elf: improve Symbol to handle emitting relocatable object files
Jakub Konka
2023-11-04
elf: update .rela section sizes; skip .got.zig when emitting object
Jakub Konka
[next]