summaryrefslogtreecommitdiff
path: root/libunwind/src/Unwind-EHABI.cpp
AgeCommit message (Expand)Author
2023-07-27[libunwind] Fix build with -Wunused-functionShoaib Meenai
2023-04-06[libunwind] Fix a typo in a debug log message. NFC.Martin Storsjö
2022-08-20[libunwind] Fixed a number of typosGabriel Ravier
2022-06-27[libunwind,EHABI,ARM] Fix get/set of RA_AUTH_CODE.Simon Tatham
2022-04-25[libunwind] Fix build warnings in Unwind-EHABI.cpp. NFC.Martin Storsjö
2021-12-08[ARM][libunwind] add PACBTI-M support for libunwindTies Stuij
2021-11-26[libunwind][ARM] Handle end of stack during unwindDaniel Kiss
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-08-11[libunwind] Compile with -Wunused-but-set-variableDaniel Kiss
2021-08-11[Arm][Unwind][libc++abi] Add _Unwind_ForcedUnwind to EHABI.Daniel Kiss
2021-08-10libunwind: add missing break statements in EHABISaleem Abdulrasool
2020-05-29unwind: use a more portable endianness check in EHABISaleem Abdulrasool
2020-02-10unwind: rename `__personality_routine` to `_Unwind_Personality_Fn`Saleem Abdulrasool
2019-07-22[libunwind][ARM] Fix types in _Unwind_VRS_Get.Mikhail Maltsev
2019-07-19[libunwind][ARM] Fix loading FP registers on big-endian targetsMikhail Maltsev
2019-07-09[libunwind] Fix Unwind-EHABI.cpp:getByte on big-endian targetsMikhail Maltsev
2019-04-03[libunwind] Export the unw_* symbols as weak symbolsPetr Hosek
2019-01-29Drop the dependency on <algorithm>, add placement new inlinePetr Hosek
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-10-30Change unw_word_t to always have the same size as the pointer sizeMartin Storsjo
2017-03-31[libunwind] Clean up macro usage.Ranjeet Singh
2016-11-17EHABI: mark some functions as exportedSaleem Abdulrasool
2016-08-30consistently add \n to log and trace messagesEd Maste
2016-08-30libunwind: correct 'libuwind' typoEd Maste
2016-08-28EHABI: fail on WMMX vops without WMMX supportSaleem Abdulrasool
2016-08-18EHABI: cover switch once moreSaleem Abdulrasool
2016-07-29libunwind: correct return code in unwinding trace log messageEd Maste
2016-07-07[libunwind][ARM] Improve unwinder stack usage - Make WMMX support optionalAsiri Rathnayake
2016-06-03[libunwind] Remove unused code.Asiri Rathnayake
2016-05-27[libunwind] Improve unwinder stack usage - IIAsiri Rathnayake
2015-07-24[libunwind] Flip order of extern "C" and attribute(visibility)Renato Golin
2015-07-19libunwind: Introduce __libunwind_config.h.Logan Chien
2015-05-29libunwind: Fix unw_step() for ARM EHABI.Logan Chien
2015-04-27unwind: remove inclusion of private_typeinfo.hSaleem Abdulrasool
2015-04-24unwind: move src/Unwind, include/, and test/ unwind contentSaleem Abdulrasool