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