1. ae1277c There is no portable format string for printing `uintptr_t` values. by Chandler Carruth · 7 years ago
  2. b154837 [libunwind] Remove dubious template function. NFC. by whitequark · 7 years ago
  3. 2aff05b [libunwind] Unbreak debug builds after r321440. by whitequark · 7 years ago
  4. 0b964a1 [libunwind] Add proper support for DWARF unwind on bare metal. by whitequark · 7 years ago
  5. 5d8a75e [libunwind] fix a typo in r321441. by whitequark · 7 years ago
  6. 642836d [libunwind] convert error logs to _LIBUNWIND_LOG/_LIBUNWIND_LOG0. by whitequark · 7 years ago
  7. 0aee54c [libunwind] Avoid using C++ headers. by whitequark · 7 years ago
  8. 375a366 [libunwind][MIPS]: Add support for unwinding in O32 and N64 processes. by John Baldwin · 7 years ago
  9. 34ce947 [libunwind] Create install-unwind-stripped target manually by Shoaib Meenai · 7 years ago
  10. 2c1803e [libunwind] Switch to add_llvm_install_targets by Shoaib Meenai · 7 years ago
  11. de94023 Support building libunwind as a DLL by Martin Storsjo · 7 years ago
  12. 592ba3b [CMake] Use the variable from the right project in install-unwind by Martin Storsjo · 7 years ago
  13. d1b4904 [libunwind][CMake] Provide option to disable instalation of the library by Petr Hosek · 7 years ago
  14. a08a7e4 Remove a FIXME about truncated section names by Martin Storsjo · 7 years ago
  15. 08068aa Add ifdefs around ELF specific parts of UnwindRegisters*.S for arm by Martin Storsjo · 7 years ago
  16. 23a943b Fix building for ARM with dwarf exception handling by Martin Storsjo · 7 years ago
  17. fc0a910 [libunwind] Don't use dl_iterate_phdr if __ANDROID_API__ < 21 by Dan Albert · 7 years ago
  18. 85f4cfd Change unw_word_t to always have the same size as the pointer size by Martin Storsjo · 7 years ago
  19. 7c4a46a Restore arch specific lastDwarfRegNum in builds without _LIBUNWIND_IS_NATIVE_ONLY by Martin Storsjo · 7 years ago
  20. 86e0218 Add support for dwarf unwinding on windows on x86_64 by Martin Storsjo · 7 years ago
  21. af4b7dd Express Registers_*::lastDwarfReg using _LIBUNWIND_HIGHEST_DWARF_REGISTER by Martin Storsjo · 7 years ago
  22. 40a2e1e Add missing checks for register number by Martin Storsjo · 7 years ago
  23. 12339e4 Abstract rwlocks into a class, provide a SRW lock implementation for windows by Martin Storsjo · 7 years ago
  24. fb5dd38 Make HIDDEN_DIRECTIVE a function-like macro. NFCI. by Martin Storsjo · 7 years ago
  25. 8553780 GNU: do not read the FDE count if omitted by Saleem Abdulrasool · 7 years ago
  26. cfd3988 Support DWARF unwinding on i386 windows by Martin Storsjo · 7 years ago
  27. 6a5c438 build: use POSITION_INDEPENDENT_CODE instead of -fPIC by Saleem Abdulrasool · 7 years ago
  28. 02a106e Fix building on macOS after SVN r314492 by Martin Storsjo · 7 years ago
  29. 1af0a82 SjLj: Fix building after SVN r314632 by Martin Storsjo · 7 years ago
  30. c4646dd SjLj: make the SjLj implementation more portable by Saleem Abdulrasool · 7 years ago
  31. 7919990 Skip building x86 parts of UnwindRegisters*.S when targeting SjLj by Martin Storsjo · 7 years ago
  32. e53dc3f Skip building unused parts when targeting SJLJ by Martin Storsjo · 7 years ago
  33. 065563a Correct data types in the _Unwind_FunctionContext struct by Martin Storsjo · 7 years ago
  34. 43b67bf [libunwind] Partially revert r297174 to fix build on at least FreeBSD. by John Baldwin · 7 years ago
  35. 469bacd Revert r312240 by Alex Lorenz · 7 years ago
  36. 1405247 Build LLVM with -Wstrict-prototypes enabled by Alex Lorenz · 7 years ago
  37. 4f4c5d0 [CMake] Allow overriding lib dir suffix independently from LLVM by Petr Hosek · 7 years ago
  38. f6717c2 [libunwind] Handle .ARM.exidx tables without sentinel last entry by Momchil Velikov · 7 years ago
  39. 9aa1d5e [libunwind][CMake] Add install path variable to allow overriding the destination by Petr Hosek · 7 years ago
  40. 41f982e [libunwind] Add _LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONS by Nico Weber · 7 years ago
  41. da5936d Change -1LL to -1ULL to silence a gcc warning about left shifting a negative value. Fixes https://bugs.llvm.org/show_bug.cgi?id=33358 by Marshall Clow · 7 years ago
  42. 86219d8 [libunwind] Fix executable stack directive on Linux. by Manoj Gupta · 7 years ago
  43. 62facda Fix unused typedef. Follow up to r299575. by Ivan Krasin · 7 years ago
  44. 61091fd AddressSpace: fix DWARF based unwinding handling on Android by Saleem Abdulrasool · 7 years ago
  45. 338c147 Fix invalid memory access on android x86 by Saleem Abdulrasool · 7 years ago
  46. 7d67413 [libunwind] Clean up macro usage. by Ranjeet Singh · 7 years ago
  47. c1f5a44 DarwinParser: include limits by Saleem Abdulrasool · 7 years ago
  48. 188f3c7 Fix up the places where AddressSpace.hpp is included. by Ed Schouten · 7 years ago
  49. 2fd2d58 DARWF: silence some warnings about conversions by Saleem Abdulrasool · 7 years ago
  50. 9834081 Tidy up the way we include EHHeaderParser.hpp. by Ed Schouten · 7 years ago
  51. 4b0ff4e Improve readability and correctness of the OS specific libunwind bits. by Ed Schouten · 7 years ago
  52. 9979472 Let arm_section_length store the number of bytes. by Ed Schouten · 7 years ago
  53. 1b650c9 Drop the dependency on dl_unwind_find_exidx(). by Ed Schouten · 7 years ago
  54. 29750f4 [libunwind] Disable calls to fprintf for baremetal targets. by Ranjeet Singh · 7 years ago
  55. 50bddc1 Revert r295944. by Ed Schouten · 7 years ago
  56. a60bc3f Drop the dependency on dl_unwind_find_exidx(). by Ed Schouten · 7 years ago
  57. 42129c3 Revert "DWARF: convert error logs to _LIBUNWIND_LOG" by Saleem Abdulrasool · 7 years ago
  58. 11ea06f DWARF: fix -Asserts builds by Saleem Abdulrasool · 7 years ago
  59. 43a1c58 DWARF: correct cast (NFC) by Saleem Abdulrasool · 7 years ago
  60. aa805e4 X86: swap EBP, ESP on !APPLE by Saleem Abdulrasool · 7 years ago
  61. e1d4b2e DWARF: allow enabling tracing at runtime by Saleem Abdulrasool · 7 years ago
  62. d8c14f5 DWARF: convert error logs to _LIBUNWIND_LOG by Saleem Abdulrasool · 7 years ago
  63. 24e592c config: clean up some of the macro definition by Saleem Abdulrasool · 7 years ago
  64. fa05468 rename OtherAddressSpace to RemoteAddressSpace; NFC by Saleem Abdulrasool · 7 years ago
  65. 1041783 EHABI: mark some functions as exported by Saleem Abdulrasool · 8 years ago
  66. 0f7ffb2 Add conditions for PPC to libunwind. Fixes PR22200. Thanks to Jeremy for the bug report and the patch. by Marshall Clow · 8 years ago
  67. b109e94 fix _dyld_find_unwind_sections() for pre-10.7. Patch by Jeremy Sequoia by Nick Kledzik · 8 years ago
  68. a60a2d5 [libunwind] Add support for Fuchsia by Petr Hosek · 8 years ago
  69. 122a0f8 [libunwind] Add missing <stdint.h> include. NFC. by Asiri Rathnayake · 8 years ago
  70. 4289761 libunwind: Add OpenBSD case for _Unwind_Ptr typedef by Ed Maste · 8 years ago
  71. 9feea20 [libunwind] Add support for a single-threaded libunwind build by Asiri Rathnayake · 8 years ago
  72. adc2908 consistently add \n to log and trace messages by Ed Maste · 8 years ago
  73. 17473fd libunwind: correct 'libuwind' typo by Ed Maste · 8 years ago
  74. e55c15b EHABI: fail on WMMX vops without WMMX support by Saleem Abdulrasool · 8 years ago
  75. a091c23 [ARM] Adding .arch directives around WMMX unwind code by Renato Golin · 8 years ago
  76. ef03fd6 EHABI: cover switch once more by Saleem Abdulrasool · 8 years ago
  77. 949ee87 Allow building both shared and static library by Petr Hosek · 8 years ago
  78. 6a38e34 unwind: disable executable stacks by Saleem Abdulrasool · 8 years ago
  79. f1034cf libunwind: correct return code in unwinding trace log message by Ed Maste · 8 years ago
  80. 8b1a2bb [libunwind][ARM] Add support for Thumb1 targets by Oliver Stannard · 8 years ago
  81. f9f7928 libunwind: limit stack usage in unwind cursor by Ed Maste · 8 years ago
  82. 9de42aa libunwind: sync some coments with NetBSD's version by Ed Maste · 8 years ago
  83. 63469ff libunwind: Use conventional DWARF capitalization in comments and errors by Ed Maste · 8 years ago
  84. 878c40b [PATCH] [libunwind][ehabi] Use early returns where possible. by Asiri Rathnayake · 8 years ago
  85. 0ddaf13 [libunwind][ARM] Improve unwinder stack usage - Make WMMX support optional by Asiri Rathnayake · 8 years ago
  86. 7a00ec9 [libunwind] Improve unwinder stack usage - III by Asiri Rathnayake · 8 years ago
  87. 6079e79 [libunwind] Remove unused code. by Asiri Rathnayake · 8 years ago
  88. f7e48cd Attempt to fix libunwind build by Eric Fiselier · 8 years ago
  89. c00311e [libunwind] Allow target flags to affect CMake configuration tests by Eric Fiselier · 8 years ago
  90. 589a156 [libunwind] Improve unwinder stack usage - II by Asiri Rathnayake · 8 years ago
  91. be69e8b Use size_t to store the results of sizeof calculations. by Asiri Rathnayake · 8 years ago
  92. 98bc676 Fix gcc libunwind build. by Asiri Rathnayake · 8 years ago
  93. d2d1ea9 Introduce a native-only unwinder build. by Asiri Rathnayake · 8 years ago
  94. 7b1a88c unwind: remove last instance of -Wexpansion-to-defined by Saleem Abdulrasool · 8 years ago
  95. 3958c71 unwind: remove unnecessary header by Saleem Abdulrasool · 8 years ago
  96. 64fe393 unwind: unify _LIBUNWIND_ABORT by Saleem Abdulrasool · 8 years ago
  97. 91596d3 unwind: unify some more macros by Saleem Abdulrasool · 8 years ago
  98. 1d0f931 unwind: remove another instance of -Wexpansion-to-defined by Saleem Abdulrasool · 8 years ago
  99. 237becc unwind: unify the definition of _LIBUNWIND_SUPPORT_FRAME_APIS by Saleem Abdulrasool · 8 years ago
  100. 20c1a03 unwind: remove a second instance of -Wexpansion-to-defined by Saleem Abdulrasool · 8 years ago