Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-02[libunwind] Add SystemZ supportUlrich Weigand
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue
2022-04-09Add some prototypes to fix -Wstrict-prototypes. NFCFangrui Song
2022-02-07[libunwind] Define _Unwind_Backtrace for powerpc, sparcSam James
2022-01-28[unwind] fix build with GCC on PPC32Sam James
2021-11-18[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-05-31[libunwind] fix -Wc++98-compat-extra-semi without _LIBUNWIND_HIDE_SYMBOLSNico Weber
2021-02-23[libunwind] unw_* alias fixes for ELF and Mach-ORyan Prichard
2020-11-24[libunwind] Multiple preprocessor fixes on PowerPC*Brandon Bergren
2020-10-30[libunwind] Support DW_CFA_remember/restore_state without heap allocation.Daniel Kiss
2020-09-09[libunwind] Replace chain-of-ifdefs for dl_iterate_phdrRyan Prichard
2020-09-04[libunwind] Minor SJLJ config cleanup. NFCI.Ryan Prichard
2020-08-27[libunwind] Minor fixes in libunwindRyan Prichard
2020-08-25[libunwind] Remove static_assert / __has_feature macrosRyan Prichard
2020-04-10[libunwind] add hexagon supportBrian Cain
2020-04-10[libunwind] Clean up __arm64__Fangrui Song
2020-03-11[libunwind] Remove __FILE__ and __LINE__ from error reportingLeonard Chan
2019-12-16[libunwind][RISCV] Add 64-bit RISC-V supportSam Elliott
2019-04-12[NFC] Move the export attribute after extern "C".Nicolas Lesser
2019-04-04[libunwind] Export the unw_* symbols as weak symbolsPetr Hosek
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-31Add support for SEH unwinding on Windows.Charles Davis
2018-01-26Don't enable _LIBUNWIND_BUILD_ZERO_COST_APIS if building the SJLJ APIsMartin Storsjo
2018-01-16[PPC64] Added vector registers.Martin Storsjo
2018-01-03Reland [PPC64] Port to ppc64le - initial versionMartin Storsjo
2018-01-03Don't use a strict larger-than comparison in the check_fit/does_fit static as...Martin Storsjo
2018-01-03Revert `rL321667: [PPC64] Port to ppc64le - initial version`Tim Shen
2018-01-02[PPC64] Port to ppc64le - initial versionMartin Storsjo
2017-12-25[libunwind] convert error logs to _LIBUNWIND_LOG/_LIBUNWIND_LOG0.whitequark
2017-12-13[libunwind][MIPS]: Add support for unwinding in O32 and N64 processes.John Baldwin
2017-11-29Support building libunwind as a DLLMartin Storsjo
2017-10-23Abstract rwlocks into a class, provide a SRW lock implementation for windowsMartin Storsjo
2017-10-11Support DWARF unwinding on i386 windowsMartin Storsjo
2017-08-31Revert r312240Alex Lorenz
2017-08-31Build LLVM with -Wstrict-prototypes enabledAlex Lorenz
2017-06-27[libunwind] Add _LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONSNico Weber
2017-03-31[libunwind] Clean up macro usage.Ranjeet Singh
2017-02-24[libunwind] Disable calls to fprintf for baremetal targets.Ranjeet Singh
2017-01-27Revert "DWARF: convert error logs to _LIBUNWIND_LOG"Saleem Abdulrasool
2017-01-25DWARF: fix -Asserts buildsSaleem Abdulrasool
2017-01-21DWARF: convert error logs to _LIBUNWIND_LOGSaleem Abdulrasool
2017-01-21config: clean up some of the macro definitionSaleem Abdulrasool
2016-11-02Add conditions for PPC to libunwind. Fixes PR22200. Thanks to Jeremy for the ...Marshall Clow
2016-10-13[libunwind] Add missing <stdint.h> include. NFC.Asiri Rathnayake
2016-09-28[libunwind] Add support for a single-threaded libunwind buildAsiri Rathnayake
2016-08-30consistently add \n to log and trace messagesEd Maste
2016-08-30libunwind: correct 'libuwind' typoEd Maste
2016-05-27Use size_t to store the results of sizeof calculations.Asiri Rathnayake
2016-05-27Fix gcc libunwind build.Asiri Rathnayake