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
/
Dwarf.zig
Age
Commit message (
Expand
)
Author
2022-12-09
dwarf: resolve all relative paths when generating include_dirs and file_names...
Jakub Konka
2022-12-09
wasm: implement moving debug_line program when header too big
Jakub Konka
2022-12-09
dsym: hint linker when file range copy is not necessary
Jakub Konka
2022-12-09
elf: hint linker when file range copy is not necessary
Jakub Konka
2022-12-09
elf: add growAllocSection and growNonAllocSection
Jakub Konka
2022-12-09
dsym: reuse growSection where possible
Jakub Konka
2022-12-09
dwarf: move any remaining section growth to dsym
Jakub Konka
2022-12-09
dwarf: move growing debug_aranges section to dsym
Jakub Konka
2022-12-09
dwarf: move growing debug_abbrev section to dsym
Jakub Konka
2022-12-09
dwarf: move another sect growing routine to d_sym
Jakub Konka
2022-12-09
macho: add helper for getting ptr to DebugSymbols
Jakub Konka
2022-12-09
dwarf+d_sym: move logic for growing section to d_sym
Jakub Konka
2022-12-09
dwarf: move SrcFns if debug_line header exceeded its padding
Jakub Konka
2022-12-09
dwarf: refactor object file format and ptr width switches in writeDbgLineHeader
Jakub Konka
2022-12-09
dwarf: fix incorrect calc of dir index
Jakub Konka
2022-12-09
dwarf: refactor routine for precalculating size of dbg line header
Jakub Konka
2022-12-09
dwarf: generate list of include dirs and file names like LLVM backend
Jakub Konka
2022-12-09
dwarf: fully resolve each path to each file source
Jakub Konka
2022-12-09
dwarf: track source files via *const Module.File pointers
Jakub Konka
2022-12-09
dwarf: specify all referenced zig source files
Jakub Konka
2022-12-05
dwarf: pull out debug line program internals into DeclState helpers
Jakub Konka
2022-12-05
dwarf: reuse getDbgInfoAtom helper in all of Dwarf.zig
Jakub Konka
2022-12-04
dsym: recalculate DWARF segment size when finalizing
Jakub Konka
2022-12-04
dsym+dwarf: remove copyRangeAllOverlappingAlloc
Jakub Konka
2022-12-04
dsym: refactor API - do not store ptr to MachO
Jakub Konka
2022-12-03
Merge pull request #13744 from Vexu/stage2-fixes
Andrew Kelley
2022-12-03
Sema: fix comparisons between lazy and runtime values
Veikka Tuominen
2022-12-02
dwarf: pass linker Tag and owner Decl.Index instead of *Atom
Jakub Konka
2022-12-02
dwarf: use common DI union object for arg and var gen
Jakub Konka
2022-12-01
dwarf: move Wasm specific dwarf gen out of codegen
Jakub Konka
2022-12-01
dwarf: fix typos after refactoring dbi gen
Jakub Konka
2022-12-01
codegen: make LinkerLoad a common struct shared by backends
Jakub Konka
2022-12-01
dwarf: extract common logic for generating func var dbg info
Jakub Konka
2022-12-01
dwarf: extract common logic for generating func arg dbg info
Jakub Konka
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-10
dwarf: do not assume unsigned 64bit integer for the enum value
Jakub Konka
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-09-18
macho: rewrite how we allocate space in incremental context
Jakub Konka
2022-09-07
wasm-linker: support incremental debug info
Luuk de Gram
2022-09-07
wasm-linker: Mix Zig -and Object debug atoms
Luuk de Gram
2022-09-07
wasm-linker: use Atoms for zig debug info
Luuk de Gram
2022-08-12
x86: fix generating debug info for variables
Jakub Konka
2022-08-12
macho: update __DWARF sections before and after writing out __LINKEDIT
Jakub Konka
2022-08-06
stage2 DWARF: fix size and offset in slices
joachimschmidt557
2022-08-03
macho: sync with zld
Jakub Konka
2022-07-26
link: avoid passing bad ptrs to pwritev
Andrew Kelley
2022-06-10
link/wasm: fix writing past the end of debug info buffer
Andrew Kelley
2022-06-06
dwarf: fix incorrect type reloc for unions
Jakub Konka
2022-05-24
dwarf: update abbrev info generation for new error union layout
Jakub Konka
2022-05-09
wasm: Write nops for padding debug info
Luuk de Gram
[next]