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
/
libunwind.zig
Age
Commit message (
Expand
)
Author
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-01-27
frontend: use main Compilation code_model when building libxx
Andrew Kelley
2025-01-23
compiler: Fix computation of Compilation.Config.any_unwind_tables.
Alex Rønne Petersen
2025-01-18
libunwind: Build C files with -fexceptions.
Alex Rønne Petersen
2025-01-05
Added support for thin lto
Travis Lange
2024-12-11
compiler: Improve the handling of unwind table levels.
Alex Rønne Petersen
2024-11-05
libunwind: Pass -fPIC -funwind-tables via module options instead of CFLAGS.
Alex Rønne Petersen
2024-11-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-10-23
branch fixes
Andrew Kelley
2024-10-23
move linker input file parsing to the compilation pipeline
Andrew Kelley
2024-09-21
libunwind: Use `-Wno-dll-attribute-on-redeclaration` for Windows like upstream.
Alex Rønne Petersen
2024-09-19
libunwind: Synchronize some CFLAGS/CXXFLAGS with upstream.
Alex Rønne Petersen
2024-08-01
libunwind: Fix an isARM() check to use isArmOrThumb() instead.
Alex Rønne Petersen
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-08
libcxx, libtsan, libunwind: fix error reporting
Andrew Kelley
2024-05-08
libunwind: update to LLVM 18
Andrew Kelley
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-06
Package.Module: deduplicate identical builtin modules
mlugg
2024-01-01
Compilation: make create() take an arena allocator
Andrew Kelley
2024-01-01
fix compilation errors when enabling llvm
Andrew Kelley
2024-01-01
fix more compilation errors introduced by this branch
Andrew Kelley
2024-01-01
glibc: update to new Compilation API
Andrew Kelley
2024-01-01
fix a round of compile errors caused by this branch
Andrew Kelley
2024-01-01
compiler: miscellaneous branch progress
Andrew Kelley
2024-01-01
update libunwind references to bin_file.options
Andrew Kelley
2024-01-01
compiler: update references to single_threaded
Andrew Kelley
2023-10-20
llvm: set PIE only for executables
Michael Dusan
2023-10-08
CLI: finish updating module API usage
Andrew Kelley
2023-08-12
libunwind: Remove include for libcxx as its also done in upstream llvm repo
Andre Herbst
2023-03-17
main: add debug option to dump unoptimized llvm ir
Jacob Young
2023-03-15
compiler: update function accepts a std.Progress.Node
Andrew Kelley
2023-03-15
progress towards semantic error serialization
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-13
zig run/cc: recognize "-x language"
Motiejus Jakštys
2022-09-13
fix libc++ exceptions for musl targets
Andrew Kelley
2022-09-12
libunwind: compile with -std=c11
Andrew Kelley
2022-08-29
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-19
stage2: implement stack protectors
Andrew Kelley
2022-08-04
update libunwind to LLVM 15
Andrew Kelley
2022-01-02
stage2: fix path to cache artifacts in libcxx,
Andrew Kelley
2022-01-02
stage2: introduce CacheMode
Andrew Kelley
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-10-16
Add build.zig and command line flags
Lee Cannon
2021-08-31
libunwind: fix unwinding through libunwind stack frames
Sebastian Ullrich
2021-07-23
stage2: improvements towards `zig test`
Andrew Kelley
2021-06-09
CLI: remove --verbose-ast and --verbose-tokenize
Andrew Kelley
2021-05-23
keep statically linked libc++ symbols hidden.
xavier
2021-05-23
apply -flto and -ffunction-sections when compiling libc++
xavier
2021-01-11
stage2: cleanups regarding red zone CLI flags
Andrew Kelley
[next]