1. b65e9ca [libunwind] Support for leaf function unwinding. by Daniel Kiss · 3 years, 7 months ago
  2. 18afa55 [libcxx] Simplify back-deployment testing by Louis Dionne · 3 years, 8 months ago
  3. c10cc30 [libunwind] Bare-metal DWARF: set dso_base to 0 by Ryan Prichard · 3 years, 8 months ago
  4. be2b822 [libunwind] Replace chain-of-ifdefs for dl_iterate_phdr by Ryan Prichard · 3 years, 8 months ago
  5. 559aab3 [libunwind] Minor SJLJ config cleanup. NFCI. by Ryan Prichard · 3 years, 8 months ago
  6. 251b2d5 [CMake][compiler-rt][libunwind] Compile assembly files as ASM not C, unify workarounds by Raul Tambre · 3 years, 8 months ago
  7. 5963d0a [libunwind] Factor out getInfoFromFdeCie. NFCI. by Ryan Prichard · 3 years, 8 months ago
  8. 1ee7559 [libunwind] Minor fixes in libunwind by Ryan Prichard · 3 years, 8 months ago
  9. 335a7a7 [libunwind] Convert x86, x86_64, arm64 register restore functions to C calling convention and name mangling by Martin Storsjö · 3 years, 8 months ago
  10. fe59da6 [libunwind] Fix warning when building without frameheader cache by Mikael Holmen · 3 years, 8 months ago
  11. fbd7f1d [libunwind] Remove static_assert / __has_feature macros by Ryan Prichard · 3 years, 8 months ago
  12. cf72fdf [libunwind] Make findUnwindSectionsByPhdr static by Ryan Prichard · 3 years, 8 months ago
  13. 0eabd74 [libunwind] Ensure enough alignment for unw_cursor_t for SEH build configurations by Martin Storsjö · 3 years, 8 months ago
  14. 6937bcd Default to disabling the libunwind frameheader cache. by Sterling Augustine · 3 years, 8 months ago
  15. f9aeeee [libunwind] Remove compatibility support for macOS 10.6 by Steven Wu · 3 years, 8 months ago
  16. 4502216 [libunwind] Fix incorrect check for out-of-boundedness by Louis Dionne · 3 years, 9 months ago
  17. 0469bcf [libunwind][NFC] Fix typo in comment by Louis Dionne · 3 years, 9 months ago
  18. 19eaece [libunwind] Make the test depend on the libunwind explicitly. by Daniel Kiss · 3 years, 9 months ago
  19. 20dd0af [libunwind] Add -Wno-suggest-override to CMakeLists.txt. by kristina · 3 years, 9 months ago
  20. e847896 [libunwind] Provide a way to set '_LIBUNWIND_IS_BAREMETAL' through cmake. by Hafiz Abid Qadeer · 3 years, 9 months ago
  21. 483be11 [libunwind] Remove old keymgr related logic by Louis Dionne · 3 years, 9 months ago
  22. 5a37dbe [CMake] Bump CMake minimum version to 3.13.4 by Louis Dionne · 4 years ago
  23. ad873fc [runtimes] Move the enable_rtti Lit parameter to the DSL by Louis Dionne · 3 years, 9 months ago
  24. 6b4575d [runtimes][NFC] Remove unused or unnecessary CMake variables by Louis Dionne · 3 years, 9 months ago
  25. 6bc82cd [libunwind] Fix getSLEB128 on large values by Ryan Prichard · 3 years, 10 months ago
  26. 02f6350 [libunwind] Fix CIE v1 return address parsing by Ryan Prichard · 3 years, 10 months ago
  27. f512e78 Bump the trunk major version to 12 by Hans Wennborg · 3 years, 10 months ago
  28. 1f600d6 [runtimes] Rename newformat to just format, now that the old format has been removed by Louis Dionne · 3 years, 10 months ago
  29. 8f732ec [runtimes] Remove the ability to select the old libc++ testing format by Louis Dionne · 3 years, 10 months ago
  30. 6cc071a [libunwind] Allow specifying custom Lit config files by Louis Dionne · 3 years, 10 months ago
  31. 586a6cd unwind: EHABISectionIterator `operator!=`, constify `operator-` by Saleem Abdulrasool · 3 years, 10 months ago
  32. 5bac886 [libunwind][RISCV] Track PC separately from RA by Amanieu d'Antras · 3 years, 11 months ago
  33. 5ad5086 [libc++] Allow specifying arbitrary custom executors with the new format by Louis Dionne · 3 years, 11 months ago
  34. 5af298b [libc++abi][libunwind] Don't override libc++'s handling of exception features by Louis Dionne · 3 years, 11 months ago
  35. 20e084a [NFCI] Clean up exceptions related CMake and Lit options in libc++abi and libunwind by Louis Dionne · 3 years, 11 months ago
  36. 0696332 unwind: use a more portable endianness check in EHABI by Saleem Abdulrasool · 4 years ago
  37. 0cf02f2 unwind: fix unwind build without heap by Saleem Abdulrasool · 4 years ago
  38. 4974bf7 [libcxx][libcxxabi][libunwind] Use libgcc on Android by Shoaib Meenai · 4 years ago
  39. 6b0185e [libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions' by Louis Dionne · 4 years ago
  40. 58c0d48 [libunwind] Enable the new libc++ testing format by default by Louis Dionne · 4 years, 1 month ago
  41. 2e05e4c [libunwind] add hexagon support by Brian Cain · 4 years, 1 month ago
  42. da0e45f [libunwind] Clean up __arm64__ by Fangrui Song · 4 years, 1 month ago
  43. 7fa5f3c [libunwind] Fix incorrect lit substitutions in tests by Louis Dionne · 4 years, 1 month ago
  44. 6884142 [libunwind] Fix UB in EHHeaderParser::findFDE by Jorge Gorbe Moya · 4 years, 1 month ago
  45. ee7f21e [libunwind] Support the new libc++ test format by Sergej Jaskiewicz · 4 years, 1 month ago
  46. 37c0431 Exit unwinding early when at the top of the stack and additional info won't be found. by Sterling Augustine · 4 years, 1 month ago
  47. fdf05d1 Doc: Links should use https by Sylvestre Ledru · 4 years, 1 month ago
  48. 0368887 [libunwind] Silence warnings when __mips_hard_float is not defined by Mikael Holmen · 4 years, 1 month ago
  49. 425186b Only run frameheader_cache_test.pass.cpp on x86_64. by Sterling Augustine · 4 years, 1 month ago
  50. a252c36 Add a catch-all else case so any unanticipated configs pass this test. by Sterling Augustine · 4 years, 2 months ago
  51. 70357cf Cache uwnind frame headers as they are found. by Sterling Augustine · 4 years, 2 months ago
  52. 261353e Lazily save initialState of registers during unwind. by Sterling Augustine · 4 years, 2 months ago
  53. be36aa9 [libunwind] Remove __FILE__ and __LINE__ from error reporting by Leonard Chan · 4 years, 2 months ago
  54. fd455ea Rework findUnwindSectionsByPhdr to be more optimal. by Sterling Augustine · 4 years, 2 months ago
  55. 29ee8fb Split findUnwindSectionsByPhdr into target-specific functions. by Sterling Augustine · 4 years, 2 months ago
  56. 34429b4 Promote nameless lambda used by dl_iterate_phdr to named function. by Sterling Augustine · 4 years, 2 months ago
  57. a3f6ff6 Revert "Promote nameless lambda used by dl_iterate_phdr to named function to clean up control flow inside findUnwindSections. Also, expose the data structure" by Mikhail Maltsev · 4 years, 2 months ago
  58. 2c1d956 Promote nameless lambda used by dl_iterate_phdr to named function to clean up control flow inside findUnwindSections. Also, expose the data structure by Sterling Augustine · 4 years, 2 months ago
  59. d1992f0 [arcconfig] Delete subproject arcconfigs by Shoaib Meenai · 4 years, 2 months ago
  60. 557289d [libunwind][CMake] Treat S files as C to work around CMake bug. by Michael Spencer · 4 years, 2 months ago
  61. e04aaf3 [libunwind] Fix memory leak in handling of DW_CFA_remember_state and DW_CFA_restore_state by Jorge Gorbe Moya · 4 years, 2 months ago
  62. 6a40eda unwind: rename `__personality_routine` to `_Unwind_Personality_Fn` by Saleem Abdulrasool · 4 years, 3 months ago
  63. d92f322 Fix a -Wbitwise-conditional-parentheses warning in _LIBUNWIND_ARM_EHABI libunwind builds by Nico Weber · 4 years, 3 months ago
  64. 7de1796 [libunwind] Treat assembly files as C on mingw by Martin Storsjö · 4 years, 3 months ago
  65. 2e3cdcc [libunwind] Fix building standalone after c48974ffd7d1676 by Martin Storsjö · 4 years, 3 months ago
  66. 92505db [libunwind] Set LIBUNWIND_ASM_SOURCES to the ASM source language from C by James Nagurne · 4 years, 3 months ago
  67. 96d6dc1 Bump the trunk major version to 11 by Hans Wennborg · 4 years, 3 months ago
  68. 167dc57 [libunwind] Fix evaluating DWARF operation DW_OP_pick by Steven Wu · 4 years, 4 months ago
  69. f54e660 [unwind] Don't link libpthread and libdl on Fuchsia by Petr Hosek · 4 years, 4 months ago
  70. 1cc670e [libunwind][RISCV] Add 64-bit RISC-V support by Sam Elliott · 4 years, 4 months ago
  71. 4802e06 Reland "Enable `-funwind-tables` flag when building libunwind" by Sergej Jaskiewicz · 4 years, 5 months ago
  72. c274ae2 Revert "Enable `-funwind-tables` flag when building libunwind" by Martin Storsjö · 4 years, 5 months ago
  73. a0922e3 Enable `-funwind-tables` flag when building libunwind by Sergej Jaskiewicz · 4 years, 6 months ago
  74. 15b67da [libunwind] Emit dependent libraries only when detected by CMake by Michał Górny · 4 years, 5 months ago
  75. f2132c2 [libunwind] Adjust the signal_frame test for Arm by Mikhail Maltsev · 4 years, 5 months ago
  76. a97bc5e change LLVM_VERSION_SUFFIX default from svn to git by Nick Desaulniers · 4 years, 6 months ago
  77. a43f4bb Correctly update isSignalFrame when unwinding the stack via dwarf. by Sterling Augustine · 4 years, 6 months ago
  78. c1ade1b unwind: restore the LINKER_LANGUAGE by Saleem Abdulrasool · 4 years, 6 months ago
  79. 4873507 unwind: reflow some of the build rules (NFC) by Saleem Abdulrasool · 4 years, 6 months ago
  80. e67ccef unwind: disable RTTI during the build of libunwind by Saleem Abdulrasool · 4 years, 6 months ago
  81. 709cdd0 Revert "build: explicitly set the linker language for unwind" by Saleem Abdulrasool · 4 years, 6 months ago
  82. c7258b9 build: explicitly set the linker language for unwind by Saleem Abdulrasool · 4 years, 6 months ago
  83. 341ba0f [libunwind] [Windows] Add a log message if EnumProcessModules fails by Martin Storsjö · 4 years, 6 months ago
  84. fd3774c [libunwind][Android] Fix findUnwindSections for ARM EHABI Bionic by Ryan Prichard · 4 years, 6 months ago
  85. 2d3c5ab [libunwind][Android] Improve workaround for PIE zero-dlpi_addr bug by Ryan Prichard · 4 years, 6 months ago
  86. 2d3cea4 [libunwind] Fix issues introduced in r374606 by Petr Hosek · 4 years, 7 months ago
  87. c1b0b9b [libunwind] Refactor CMake flag checks to match libc++ and libc++abi by Petr Hosek · 4 years, 7 months ago
  88. 0f01a11 [libunwind] Adjust libunwind_01.pass.cpp test for ARM EHABI by John Brawn · 4 years, 7 months ago
  89. d466f34 Unwind: avoid warning about unused typedef by Saleem Abdulrasool · 4 years, 7 months ago
  90. 30ae6b6 Unwind: prevent unw_get_proc_info from returning stale data by Saleem Abdulrasool · 4 years, 7 months ago
  91. 916ba40 unwind: remove a could of extraneous `else` (NFC) by Saleem Abdulrasool · 4 years, 7 months ago
  92. 1c32022 [runtimes] Don't depend on libpthread on Android by Yi Kong · 4 years, 9 months ago
  93. 80e2047 [libunwind][ARM] Fix types in _Unwind_VRS_Get. by Mikhail Maltsev · 4 years, 9 months ago
  94. 1dc9735 [libunwind][ARM] Fix loading FP registers on big-endian targets by Mikhail Maltsev · 4 years, 9 months ago
  95. fb7341f Bump the trunk version to 10.0.0svn by Hans Wennborg · 4 years, 9 months ago
  96. 49ba4ac [libunwind] Fix Unwind-EHABI.cpp:getByte on big-endian targets by Mikhail Maltsev · 4 years, 10 months ago
  97. f3517d9 [libunwind][AArch64] Fix libunwind::Registers_arm64::jumpto by Mikhail Maltsev · 4 years, 10 months ago
  98. 89190ea [Docs] Modernize references to macOS by J. Ryan Stinnett · 5 years ago
  99. ab3df7e [CMake] Use find_package(LLVM) instead of LLVMConfig by Petr Hosek · 5 years ago
  100. 7e6bc17 [runtimes] Use -Wunknown-pragmas for the pragma check by Petr Hosek · 5 years ago