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
2023-06-10
compiler: move error union types and error set types to InternPool
Andrew Kelley
2023-06-10
compiler: eliminate legacy Type.Tag.pointer
Andrew Kelley
2023-06-10
stage2: move function types to InternPool
Andrew Kelley
2023-06-10
stage2: move anon tuples and anon structs to InternPool
Andrew Kelley
2023-06-10
stage2: move enum types into the InternPool
Andrew Kelley
2023-06-10
stage2: move union types and values to InternPool
Andrew Kelley
2023-06-10
stage2: move struct types and aggregate values to InternPool
Andrew Kelley
2023-06-10
stage2: move opaque types to InternPool
Andrew Kelley
2023-06-10
stage2: move integer values to InternPool
Andrew Kelley
2023-06-10
InternPool: add a slice encoding
Andrew Kelley
2023-06-10
stage2: move many Type encodings to InternPool
Andrew Kelley
2023-06-10
Type.isSlice: make it InternPool aware
Andrew Kelley
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
2023-05-26
std.Target adjustments
Veikka Tuominen
2023-05-15
x86_64: reimplement `@floatToInt`
Jacob Young
2023-05-15
Dwarf: fix overflow write byte_size
Jacob Young
2023-05-08
Dwarf: workaround crash
Jacob Young
2023-04-28
compiler: use `@memcpy` instead of `std.mem.copy`
Andrew Kelley
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-13
macho: fix incorrect DWARF subprogram generation
Jakub Konka
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-01
link: make Wasm atoms fully owned by the linker
Luuk de Gram
2023-02-01
link: decouple DI atoms from linker atoms, and manage them in Dwarf linker
Jakub Konka
2023-02-01
link: use strtab.StringTable in Dwarf
Jakub Konka
2023-01-31
link: make Elf atoms fully owned by the linker
Jakub Konka
2023-01-31
link: make MachO atoms fully owned by the linker
Jakub Konka
2022-12-27
update uses of overflow arithmetic builtins
Veikka Tuominen
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
[prev]
[next]