1. 21881c5 [PPC64] Port to ppc64le - initial version by Martin Storsjo · 6 years ago
  2. ae1277c There is no portable format string for printing `uintptr_t` values. by Chandler Carruth · 7 years ago
  3. b154837 [libunwind] Remove dubious template function. NFC. by whitequark · 7 years ago
  4. 2aff05b [libunwind] Unbreak debug builds after r321440. by whitequark · 7 years ago
  5. 0b964a1 [libunwind] Add proper support for DWARF unwind on bare metal. by whitequark · 7 years ago
  6. 5d8a75e [libunwind] fix a typo in r321441. by whitequark · 7 years ago
  7. 642836d [libunwind] convert error logs to _LIBUNWIND_LOG/_LIBUNWIND_LOG0. by whitequark · 7 years ago
  8. 0aee54c [libunwind] Avoid using C++ headers. by whitequark · 7 years ago
  9. 799ccb4 Snap for 4502278 from 839dfc991d01d183bb7eae140d521a8ee41f73bb to pi-release by android-build-team Robot · 7 years ago
  10. 839dfc9 Merge to upstream r320528. am: 9ca0ad7a15 am: b92b9a89cb am: 07a8c48f58 by Dan Albert · 7 years ago
  11. 07a8c48 Merge to upstream r320528. am: 9ca0ad7a15 am: b92b9a89cb by Dan Albert · 7 years ago
  12. b92b9a8 Merge to upstream r320528. am: 9ca0ad7a15 by Dan Albert · 7 years ago
  13. 9ca0ad7 Merge to upstream r320528. by Dan Albert · 7 years ago
  14. 375a366 [libunwind][MIPS]: Add support for unwinding in O32 and N64 processes. by John Baldwin · 7 years ago
  15. 34ce947 [libunwind] Create install-unwind-stripped target manually by Shoaib Meenai · 7 years ago
  16. 7d4a945 [libunwind][CMake] Set TARGET_TRIPLE if LIBUNWND_TARGET_TRIPLE is set by Petr Hosek · 7 years ago
  17. 9e8354c [libunwind] Pass LIBUNWIND_SYSROOT and LIBUNWIND_GCC_TOOLCHAIN to lit by Petr Hosek · 7 years ago
  18. 2c1803e [libunwind] Switch to add_llvm_install_targets by Shoaib Meenai · 7 years ago
  19. de94023 Support building libunwind as a DLL by Martin Storsjo · 7 years ago
  20. 592ba3b [CMake] Use the variable from the right project in install-unwind by Martin Storsjo · 7 years ago
  21. d1b4904 [libunwind][CMake] Provide option to disable instalation of the library by Petr Hosek · 7 years ago
  22. a08a7e4 Remove a FIXME about truncated section names by Martin Storsjo · 7 years ago
  23. 2ddcf24 [docs] Mention that dwarf unwinding should be supported on arm64/windows by Martin Storsjo · 7 years ago
  24. 08068aa Add ifdefs around ELF specific parts of UnwindRegisters*.S for arm by Martin Storsjo · 7 years ago
  25. 23a943b Fix building for ARM with dwarf exception handling by Martin Storsjo · 7 years ago
  26. fc0a910 [libunwind] Don't use dl_iterate_phdr if __ANDROID_API__ < 21 by Dan Albert · 7 years ago
  27. 85f4cfd Change unw_word_t to always have the same size as the pointer size by Martin Storsjo · 7 years ago
  28. 7c4a46a Restore arch specific lastDwarfRegNum in builds without _LIBUNWIND_IS_NATIVE_ONLY by Martin Storsjo · 7 years ago
  29. 86e0218 Add support for dwarf unwinding on windows on x86_64 by Martin Storsjo · 7 years ago
  30. af4b7dd Express Registers_*::lastDwarfReg using _LIBUNWIND_HIGHEST_DWARF_REGISTER by Martin Storsjo · 7 years ago
  31. 1f034ad [libunwind] Always use unwind tables in tests by Peter Smith · 7 years ago
  32. f44b1d2 Fix the context/cursor size for ARM with WMMX enabled by Martin Storsjo · 7 years ago
  33. 40a2e1e Add missing checks for register number by Martin Storsjo · 7 years ago
  34. 12339e4 Abstract rwlocks into a class, provide a SRW lock implementation for windows by Martin Storsjo · 7 years ago
  35. fb5dd38 Make HIDDEN_DIRECTIVE a function-like macro. NFCI. by Martin Storsjo · 7 years ago
  36. 8553780 GNU: do not read the FDE count if omitted by Saleem Abdulrasool · 7 years ago
  37. b75948d libunwind: document tested FreeBSD configs and sort OS list by Ed Maste · 7 years ago
  38. cfd3988 Support DWARF unwinding on i386 windows by Martin Storsjo · 7 years ago
  39. 3341819 [docs] Mention that linux/arm64 is supported with DWARF by Martin Storsjo · 7 years ago
  40. 4edd9a3 [docs] Mention that SjLj works on any OS on the archs where supported by the compiler by Martin Storsjo · 7 years ago
  41. 6a5c438 build: use POSITION_INDEPENDENT_CODE instead of -fPIC by Saleem Abdulrasool · 7 years ago
  42. f6b13c3 Add CMake support for building for MinGW by Martin Storsjo · 7 years ago
  43. 02a106e Fix building on macOS after SVN r314492 by Martin Storsjo · 7 years ago
  44. 1af0a82 SjLj: Fix building after SVN r314632 by Martin Storsjo · 7 years ago
  45. c4646dd SjLj: make the SjLj implementation more portable by Saleem Abdulrasool · 7 years ago
  46. 543204c release-request-b4bc7b84-64b6-4176-8f16-ce17068fad13-for-git_pi-release-4370135 snap-temp-L93500000107644030 by android-build-team Robot · 7 years ago
  47. ea47447 Use -Werror in external/libunwind_llvm am: 328ecd4d5f am: 98b55b853b am: fddf06151e by Chih-Hung Hsieh · 7 years ago
  48. 8eb95bd Use -Werror in external/libunwind_llvm am: 328ecd4d5f am: 98b55b853b by Chih-Hung Hsieh · 7 years ago
  49. fddf061 Use -Werror in external/libunwind_llvm am: 328ecd4d5f am: 98b55b853b by Chih-Hung Hsieh · 7 years ago
  50. 98b55b8 Use -Werror in external/libunwind_llvm am: 328ecd4d5f by Chih-Hung Hsieh · 7 years ago
  51. 328ecd4 Use -Werror in external/libunwind_llvm by Chih-Hung Hsieh · 7 years ago
  52. 7919990 Skip building x86 parts of UnwindRegisters*.S when targeting SjLj by Martin Storsjo · 7 years ago
  53. e53dc3f Skip building unused parts when targeting SJLJ by Martin Storsjo · 7 years ago
  54. 065563a Correct data types in the _Unwind_FunctionContext struct by Martin Storsjo · 7 years ago
  55. 43b67bf [libunwind] Partially revert r297174 to fix build on at least FreeBSD. by John Baldwin · 7 years ago
  56. f669662 Fix a typo in the documentation. NFC. by Martin Storsjo · 7 years ago
  57. 7e7f19a release-request-8244a883-eac1-43aa-b800-33dd285ccdd1-for-git_pi-release-4332766 snap-temp-L47800000102000453 by android-build-team Robot · 7 years ago
  58. c09bc3d Remove clang: true am: fb49aba884 am: 2b9681d6f2 am: 3aa63476fb am: 9f14f5dc03 by Lennart Wieboldt · 7 years ago
  59. 9f14f5d Remove clang: true am: fb49aba884 am: 2b9681d6f2 am: 3aa63476fb by Lennart Wieboldt · 7 years ago
  60. 3aa6347 Remove clang: true am: fb49aba884 am: 2b9681d6f2 by Lennart Wieboldt · 7 years ago
  61. 2b9681d Remove clang: true am: fb49aba884 by Lennart Wieboldt · 7 years ago
  62. fb49aba Remove clang: true by Lennart Wieboldt · 7 years ago
  63. 469bacd Revert r312240 by Alex Lorenz · 7 years ago
  64. 1405247 Build LLVM with -Wstrict-prototypes enabled by Alex Lorenz · 7 years ago
  65. 863d60e ARM: explicitly specify the 8-byte alignment by Saleem Abdulrasool · 7 years ago
  66. 03d6ad0 unwind: explicitly align `_Unwind_Control_Block` by Saleem Abdulrasool · 7 years ago
  67. 4f4c5d0 [CMake] Allow overriding lib dir suffix independently from LLVM by Petr Hosek · 7 years ago
  68. 36c1a03 Partial fix for PR33858 by Jonathan Roelofs · 7 years ago
  69. f6717c2 [libunwind] Handle .ARM.exidx tables without sentinel last entry by Momchil Velikov · 7 years ago
  70. 82c7974 Bump docs version to 6.0 by Hans Wennborg · 7 years ago
  71. efc971a [CMake] Set library dir to be LLVM's intermediate output dir by Petr Hosek · 7 years ago
  72. 9aa1d5e [libunwind][CMake] Add install path variable to allow overriding the destination by Petr Hosek · 7 years ago
  73. c4321f2 Add a test harness by Jonathan Roelofs · 7 years ago
  74. 41f982e [libunwind] Add _LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONS by Nico Weber · 7 years ago
  75. 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
  76. 86219d8 [libunwind] Fix executable stack directive on Linux. by Manoj Gupta · 7 years ago
  77. 142862f Suppress new warning that libunwind trips. am: 93d99bf31d am: f629f2d783 am: 7328224411 by Dan Albert · 7 years ago
  78. 8cfa760 Merge to upstream r300419. am: 61acd71ffa am: 12f5f89e33 am: 08a3b13cc5 by Dan Albert · 7 years ago
  79. 4c7cfe5 Suppress new warning that libunwind trips. am: 93d99bf31d am: f629f2d783 by Dan Albert · 7 years ago
  80. db15f17 Merge to upstream r300419. am: 61acd71ffa am: 12f5f89e33 am: 08a3b13cc5 by Dan Albert · 7 years ago
  81. 7328224 Suppress new warning that libunwind trips. am: 93d99bf31d am: f629f2d783 by Dan Albert · 7 years ago
  82. 08a3b13 Merge to upstream r300419. am: 61acd71ffa am: 12f5f89e33 by Dan Albert · 7 years ago
  83. f629f2d Suppress new warning that libunwind trips. am: 93d99bf31d by Dan Albert · 7 years ago
  84. 12f5f89 Merge to upstream r300419. am: 61acd71ffa by Dan Albert · 7 years ago
  85. 93d99bf Suppress new warning that libunwind trips. by Dan Albert · 7 years ago
  86. 61acd71 Merge to upstream r300419. by Dan Albert · 7 years ago
  87. 0854f16 [CMake][libunwind] Fix the -target and -gcc-toolchain flag handling by Petr Hosek · 7 years ago
  88. d87c20e Mark as vendor_available am: 532752d296 am: 79f7080050 by Dan Willemsen · 7 years ago
  89. 79f7080 Mark as vendor_available am: 532752d296 by Dan Willemsen · 7 years ago
  90. b4b874f Mark as vendor_available am: a756c603bf am: 573c1c6da1 am: aefa89fb79 by Dan Willemsen · 7 years ago
  91. 17464d1 Mark as vendor_available am: a756c603bf am: 573c1c6da1 am: aefa89fb79 by Dan Willemsen · 7 years ago
  92. aefa89f Mark as vendor_available am: a756c603bf am: 573c1c6da1 by Dan Willemsen · 7 years ago
  93. 573c1c6 Mark as vendor_available am: a756c603bf by Dan Willemsen · 7 years ago
  94. ab68429 Reland "[CMake][libunwind] Use -nodefaultlibs for CMake checks" by Petr Hosek · 7 years ago
  95. 532752d Mark as vendor_available by Dan Willemsen · 7 years ago
  96. a756c60 Mark as vendor_available by Dan Willemsen · 7 years ago
  97. 98ba30a Revert "[CMake][libunwind] Use -nodefaultlibs for CMake checks" by Petr Hosek · 7 years ago
  98. db7033d [CMake][libunwind] Use -nodefaultlibs for CMake checks by Petr Hosek · 7 years ago
  99. 62facda Fix unused typedef. Follow up to r299575. by Ivan Krasin · 7 years ago
  100. 61091fd AddressSpace: fix DWARF based unwinding handling on Android by Saleem Abdulrasool · 7 years ago