Sign in
llvm
/
libunwind
/
HEAD
3e6ec2a
[libunwind][Android] Fix findUnwindSections for ARM EHABI Bionic
by Ryan Prichard
· 6 years ago
master
4454bbf
[libunwind][Android] Improve workaround for PIE zero-dlpi_addr bug
by Ryan Prichard
· 6 years ago
b956c52
[libunwind] Fix issues introduced in r374606
by Petr Hosek
· 6 years ago
38529c1
[libunwind] Refactor CMake flag checks to match libc++ and libc++abi
by Petr Hosek
· 6 years ago
9caec0a
[libunwind] Adjust libunwind_01.pass.cpp test for ARM EHABI
by John Brawn
· 6 years ago
6a94361
Unwind: avoid warning about unused typedef
by Saleem Abdulrasool
· 6 years ago
d715ca3
Unwind: prevent unw_get_proc_info from returning stale data
by Saleem Abdulrasool
· 6 years ago
72889c5
unwind: remove a could of extraneous `else` (NFC)
by Saleem Abdulrasool
· 6 years ago
560e9f6
[runtimes] Don't depend on libpthread on Android
by Yi Kong
· 6 years ago
7e0aa14
[libunwind][ARM] Fix types in _Unwind_VRS_Get.
by Mikhail Maltsev
· 6 years ago
65245a0
[libunwind][ARM] Fix loading FP registers on big-endian targets
by Mikhail Maltsev
· 6 years ago
8af4eb6
Bump the trunk version to 10.0.0svn
by Hans Wennborg
· 6 years ago
6c10a80
[libunwind] Fix Unwind-EHABI.cpp:getByte on big-endian targets
by Mikhail Maltsev
· 6 years ago
563f0d1
[libunwind][AArch64] Fix libunwind::Registers_arm64::jumpto
by Mikhail Maltsev
· 6 years ago
9aebfea
[Docs] Modernize references to macOS
by J. Ryan Stinnett
· 6 years ago
ff9de2f
[CMake] Use find_package(LLVM) instead of LLVMConfig
by Petr Hosek
· 6 years ago
2905670
[runtimes] Use -Wunknown-pragmas for the pragma check
by Petr Hosek
· 6 years ago
557ff80
[runtimes] Check if pragma comment(lib, ...) is supported first
by Petr Hosek
· 6 years ago
865249f
[runtimes] Support ELF dependent libraries feature
by Petr Hosek
· 6 years ago
4843fb2
[libunwind] [test] Fix inferring source paths
by Michal Gorny
· 6 years ago
a822c5b
[runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and include/c++
by Petr Hosek
· 6 years ago
4e6d393
[PPC] Fix 32-bit build of libunwind
by Martin Storsjo
· 6 years ago
0f823ca
[PPC64][libunwind] Fix r2 not properly restored
by Martin Storsjo
· 6 years ago
74034c7
Add a new LIBUNWIND_WEAK_PTHREAD Cmake option to force
by Sterling Augustine
· 6 years ago
db7b016
[gn] Support for building libunwind
by Petr Hosek
· 6 years ago
6ee92fc
[NFC] Fix typo in debug log
by Louis Dionne
· 6 years ago
a7c9203
Add support for ARMv7-M architecture which uses the Thumb 2 ISA (unified syntax)
by Martin Storsjo
· 6 years ago
b98bcdb
[NFC] Move the export attribute after extern "C".
by Nicolas Lesser
· 6 years ago
1fbe3d8
[NFC] Correct outdated links to the Itanium C++ ABI documentation
by Louis Dionne
· 6 years ago
958770d
[libunwind] Fix the typo in unw_save_vfp_as_X alias
by Petr Hosek
· 6 years ago
eda6238
Move the alias definition of unw_getcontext to within !defined(__USING_SJLJ_EXCEPTIONS__)
by Martin Storsjo
· 6 years ago
7de0909
[libunwind] Export the weak alias in Mach-O
by Petr Hosek
· 6 years ago
0ec02c6
[libunwind] Export the unw_* symbols as weak symbols
by Petr Hosek
· 6 years ago
5cdb6a2
[libunwind] Do not share an object library to create the static/shared libraries
by Petr Hosek
· 6 years ago
255dc59
Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"
by Matthew Voss
· 6 years ago
2e2aa67
[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/
by Petr Hosek
· 6 years ago
2ae4f16
[CMake][libunwind] Define add_target_flags which is missing
by Petr Hosek
· 6 years ago
391fc2c
[CMake] Don't cache LLVM_MAIN_SRC_DIR
by Petr Hosek
· 6 years ago
317087c
[CMake] Support compiler-rt builtins library in tests
by Petr Hosek
· 6 years ago
a2f706e
[CMake] Update lit test configuration
by Petr Hosek
· 6 years ago
99a5490
[CMake] Support CMake variables for setting target, sysroot and toolchain
by Petr Hosek
· 6 years ago
8ee1c59
Provide a placement new definition for the SEH version of UnwindCursor
by Martin Storsjo
· 6 years ago
57c06d6
[libunwind] Provide placement new definition
by Petr Hosek
· 6 years ago
007947d
[libunwind] Remove the remote unwinding support
by Petr Hosek
· 6 years ago
28438a8
[CMake] Use correct visibility for linked libraries in CMake
by Petr Hosek
· 6 years ago
6020f99
Revert "[CMake] Use correct visibility for linked libraries in CMake"
by Petr Hosek
· 6 years ago
cc9b748
[CMake] Use correct visibility for linked libraries in CMake
by Petr Hosek
· 6 years ago
df9c0cf
[libunwind] Support building hermetic static library
by Petr Hosek
· 6 years ago
3aa86fb
Drop the dependency on <algorithm>, add placement new inline
by Petr Hosek
· 6 years ago
38c90f2
Adjust documentation for git migration.
by James Y Knight
· 6 years ago
96cba43
Don't define unw_fpreg_t to uint64_t for __ARM_DWARF_EH__
by Martin Storsjo
· 6 years ago
30f218d
Revert "[libunwind] Drop the dependency on <algorithm>, add placement new inline"
by Petr Hosek
· 6 years ago
4001b16
Revert "[CMake] Use __libc_start_main rather than fopen when checking for C library"
by Petr Hosek
· 6 years ago
e050272
[libunwind] Drop the dependency on <algorithm>, add placement new inline
by Petr Hosek
· 6 years ago
6bf0ba1
[CMake] Use __libc_start_main rather than fopen when checking for C library
by Petr Hosek
· 6 years ago
34a45c6
[libunwind] Use placement new to avoid dependency C++ library
by Petr Hosek
· 6 years ago
216d721
[libunwind] Don't abort if encoutering invalid .eh_frame_hdr
by Petr Hosek
· 6 years ago
0b120ac
Silence warnings about unused parameters
by Martin Storsjo
· 6 years ago
50a394d
Remove an unused variable
by Martin Storsjo
· 6 years ago
5653ade
Add casts to avoid warnings about implicit conversions losing precision
by Martin Storsjo
· 6 years ago
1547e87
Fix warnings about printf format strings
by Martin Storsjo
· 6 years ago
3f89b3e
Enable LLVM_ENABLE_WARNINGS when building standalone out of tree
by Martin Storsjo
· 6 years ago
a524580
Fix typos throughout the license files that somehow I and my reviewers
by Chandler Carruth
· 6 years ago
b81a942
Update more file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 6 years ago
1d0e7a1
Install new LLVM license structure and new developer policy.
by Chandler Carruth
· 6 years ago
90c7a8c
[SjLj] Don't use __declspec(thread) in MinGW mode
by Martin Storsjo
· 6 years ago
1175a71
Bump the trunk version to 9.0.0svn
by Hans Wennborg
· 6 years ago
591b910
Update year in license files
by Hans Wennborg
· 6 years ago
3847b16
[Sparc] Add Sparc V8 support
by Daniel Cederman
· 6 years ago
ab2407a
Revert "[Sparc] Add Sparc V8 support"
by Jorge Gorbe Moya
· 6 years ago
f936440
[Sparc] Add Sparc V8 support
by Daniel Cederman
· 6 years ago
9defb52
[SEH] Add initial support for AArch64
by Martin Storsjo
· 7 years ago
0930d6c
[AArch64][libunwind] Unwinding support for return address signing with B Key
by Luke Cheeseman
· 7 years ago
96fa501
[AArch64][libunwind] Unwinding support for return address signing
by Luke Cheeseman
· 7 years ago
69d9b84
Avoid code duplication in the SEH version of UnwindCursor::getRegisterName. NFC.
by Martin Storsjo
· 7 years ago
060d34e
[cmake] Rename append_if to avoid collision with LLVM
by Michal Gorny
· 7 years ago
03a1074
[SEH] Zero-initialize EXCEPTION_RECORD and UNWIND_HISTORY_TABLE before calling RtlUnwindEx
by Martin Storsjo
· 7 years ago
0731f1a
Don't export assembly functions when function visibility annotations are disabled
by Martin Storsjo
· 7 years ago
395b27b
[CMake] Passthrough CFLAGS when checking the compiler-rt path
by Petr Hosek
· 7 years ago
94edd59
[CMake] Link to compiler-rt if LIBUNWIND_USE_COMPILER_RT is ON.
by Charles Davis
· 7 years ago
ba3cb05
Reverting r342895
by Luke Cheeseman
· 7 years ago
389c9bb
[AArch64] Unwinding support for return address signing
by Luke Cheeseman
· 7 years ago
f3eb7f5
[libunwind][NFC] Suppress unused parameter warnings
by Louis Dionne
· 7 years ago
ef9235c
[CMake] Don't use -rtlib=compiler-rt with -nodefaultlibs.
by Charles Davis
· 7 years ago
7ca2655
[CMake] Remove variable reference that isn't used.
by Charles Davis
· 7 years ago
5598288
Export public functions implemented in assembly on Windows.
by Charles Davis
· 7 years ago
d743159
Fix existing code for SEH on ARM to compile correctly
by Martin Storsjo
· 7 years ago
d511f35
[AddressSpace] Use the macro to set hidden visibility on LocalAddressSpace.
by Charles Davis
· 7 years ago
1f89d78
Add support for SEH unwinding on Windows.
by Charles Davis
· 7 years ago
bd4a414
NFC: Test commit access
by Jordan Rupprecht
· 7 years ago
eb3e070
[libunwind][mips] Include gcc_s for linkage
by Stefan Maksimovic
· 7 years ago
bb3ea9c
[libunwind][mips] Guard accumulator registers
by Stefan Maksimovic
· 7 years ago
61bf962
[libunwind][mips] Modify the __mips_fpr macro check
by Stefan Maksimovic
· 7 years ago
0297c29
[cmake] Add MINGW_LIBRARIES to the linker flags
by Martin Storsjo
· 7 years ago
1e73cee
Remove unneeded preprocessor condition.
by Charles Davis
· 7 years ago
fdc081c
[libunwind][include] Add SEH declarations to <unwind.h>.
by Charles Davis
· 7 years ago
96902e1
[libunwind] Fix pointer-to-integer cast warnings on LLP64.
by Charles Davis
· 7 years ago
18823fe
[CMake] Allow building standalone without any llvm-config available
by Martin Storsjo
· 7 years ago
59d418f
Bump version number to 8.0.0svn
by Hans Wennborg
· 7 years ago
6b4a02c
Update docs version and clear release notes after 8.0.0 version bump
by Hans Wennborg
· 7 years ago
Next »