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-08-13
fix compile errors in other codegen backends
Jakub Konka
2024-08-13
elf: do not emit zig jump table in relocatables
Jakub Konka
2024-08-13
elf: only apply zig jump table indirection to function calls (PLT32)
Jakub Konka
2024-08-13
elf: fix circular dep loop in zig jump table
Jakub Konka
2024-08-13
elf: make zig jump table indirection implicit via Symbol.address
Jakub Konka
2024-08-13
elf: rename OffsetTable to JumpTable
Jakub Konka
2024-08-13
elf: add poorman's reporting tool for unallocated NAVs/UAVs
Jakub Konka
2024-08-13
x86_64+elf: fix jump table indirection for functions
Jakub Konka
2024-08-13
elf: emit a jump table in place of offset table for functions
Jakub Konka
2024-08-13
elf: nuke ZigGotSection from existence
Jakub Konka
2024-08-13
elf: indirect via offset table in the linker away from backend
Jakub Konka
2024-08-13
elf: dirty offset table entry on moving Atom in off/addr space
Jakub Konka
2024-08-13
elf: write offset table entry if dirty
Jakub Konka
2024-08-13
elf: allocate new offset table via Atom.allocate mechanism
Jakub Konka
2024-08-13
elf: introduce OffsetTable in ZigObject for funcs only
Jakub Konka
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-08-10
Elf/ZigObject: handle ref to an extern in getDeclVAddr
Jakub Konka
2024-08-10
elf: ensure we only ever put named symbols in the symtab
Jakub Konka
2024-08-07
elf: remove stale code
Jakub Konka
2024-08-07
elf: fix off-by-one direct access to symbol resolver in ZigObject
Jakub Konka
2024-08-07
elf: actually init symbol resolvers array in ZigObject
Jakub Konka
2024-08-07
elf: handle SHN_UNDEF explicitly in ZigObject.resolveSymbols
Jakub Konka
2024-08-07
elf: get hello-world glibc working again
Jakub Konka
2024-08-07
elf: fix compile errors
Jakub Konka
2024-08-07
elf: redo symbol mgmt and ownership in ZigObject
Jakub Konka
2024-08-07
elf: always create symbol extra
Jakub Konka
2024-07-30
elf: fix a typo in setting atom name before it's been allocated
Jakub Konka
2024-07-30
elf: do not store merge section output section name in strings buffer
Jakub Konka
2024-07-30
elf: move merge subsections ownership into merge sections
Jakub Konka
2024-07-30
elf: simplify output section tracking for symbols
Jakub Konka
2024-07-30
elf: atom is always assigned output section index
Jakub Konka
2024-07-30
elf: remove obsolete flags from atom
Jakub Konka
2024-07-30
elf: move ownership of atoms into objects
Jakub Konka
2024-07-14
riscv: `@atomicRmw`
David Rubin
2024-07-13
InternPool: add and use a mutate mutex for each list
Jacob Young
2024-07-10
Zcu: cache fully qualified name on Decl
Jacob Young
2024-07-07
Zcu: pass `PerThread` to intern pool string functions
Jacob Young
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-07-04
compiler: type.zig -> Type.zig
mlugg
2024-07-04
Zcu: store `LazySrcLoc` in error messages
mlugg
2024-07-04
Zcu: key compile errors on `AnalUnit` where appropriate
mlugg
2024-07-04
Zcu: rework exports
mlugg
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-06-20
Merge pull request #20299 from mlugg/the-great-decl-split
Matthew Lugg
2024-06-15
Zcu: rework source locations
mlugg
2024-06-13
ZigObject: enforce min function alignement on riscv
David Rubin
2024-04-28
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless
2024-04-20
link/elf: implement string merging
Jakub Konka
2024-04-20
link/elf: port macho symbol extras handling
Jakub Konka
2024-04-08
InternPool: remove slice from byte aggregate keys
Jacob Young
[prev]
[next]