aboutsummaryrefslogtreecommitdiff
path: root/libunwind/src/config.h
AgeCommit message (Expand)AuthorFilesLines
2025-11-11[libunwind] Fix execution flow imbalance when using C++ Exceptions (#165066)Med Ismail Bennani1-0/+9
2023-09-22[libunwind][WebAssembly] Support Wasm EHHeejin Ahn1-1/+1
2023-09-12[libunwind] Use __builtin_alloca to avoid missing includeReagan Bohan1-1/+1
2023-09-06[libunwind] Haiku: Initial supportTrung Nguyen1-0/+6
2023-08-23Make _LIBUNWIND_SUPPORT_FRAME_APIS a build-time optionSterling Augustine1-4/+0
2023-04-06[libunwind] Fflush stderr after each log messageMartin Storsjö1-4/+8
2022-11-15[libunwind][LoongArch] Add 64-bit LoongArch supportzhanglimin1-1/+1
2022-05-02[libunwind] Add SystemZ supportUlrich Weigand1-1/+1
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue1-7/+7
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue1-8/+11
2022-04-09Add some prototypes to fix -Wstrict-prototypes. NFCFangrui Song1-3/+3
2022-02-07[libunwind] Define _Unwind_Backtrace for powerpc, sparcSam James1-7/+4
2022-01-27[unwind] fix build with GCC on PPC32Sam James1-1/+1
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-05-31[libunwind] fix -Wc++98-compat-extra-semi without _LIBUNWIND_HIDE_SYMBOLSNico Weber1-2/+2
2021-02-22[libunwind] unw_* alias fixes for ELF and Mach-ORyan Prichard1-3/+8
2020-11-23[libunwind] Multiple preprocessor fixes on PowerPC*Brandon Bergren1-4/+0
2020-10-30[libunwind] Support DW_CFA_remember/restore_state without heap allocation.Daniel Kiss1-0/+23
2020-09-08[libunwind] Replace chain-of-ifdefs for dl_iterate_phdrRyan Prichard1-0/+11
2020-09-03[libunwind] Minor SJLJ config cleanup. NFCI.Ryan Prichard1-1/+5
2020-08-26[libunwind] Minor fixes in libunwindRyan Prichard1-3/+3
2020-08-24[libunwind] Remove static_assert / __has_feature macrosRyan Prichard1-10/+0
2020-04-10[libunwind] add hexagon supportBrian Cain1-1/+2
2020-04-09[libunwind] Clean up __arm64__Fangrui Song1-1/+1
2020-03-10[libunwind] Remove __FILE__ and __LINE__ from error reportingLeonard Chan1-2/+1
2019-12-16[libunwind][RISCV] Add 64-bit RISC-V supportSam Elliott1-1/+2
2019-04-12[NFC] Move the export attribute after extern "C".Nicolas Lesser1-8/+7
2019-04-03[libunwind] Export the unw_* symbols as weak symbolsPetr Hosek1-0/+30
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-30Add support for SEH unwinding on Windows.Charles Davis1-1/+5
2018-01-26Don't enable _LIBUNWIND_BUILD_ZERO_COST_APIS if building the SJLJ APIsMartin Storsjo1-0/+2
2018-01-16[PPC64] Added vector registers.Martin Storsjo1-0/+4
2018-01-02Reland [PPC64] Port to ppc64le - initial versionMartin Storsjo1-2/+2
2018-01-02Don't use a strict larger-than comparison in the check_fit/does_fit static as...Martin Storsjo1-1/+1
2018-01-02Revert `rL321667: [PPC64] Port to ppc64le - initial version`Tim Shen1-2/+2
2018-01-02[PPC64] Port to ppc64le - initial versionMartin Storsjo1-2/+2
2017-12-25[libunwind] convert error logs to _LIBUNWIND_LOG/_LIBUNWIND_LOG0.whitequark1-0/+3
2017-12-12[libunwind][MIPS]: Add support for unwinding in O32 and N64 processes.John Baldwin1-1/+1
2017-11-29Support building libunwind as a DLLMartin Storsjo1-3/+7
2017-10-23Abstract rwlocks into a class, provide a SRW lock implementation for windowsMartin Storsjo1-13/+8
2017-10-11Support DWARF unwinding on i386 windowsMartin Storsjo1-0/+2
2017-08-31Revert r312240Alex Lorenz1-3/+3
2017-08-31Build LLVM with -Wstrict-prototypes enabledAlex Lorenz1-3/+3
2017-06-27[libunwind] Add _LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONSNico Weber1-3/+8
2017-03-31[libunwind] Clean up macro usage.Ranjeet Singh1-19/+5
2017-02-24[libunwind] Disable calls to fprintf for baremetal targets.Ranjeet Singh1-0/+11
2017-01-27Revert "DWARF: convert error logs to _LIBUNWIND_LOG"Saleem Abdulrasool1-1/+1
2017-01-25DWARF: fix -Asserts buildsSaleem Abdulrasool1-0/+9
2017-01-21DWARF: convert error logs to _LIBUNWIND_LOGSaleem Abdulrasool1-1/+1
2017-01-21config: clean up some of the macro definitionSaleem Abdulrasool1-21/+25