1. 167dc57 [libunwind] Fix evaluating DWARF operation DW_OP_pick by Steven Wu · 4 years, 4 months ago
  2. f54e660 [unwind] Don't link libpthread and libdl on Fuchsia by Petr Hosek · 4 years, 4 months ago
  3. 1cc670e [libunwind][RISCV] Add 64-bit RISC-V support by Sam Elliott · 4 years, 4 months ago
  4. 4802e06 Reland "Enable `-funwind-tables` flag when building libunwind" by Sergej Jaskiewicz · 4 years, 5 months ago
  5. c274ae2 Revert "Enable `-funwind-tables` flag when building libunwind" by Martin Storsjö · 4 years, 5 months ago
  6. a0922e3 Enable `-funwind-tables` flag when building libunwind by Sergej Jaskiewicz · 4 years, 6 months ago
  7. 15b67da [libunwind] Emit dependent libraries only when detected by CMake by Michał Górny · 4 years, 5 months ago
  8. f2132c2 [libunwind] Adjust the signal_frame test for Arm by Mikhail Maltsev · 4 years, 5 months ago
  9. a97bc5e change LLVM_VERSION_SUFFIX default from svn to git by Nick Desaulniers · 4 years, 5 months ago
  10. a43f4bb Correctly update isSignalFrame when unwinding the stack via dwarf. by Sterling Augustine · 4 years, 6 months ago
  11. c1ade1b unwind: restore the LINKER_LANGUAGE by Saleem Abdulrasool · 4 years, 6 months ago
  12. 4873507 unwind: reflow some of the build rules (NFC) by Saleem Abdulrasool · 4 years, 6 months ago
  13. e67ccef unwind: disable RTTI during the build of libunwind by Saleem Abdulrasool · 4 years, 6 months ago
  14. 709cdd0 Revert "build: explicitly set the linker language for unwind" by Saleem Abdulrasool · 4 years, 6 months ago
  15. c7258b9 build: explicitly set the linker language for unwind by Saleem Abdulrasool · 4 years, 6 months ago
  16. 341ba0f [libunwind] [Windows] Add a log message if EnumProcessModules fails by Martin Storsjö · 4 years, 6 months ago
  17. fd3774c [libunwind][Android] Fix findUnwindSections for ARM EHABI Bionic by Ryan Prichard · 4 years, 6 months ago
  18. 2d3c5ab [libunwind][Android] Improve workaround for PIE zero-dlpi_addr bug by Ryan Prichard · 4 years, 6 months ago
  19. 2d3cea4 [libunwind] Fix issues introduced in r374606 by Petr Hosek · 4 years, 6 months ago
  20. c1b0b9b [libunwind] Refactor CMake flag checks to match libc++ and libc++abi by Petr Hosek · 4 years, 6 months ago
  21. 0f01a11 [libunwind] Adjust libunwind_01.pass.cpp test for ARM EHABI by John Brawn · 4 years, 7 months ago
  22. d466f34 Unwind: avoid warning about unused typedef by Saleem Abdulrasool · 4 years, 7 months ago
  23. 30ae6b6 Unwind: prevent unw_get_proc_info from returning stale data by Saleem Abdulrasool · 4 years, 7 months ago
  24. 916ba40 unwind: remove a could of extraneous `else` (NFC) by Saleem Abdulrasool · 4 years, 7 months ago
  25. 1c32022 [runtimes] Don't depend on libpthread on Android by Yi Kong · 4 years, 9 months ago
  26. 80e2047 [libunwind][ARM] Fix types in _Unwind_VRS_Get. by Mikhail Maltsev · 4 years, 9 months ago
  27. 1dc9735 [libunwind][ARM] Fix loading FP registers on big-endian targets by Mikhail Maltsev · 4 years, 9 months ago
  28. fb7341f Bump the trunk version to 10.0.0svn by Hans Wennborg · 4 years, 9 months ago
  29. 49ba4ac [libunwind] Fix Unwind-EHABI.cpp:getByte on big-endian targets by Mikhail Maltsev · 4 years, 10 months ago
  30. f3517d9 [libunwind][AArch64] Fix libunwind::Registers_arm64::jumpto by Mikhail Maltsev · 4 years, 10 months ago
  31. 89190ea [Docs] Modernize references to macOS by J. Ryan Stinnett · 5 years ago
  32. ab3df7e [CMake] Use find_package(LLVM) instead of LLVMConfig by Petr Hosek · 5 years ago
  33. 7e6bc17 [runtimes] Use -Wunknown-pragmas for the pragma check by Petr Hosek · 5 years ago
  34. 91409a9 [runtimes] Check if pragma comment(lib, ...) is supported first by Petr Hosek · 5 years ago
  35. f7ea9ca [runtimes] Support ELF dependent libraries feature by Petr Hosek · 5 years ago
  36. 705d5d9 [libunwind] [test] Fix inferring source paths by Michal Gorny · 5 years ago
  37. 95d024d [runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and include/c++ by Petr Hosek · 5 years ago
  38. 02622c6 [PPC] Fix 32-bit build of libunwind by Martin Storsjo · 5 years ago
  39. adb585f [PPC64][libunwind] Fix r2 not properly restored by Martin Storsjo · 5 years ago
  40. d23b8c4 Add a new LIBUNWIND_WEAK_PTHREAD Cmake option to force by Sterling Augustine · 5 years ago
  41. 7e26d36 [gn] Support for building libunwind by Petr Hosek · 5 years ago
  42. b7a6459 [NFC] Fix typo in debug log by Louis Dionne · 5 years ago
  43. a4e735e Add support for ARMv7-M architecture which uses the Thumb 2 ISA (unified syntax) by Martin Storsjo · 5 years ago
  44. 60f690d [NFC] Move the export attribute after extern "C". by Nicolas Lesser · 5 years ago
  45. 8b98d1e [NFC] Correct outdated links to the Itanium C++ ABI documentation by Louis Dionne · 5 years ago
  46. 1f38f4e [libunwind] Fix the typo in unw_save_vfp_as_X alias by Petr Hosek · 5 years ago
  47. ff0f634 Move the alias definition of unw_getcontext to within !defined(__USING_SJLJ_EXCEPTIONS__) by Martin Storsjo · 5 years ago
  48. 2dd28fc [libunwind] Export the weak alias in Mach-O by Petr Hosek · 5 years ago
  49. fde80b8 [libunwind] Export the unw_* symbols as weak symbols by Petr Hosek · 5 years ago
  50. 63d7739 [libunwind] Do not share an object library to create the static/shared libraries by Petr Hosek · 5 years ago
  51. 151a4ee Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/" by Matthew Voss · 5 years ago
  52. 326f263 [runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/ by Petr Hosek · 5 years ago
  53. 6a07008 [CMake][libunwind] Define add_target_flags which is missing by Petr Hosek · 5 years ago
  54. 2d3ceb5 [CMake] Don't cache LLVM_MAIN_SRC_DIR by Petr Hosek · 5 years ago
  55. 6c5cd97 [CMake] Support compiler-rt builtins library in tests by Petr Hosek · 5 years ago
  56. ff6e89a [CMake] Update lit test configuration by Petr Hosek · 5 years ago
  57. a832a67 [CMake] Support CMake variables for setting target, sysroot and toolchain by Petr Hosek · 5 years ago
  58. 8957b83 Provide a placement new definition for the SEH version of UnwindCursor by Martin Storsjo · 5 years ago
  59. 53f044d [libunwind] Provide placement new definition by Petr Hosek · 5 years ago
  60. 2c182ef [libunwind] Remove the remote unwinding support by Petr Hosek · 5 years ago
  61. 65eaeac [CMake] Use correct visibility for linked libraries in CMake by Petr Hosek · 5 years ago
  62. aae39f2 Revert "[CMake] Use correct visibility for linked libraries in CMake" by Petr Hosek · 5 years ago
  63. f3b941d [CMake] Use correct visibility for linked libraries in CMake by Petr Hosek · 5 years ago
  64. fe22635 [libunwind] Support building hermetic static library by Petr Hosek · 5 years ago
  65. 611907d Drop the dependency on <algorithm>, add placement new inline by Petr Hosek · 5 years ago
  66. 06d0620 Adjust documentation for git migration. by James Y Knight · 5 years ago
  67. 48b11ad Don't define unw_fpreg_t to uint64_t for __ARM_DWARF_EH__ by Martin Storsjo · 5 years ago
  68. 02cfcd9 Revert "[libunwind] Drop the dependency on <algorithm>, add placement new inline" by Petr Hosek · 5 years ago
  69. b220730 Revert "[CMake] Use __libc_start_main rather than fopen when checking for C library" by Petr Hosek · 5 years ago
  70. 3176f53 [libunwind] Drop the dependency on <algorithm>, add placement new inline by Petr Hosek · 5 years ago
  71. 0b8b341 [CMake] Use __libc_start_main rather than fopen when checking for C library by Petr Hosek · 5 years ago
  72. afd00d2 [libunwind] Use placement new to avoid dependency C++ library by Petr Hosek · 5 years ago
  73. 9adf0d5 [libunwind] Don't abort if encoutering invalid .eh_frame_hdr by Petr Hosek · 5 years ago
  74. b2c5ac1 Silence warnings about unused parameters by Martin Storsjo · 5 years ago
  75. 79a9129 Remove an unused variable by Martin Storsjo · 5 years ago
  76. 8e88b77 Add casts to avoid warnings about implicit conversions losing precision by Martin Storsjo · 5 years ago
  77. 71419d4 Fix warnings about printf format strings by Martin Storsjo · 5 years ago
  78. 29ebcbb Enable LLVM_ENABLE_WARNINGS when building standalone out of tree by Martin Storsjo · 5 years ago
  79. 275c17c Fix typos throughout the license files that somehow I and my reviewers by Chandler Carruth · 5 years ago
  80. 2918c0f Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 5 years ago
  81. f8de24c Install new LLVM license structure and new developer policy. by Chandler Carruth · 5 years ago
  82. 76f41ba [SjLj] Don't use __declspec(thread) in MinGW mode by Martin Storsjo · 5 years ago
  83. 1db65cb Bump the trunk version to 9.0.0svn by Hans Wennborg · 5 years ago
  84. 22b7357 Update year in license files by Hans Wennborg · 5 years ago
  85. fab505c [Sparc] Add Sparc V8 support by Daniel Cederman · 5 years ago
  86. edcff8d Revert "[Sparc] Add Sparc V8 support" by Jorge Gorbe Moya · 5 years ago
  87. d354254 [Sparc] Add Sparc V8 support by Daniel Cederman · 5 years ago
  88. ddaf328 [SEH] Add initial support for AArch64 by Martin Storsjo · 5 years ago
  89. 1a9ca7e [AArch64][libunwind] Unwinding support for return address signing with B Key by Luke Cheeseman · 5 years ago
  90. e373721 [AArch64][libunwind] Unwinding support for return address signing by Luke Cheeseman · 5 years ago
  91. 0c45f9b Avoid code duplication in the SEH version of UnwindCursor::getRegisterName. NFC. by Martin Storsjo · 5 years ago
  92. deb8bfe [cmake] Rename append_if to avoid collision with LLVM by Michal Gorny · 5 years ago
  93. 5a626e4 [SEH] Zero-initialize EXCEPTION_RECORD and UNWIND_HISTORY_TABLE before calling RtlUnwindEx by Martin Storsjo · 5 years ago
  94. 4a2e414 Don't export assembly functions when function visibility annotations are disabled by Martin Storsjo · 5 years ago
  95. 57ca299 [CMake] Passthrough CFLAGS when checking the compiler-rt path by Petr Hosek · 5 years ago
  96. 415849e [CMake] Link to compiler-rt if LIBUNWIND_USE_COMPILER_RT is ON. by Charles Davis · 6 years ago
  97. ed33207 Reverting r342895 by Luke Cheeseman · 6 years ago
  98. 84f981a [AArch64] Unwinding support for return address signing by Luke Cheeseman · 6 years ago
  99. 4b98a8e [libunwind][NFC] Suppress unused parameter warnings by Louis Dionne · 6 years ago
  100. b56fe29 [CMake] Don't use -rtlib=compiler-rt with -nodefaultlibs. by Charles Davis · 6 years ago