git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[clang-tidy] Move fuchsia-restrict-system-includes to portability module for general...
[lldb.git]
/
libunwind
/
2020-03-10
Sterling Augustine
Rework findUnwindSectionsByPhdr to be more optimal.
tree
|
commitdiff
2020-03-06
Sterling Augustine
Split findUnwindSectionsByPhdr into target-specific...
tree
|
commitdiff
2020-03-05
Sterling Augustine
Promote nameless lambda used by dl_iterate_phdr to...
tree
|
commitdiff
2020-03-04
Mikhail Maltsev
Revert "Promote nameless lambda used by dl_iterate_phdr...
tree
|
commitdiff
2020-03-03
Sterling Augustine
Promote nameless lambda used by dl_iterate_phdr to...
tree
|
commitdiff
2020-02-25
Shoaib Meenai
[arcconfig] Delete subproject arcconfigs
tree
|
commitdiff
2020-02-20
Michael Spencer
[libunwind][CMake] Treat S files as C to work around...
tree
|
commitdiff
2020-02-18
Jorge Gorbe Moya
[libunwind] Fix memory leak in handling of DW_CFA_remem...
tree
|
commitdiff
2020-02-10
Saleem Abdulrasool
unwind: rename `__personality_routine` to `_Unwind_Pers...
tree
|
commitdiff
2020-02-03
Nico Weber
Fix a -Wbitwise-conditional-parentheses warning in...
tree
|
commitdiff
2020-01-27
Martin Storsjö
[libunwind] Treat assembly files as C on mingw
tree
|
commitdiff
2020-01-26
Martin Storsjö
[libunwind] Fix building standalone after c48974ffd7d1676
tree
|
commitdiff
2020-01-25
James Nagurne
[libunwind] Set LIBUNWIND_ASM_SOURCES to the ASM source...
tree
|
commitdiff
2020-01-15
Hans Wennborg
Bump the trunk major version to 11
tree
|
commitdiff
2019-12-18
Steven Wu
[libunwind] Fix evaluating DWARF operation DW_OP_pick
tree
|
commitdiff
2019-12-18
Petr Hosek
[unwind] Don't link libpthread and libdl on Fuchsia
tree
|
commitdiff
2019-12-16
Sam Elliott
[libunwind][RISCV] Add 64-bit RISC-V support
tree
|
commitdiff
2019-12-11
Sergej Jaskiewicz
Reland "Enable `-funwind-tables` flag when building...
tree
|
commitdiff
2019-12-04
Martin Storsjö
Revert "Enable `-funwind-tables` flag when building...
tree
|
commitdiff
2019-12-03
Sergej Jaskiewicz
Enable `-funwind-tables` flag when building libunwind
tree
|
commitdiff
2019-12-01
Michał Górny
[libunwind] Emit dependent libraries only when detected...
tree
|
commitdiff
2019-11-19
Mikhail Maltsev
[libunwind] Adjust the signal_frame test for Arm
tree
|
commitdiff
2019-11-11
Nick Desaulniers
change LLVM_VERSION_SUFFIX default from svn to git
tree
|
commitdiff
2019-11-07
Sterling Augustine
Correctly update isSignalFrame when unwinding the stack...
tree
|
commitdiff
2019-11-06
Saleem Abdulrasool
unwind: restore the LINKER_LANGUAGE
tree
|
commitdiff
2019-11-06
Saleem Abdulrasool
unwind: reflow some of the build rules (NFC)
tree
|
commitdiff
2019-11-06
Saleem Abdulrasool
unwind: disable RTTI during the build of libunwind
tree
|
commitdiff
2019-11-06
Saleem Abdulrasool
Revert "build: explicitly set the linker language for...
tree
|
commitdiff
2019-11-05
Saleem Abdulrasool
build: explicitly set the linker language for unwind
tree
|
commitdiff
2019-10-31
Martin Storsjö
[libunwind] [Windows] Add a log message if EnumProcessM...
tree
|
commitdiff
2019-10-18
Ryan Prichard
[libunwind][Android] Fix findUnwindSections for ARM...
tree
|
commitdiff
2019-10-16
Ryan Prichard
[libunwind][Android] Improve workaround for PIE zero...
tree
|
commitdiff
2019-10-12
Petr Hosek
[libunwind] Fix issues introduced in r374606
tree
|
commitdiff
2019-10-11
Petr Hosek
[libunwind] Refactor CMake flag checks to match libc...
tree
|
commitdiff
2019-10-03
John Brawn
[libunwind] Adjust libunwind_01.pass.cpp test for ARM...
tree
|
commitdiff
2019-09-20
Saleem Abdulrasool
Unwind: avoid warning about unused typedef
tree
|
commitdiff
2019-09-20
Saleem Abdulrasool
Unwind: prevent unw_get_proc_info from returning stale...
tree
|
commitdiff
2019-09-18
Saleem Abdulrasool
unwind: remove a could of extraneous `else` (NFC)
tree
|
commitdiff
2019-07-22
Yi Kong
[runtimes] Don't depend on libpthread on Android
tree
|
commitdiff
2019-07-22
Mikhail Maltsev
[libunwind][ARM] Fix types in _Unwind_VRS_Get.
tree
|
commitdiff
2019-07-19
Mikhail Maltsev
[libunwind][ARM] Fix loading FP registers on big-endian...
tree
|
commitdiff
2019-07-18
Hans Wennborg
Bump the trunk version to 10.0.0svn
tree
|
commitdiff
2019-07-09
Mikhail Maltsev
[libunwind] Fix Unwind-EHABI.cpp:getByte on big-endian...
tree
|
commitdiff
2019-06-17
Mikhail Maltsev
[libunwind][AArch64] Fix libunwind::Registers_arm64...
tree
|
commitdiff
2019-05-30
J. Ryan Stinnett
[Docs] Modernize references to macOS
tree
|
commitdiff
2019-05-30
Petr Hosek
[CMake] Use find_package(LLVM) instead of LLVMConfig
tree
|
commitdiff
2019-05-30
Petr Hosek
[runtimes] Use -Wunknown-pragmas for the pragma check
tree
|
commitdiff
2019-05-30
Petr Hosek
[runtimes] Check if pragma comment(lib, ...) is support...
tree
|
commitdiff
2019-05-30
Petr Hosek
[runtimes] Support ELF dependent libraries feature
tree
|
commitdiff
2019-05-29
Michal Gorny
[libunwind] [test] Fix inferring source paths
tree
|
commitdiff
2019-05-22
Petr Hosek
[runtimes] Move libunwind, libc++abi and libc++ to...
tree
|
commitdiff
2019-05-16
Martin Storsjo
[PPC] Fix 32-bit build of libunwind
tree
|
commitdiff
2019-05-16
Martin Storsjo
[PPC64][libunwind] Fix r2 not properly restored
tree
|
commitdiff
2019-05-13
Sterling Augustine
Add a new LIBUNWIND_WEAK_PTHREAD Cmake option to force
tree
|
commitdiff
2019-05-02
Petr Hosek
[gn] Support for building libunwind
tree
|
commitdiff
2019-04-22
Louis Dionne
[NFC] Fix typo in debug log
tree
|
commitdiff
2019-04-18
Martin Storsjo
Add support for ARMv7-M architecture which uses the...
tree
|
commitdiff
2019-04-12
Nicolas Lesser
[NFC] Move the export attribute after extern "C".
tree
|
commitdiff
2019-04-11
Louis Dionne
[NFC] Correct outdated links to the Itanium C++ ABI...
tree
|
commitdiff
2019-04-11
Petr Hosek
[libunwind] Fix the typo in unw_save_vfp_as_X alias
tree
|
commitdiff
2019-04-04
Martin Storsjo
Move the alias definition of unw_getcontext to within...
tree
|
commitdiff
2019-04-04
Petr Hosek
[libunwind] Export the weak alias in Mach-O
tree
|
commitdiff
2019-04-03
Petr Hosek
[libunwind] Export the unw_* symbols as weak symbols
tree
|
commitdiff
2019-04-03
Petr Hosek
[libunwind] Do not share an object library to create...
tree
|
commitdiff
2019-03-08
Matthew Voss
Revert "[runtimes] Move libunwind, libc++abi and libc...
tree
|
commitdiff
2019-03-08
Petr Hosek
[runtimes] Move libunwind, libc++abi and libc++ to...
tree
|
commitdiff
2019-02-28
Petr Hosek
[CMake][libunwind] Define add_target_flags which is...
tree
|
commitdiff
2019-02-13
Petr Hosek
[CMake] Don't cache LLVM_MAIN_SRC_DIR
tree
|
commitdiff
2019-02-05
Petr Hosek
[CMake] Support compiler-rt builtins library in tests
tree
|
commitdiff
2019-02-05
Petr Hosek
[CMake] Update lit test configuration
tree
|
commitdiff
2019-02-04
Petr Hosek
[CMake] Support CMake variables for setting target...
tree
|
commitdiff
2019-02-03
Martin Storsjo
Provide a placement new definition for the SEH version...
tree
|
commitdiff
2019-02-02
Petr Hosek
[libunwind] Provide placement new definition
tree
|
commitdiff
2019-02-02
Petr Hosek
[libunwind] Remove the remote unwinding support
tree
|
commitdiff
2019-01-30
Petr Hosek
[CMake] Use correct visibility for linked libraries...
tree
|
commitdiff
2019-01-30
Petr Hosek
Revert "[CMake] Use correct visibility for linked libra...
tree
|
commitdiff
2019-01-30
Petr Hosek
[CMake] Use correct visibility for linked libraries...
tree
|
commitdiff
2019-01-29
Petr Hosek
[libunwind] Support building hermetic static library
tree
|
commitdiff
2019-01-29
Petr Hosek
Drop the dependency on <algorithm>, add placement new...
tree
|
commitdiff
2019-01-29
James Y Knight
Adjust documentation for git migration.
tree
|
commitdiff
2019-01-29
Martin Storsjo
Don't define unw_fpreg_t to uint64_t for __ARM_DWARF_EH__
tree
|
commitdiff
2019-01-28
Petr Hosek
Revert "[libunwind] Drop the dependency on <algorithm...
tree
|
commitdiff
2019-01-28
Petr Hosek
Revert "[CMake] Use __libc_start_main rather than fopen...
tree
|
commitdiff
2019-01-28
Petr Hosek
[libunwind] Drop the dependency on <algorithm>, add...
tree
|
commitdiff
2019-01-28
Petr Hosek
[CMake] Use __libc_start_main rather than fopen when...
tree
|
commitdiff
2019-01-25
Petr Hosek
[libunwind] Use placement new to avoid dependency C...
tree
|
commitdiff
2019-01-24
Petr Hosek
[libunwind] Don't abort if encoutering invalid .eh_fram...
tree
|
commitdiff
2019-01-22
Martin Storsjo
Silence warnings about unused parameters
tree
|
commitdiff
2019-01-22
Martin Storsjo
Remove an unused variable
tree
|
commitdiff
2019-01-22
Martin Storsjo
Add casts to avoid warnings about implicit conversions...
tree
|
commitdiff
2019-01-22
Martin Storsjo
Fix warnings about printf format strings
tree
|
commitdiff
2019-01-22
Martin Storsjo
Enable LLVM_ENABLE_WARNINGS when building standalone...
tree
|
commitdiff
2019-01-21
Chandler Carruth
Fix typos throughout the license files that somehow...
tree
|
commitdiff
2019-01-19
Chandler Carruth
Update more file headers across all of the LLVM project...
tree
|
commitdiff
2019-01-19
Chandler Carruth
Install new LLVM license structure and new developer...
tree
|
commitdiff
2019-01-18
Martin Storsjo
[SjLj] Don't use __declspec(thread) in MinGW mode
tree
|
commitdiff
2019-01-16
Hans Wennborg
Bump the trunk version to 9.0.0svn
tree
|
commitdiff
2019-01-15
Hans Wennborg
Update year in license files
tree
|
commitdiff
2019-01-14
Daniel Cederman
[Sparc] Add Sparc V8 support
tree
|
commitdiff
2019-01-10
Jorge Gorbe Moya
Revert "[Sparc] Add Sparc V8 support"
tree
|
commitdiff
next