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-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
2022-05-09
wasm: Emit debug sections
Luuk de Gram
2022-05-09
wasm: Flush debug information + commit decl
Luuk de Gram
2022-05-09
wasm: Add basic debug info references
Luuk de Gram
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-13
macho,x64: resolve debug info relocs for RIP-based addressing
Jakub Konka
2022-04-13
dwarf: gen debug info for arrays
Jakub Konka
2022-04-06
stage2: rename InternArena to InternPool
Andrew Kelley
2022-04-04
dwarf: emit debug info for local variables on x86_64
Jakub Konka
2022-03-30
dwarf: pass DeclState around instead of storing a temp global in Dwarf
Jakub Konka
2022-03-29
link: half-hearted bug fix for decl_state field
Andrew Kelley
2022-03-27
dwarf: track type relocation state in Dwarf module
Jakub Konka
2022-03-27
dwarf: move DbgInfoTypeRelocsTable into Dwarf module
Jakub Konka
2022-03-27
dwarf: rename DebugInfoAtom into Atom; free all allocated memory
Jakub Konka
2022-03-27
dwarf: draft poc of deferred resolution of error sets debug info
Jakub Konka
2022-03-27
dwarf: do not use `Type.errorSetNames()` for inferred error sets
Jakub Konka
2022-03-27
dwarf: add debug info for error unions
Jakub Konka
2022-03-27
dwarf: add debug info for error sets
Jakub Konka
2022-03-25
dwarf: add debug info for unions
Jakub Konka
2022-03-24
dwarf: add debug info for tuples and anon structs
Jakub Konka
2022-03-22
dwarf: lower enums
Jakub Konka
2022-03-22
stage2: lazy `@alignOf`
Andrew Kelley
2022-03-08
LLVM: fix memory leak of debug type names
Andrew Kelley
2022-03-08
dwarf: move all dwarf into standalone module
Jakub Konka
[prev]