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
Age
Commit message (
Expand
)
Author
2024-02-21
elf: sort input relocs if targeting riscv64
Jakub Konka
2024-02-21
elf+aarch64: resolve .eh_frame relocs
Jakub Konka
2024-02-21
elf+aarch64: implement some resolveRelocNonAlloc logic
Jakub Konka
2024-02-21
elf+aarch64: implement some resolveRelocAlloc logic
Jakub Konka
2024-02-21
elf+aarch64: implement some scanReloc logic
Jakub Konka
2024-02-21
link: introduce common set of aarch64 abstractions
Jakub Konka
2024-02-21
elf: make GOT arch aware when resolving relocs
Jakub Konka
2024-02-21
elf: simplify logic for resolving .eh_frame relocs on different arches
Jakub Konka
2024-02-21
elf: simplify logic for resolving nonalloc relocs on different arches
Jakub Konka
2024-02-21
elf: simplify logic for resolving alloc relocs on different arches
Jakub Konka
2024-02-21
MachO: fix `calcLoadCommandsSize` computation
Jacob Young
2024-02-21
elf: simplify logic for handling scanning relocs on different arches
Jakub Konka
2024-02-21
elf+riscv: resolve synthetic __global_pointer$ symbol
Jakub Konka
2024-02-18
Dwarf: use a user tag for padding
Jacob Young
2024-02-17
elf: fix typo in resolving @"32" and @"32S" relocs on x86_64
Jakub Konka
2024-02-17
elf: @"64" is equivalent to GLOB_DAT on riscv
Jakub Konka
2024-02-17
Merge pull request #18973 from ziglang/elf-riscv
Jakub Konka
2024-02-17
Merge pull request #18948 from alichraghi/vector
Robin Voetter
2024-02-17
lib/std/elf: refactor reloc enum values
Jakub Konka
2024-02-17
elf: fix formatting of relocs when reloc can be Zig specific
Jakub Konka
2024-02-17
elf: create Zig specific reloc type shared across ISAs
Jakub Konka
2024-02-17
elf: add new R_RISCV_TLSDESC reloc type
Jakub Konka
2024-02-17
elf: add riscv dynamic relocs
Jakub Konka
2024-02-17
cbe: do not set execute bits on emitted file
Michael Dusan
2024-02-17
elf: add riscv64 dynamic relocs mapping
Jakub Konka
2024-02-16
elf: enable adding support for additional cpu archs
Jakub Konka
2024-02-16
InternPool: make more use of `NullTerminatedString.Slice`
Jacob Young
2024-02-15
spirv: use extended instructions whenever possible
Ali Chraghi
2024-02-14
add deflate implemented from first principles
Igor Anić
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-13
macho: scrap reader for preads when parsing archives
Jakub Konka
2024-02-13
elf: scrap reader for preads when parsing archives
Jakub Konka
2024-02-13
elf: fix 32bit build
Jakub Konka
2024-02-12
elf: refactor archive specific object parsing logic
Jakub Konka
2024-02-12
elf: move code paths responsible for emitting object and archive into relocat...
Jakub Konka
2024-02-12
elf: do not prealloc input objects, pread selectively
Jakub Konka
2024-02-10
macho: include compiler-rt in static lib if requested
Jakub Konka
2024-02-09
Merge pull request #18875 from ziglang/macho-zo-dwarf
Jakub Konka
2024-02-09
Merge pull request #18857 from alichraghi/shader
Veikka Tuominen
2024-02-09
macho: undo invalid fix for allocating sections for relocatable
Jakub Konka
2024-02-09
spirv: merge `construct(Struct/Vector/Array)` into `constructComposite`
Ali Chraghi
2024-02-09
macho: align memory size with file size when emitting relocatable
Jakub Konka
2024-02-08
macho: fix alignment of objects in archive
Jakub Konka
2024-02-08
macho: do not close file on error - it will happen automatically anyhow
Jakub Konka
2024-02-08
macho: fix incorrect skip conditions for zig and dwarf sections
Jakub Konka
2024-02-08
macho: alloc improvement for relocatable
Jakub Konka
2024-02-08
macho: couple small fixes
Jakub Konka
2024-02-08
macho: in relocatable mode, macho emit __DWARF directly
Jakub Konka
2024-02-08
macho: move Dwarf handle to ZigObject from DebugSymbols
Jakub Konka
[prev]
[next]