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-31[libc++abi][AIX] add personality and helper functions for the state table EHXing Xue
2022-03-30[libunwind] Add a _LIBUNWIND_VERSION macroLouis Dionne
2021-11-26[libunwind][ARM] Handle end of stack during unwindDaniel Kiss
2021-11-18[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-08-24[libc++abi] Apply simplify scan_eh_tab to SjLjKazushi (Jam) Marukawa
2021-08-11[Arm][Unwind][libc++abi] Add _Unwind_ForcedUnwind to EHABI.Daniel Kiss
2021-06-24[libc++abi][AIX] Enable calculating addresses with DW_EH_PE_datarelXing Xue
2021-06-14[libc++abi] NFC: avoid a -Wunused-parameter warningXing Xue
2021-06-10 [libc++abi] NFC: adding a new parameter base to functions for calculating...Xing Xue
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-01-22[libc++abi] Simplify scan_eh_tabFangrui Song
2021-01-08[libc++abi] Simplify __gxx_personality_v0Fangrui Song
2019-10-01[NFC][libc++abi] Remove trailing whitespace from sourcesLouis Dionne
2019-08-12libcxxabi: Rename .hpp files to .hNico Weber
2019-04-11[NFC] Correct outdated links to the Itanium C++ ABI documentationLouis Dionne
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-10Make libc++abi work better with gcc's ARM unwind library. Reviewed as https:/...Marshall Clow
2018-08-11Add missing _LIBCXXABI_FUNC_VIS to __gxx_personality_seh0Martin Storsjo
2018-07-24Implement a GCC compatible SEH unwinding personality, __gxx_personality_seh0Martin Storsjo
2017-03-31[libc++abi] Delete config.hShoaib Meenai
2017-03-01[libcxxabi] Clean up macro usage.Ranjeet Singh
2017-03-01Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI.Eric Fiselier
2016-11-13arm: Fix ttype encoding assertion failure.Logan Chien
2016-08-31Wrap LIBCXXABI_USE_LLVM_UNWINDER with defined().Logan Chien
2016-05-12libc++abi: make __cxa_call_unexpected visibleSaleem Abdulrasool
2016-05-04libc++abi: fix visibility of personalitiesSaleem Abdulrasool
2015-09-20EH: fix register usage for SjLjSaleem Abdulrasool
2015-07-12Remove include directive for the unused libunwind_ext.h.Logan Chien
2015-05-29libcxx: Switch to use __gnu_unwind_frame() for libunwind.Logan Chien
2015-04-28libc++abi: work around layering violationSaleem Abdulrasool
2015-04-27libc++abi: clear up some -Wqual-cast warningsSaleem Abdulrasool
2015-03-11Remove unneeded const_cast in readPointerHelper. Pointed out by jroelofsEric Fiselier
2015-03-10[libcxx] Fix PR21580 - Undefined behavior in readEncodedPointer()Eric Fiselier
2015-02-05Enable -Wundef.Dan Albert
2015-01-22Fix _Unwind_Backtrace for libc++abi built with libgcc.Logan Chien
2015-01-22Allow libc++abi to be built without unwinder.Logan Chien
2014-08-29Make _Unwind_Backtrace() work on ARM.Dan Albert
2014-08-21Add baremetal ARM support to libcxxabi/libunwindJonathan Roelofs
2014-06-30Revert the LSDA change to scan_eh_tab.Logan Chien
2014-06-26Update libc++abi to use the ARM EHABI unwinder from its libunwind.Nico Weber
2014-05-14Fix typo in comment.Logan Chien
2014-05-10Implement ARM EHABI exception handling.Logan Chien
2014-05-08Fixes more incorrect #ifs for SJ/LJ exceptionsJonathan Roelofs
2014-04-23Fixes incorrect #ifs for SJ/LJ exceptionsDan Albert
2014-02-12[libcxxabi] Fix broken codesourcery.com links in commentsJonathan Roelofs
2013-02-15Bruce Mitchener: Typo fixes.Howard Hinnant
2012-11-12Wen-Han Gu: Fix for http://llvm.org/bugs/show_bug.cgi?id=14312 Exception Tab...Howard Hinnant
2012-03-17Arm fixes in cxa_personality.cpp and a little refactoring.Howard Hinnant
2012-03-09Enable / silence -Wunused-parameter.Howard Hinnant
2012-03-09Enable/silence -Wunused-variable.Howard Hinnant