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-02-06[libunwind] [sparc] Add SPARCv9 supportKoakuma
2022-01-28[unwind] fix build with GCC on PPC32Sam James
2021-11-18[libunwind] Add an interface for dynamic .eh_frame registrationPeter S. Housel
2021-11-18[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-08-26[libunwind] Support stack unwind in CET environmentgejin
2021-06-14unwind: allow building with GCCSaleem Abdulrasool
2021-05-26[libunwind] Inform ASan that resumption is noreturnShoaib Meenai
2021-03-02[libunwind] This adds support in libunwind for rv32 hard floatKamlesh Kumar
2021-01-17[VE] Support VE in libunwindKazushi (Jam) Marukawa
2020-04-10[libunwind] add hexagon supportBrian Cain
2019-12-16[libunwind][RISCV] Add 64-bit RISC-V supportSam Elliott
2019-09-18unwind: remove a could of extraneous `else` (NFC)Saleem Abdulrasool
2019-04-11[libunwind] Fix the typo in unw_save_vfp_as_X aliasPetr Hosek
2019-04-04[libunwind] Export the unw_* symbols as weak symbolsPetr Hosek
2019-02-03[libunwind] Provide placement new definitionPetr Hosek
2019-02-02[libunwind] Remove the remote unwinding supportPetr Hosek
2019-01-30Drop the dependency on <algorithm>, add placement new inlinePetr Hosek
2019-01-28Revert "[libunwind] Drop the dependency on <algorithm>, add placement new inl...Petr Hosek
2019-01-28[libunwind] Drop the dependency on <algorithm>, add placement new inlinePetr Hosek
2019-01-26[libunwind] Use placement new to avoid dependency C++ libraryPetr Hosek
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-14[Sparc] Add Sparc V8 supportDaniel Cederman
2019-01-10Revert "[Sparc] Add Sparc V8 support"Jorge Gorbe Moya
2019-01-09[Sparc] Add Sparc V8 supportDaniel Cederman
2018-07-17The semantics of DW_CFA_GNU_args_size have changed subtile over theJoerg Sonnenberger
2018-05-16[libunwind][MIPS] Support MIPS floating-point registers for hard-float ABIs.John Baldwin
2018-02-28[libunwind][MIPS]: Add support for unwinding in N32 processes.John Baldwin
2018-01-09[libunwind][MIPS]: Rename Registers_mips_n64 to Registers_mips_newabi.John Baldwin
2018-01-03Reland [PPC64] Port to ppc64le - initial versionMartin 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-13[libunwind][MIPS]: Add support for unwinding in O32 and N64 processes.John Baldwin
2017-11-02Fix building for ARM with dwarf exception handlingMartin Storsjo
2017-10-30Change unw_word_t to always have the same size as the pointer sizeMartin Storsjo
2017-09-26Skip building unused parts when targeting SJLJMartin Storsjo
2017-03-31[libunwind] Clean up macro usage.Ranjeet Singh
2017-03-09Fix up the places where AddressSpace.hpp is included.Ed Schouten
2017-01-21DWARF: allow enabling tracing at runtimeSaleem Abdulrasool
2017-01-21rename OtherAddressSpace to RemoteAddressSpace; NFCSaleem Abdulrasool
2016-08-30consistently add \n to log and trace messagesEd Maste
2016-08-30libunwind: correct 'libuwind' typoEd Maste
2016-07-19libunwind: Use conventional DWARF capitalization in comments and errorsEd Maste
2016-05-25Introduce a native-only unwinder build.Asiri Rathnayake
2015-09-26unwind: Allow the building of libunwind for MIPS.Vasileios Kalintiris
2015-08-31[libunwind] Add support for OpenRISC 1000.Peter Zotov
2015-08-27[libunwind] Remove unused includes.Peter Zotov
2015-08-13Enable zero-cost exceptions on non-Apple arm64 platformsEd Maste
2015-07-19libunwind: Introduce __libunwind_config.h.Logan Chien