aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)AuthorFilesLines
2022-11-10[CMake] Fix -Wstrict-prototypesSam James1-1/+1
2022-07-22Remove references to old mailing lists that have moved to discourse. Replace ...tlattner1-1/+1
2022-07-14[libcxxabi][CMake] Set --unwindlib=none when using LLVM libunwindPetr Hosek1-0/+7
2022-06-28[SystemZ][z/OS] Modify cxxabi to be compatible with existing z/OS runtimeMuiez Ahmed2-2/+12
2022-06-21[libc++abi][AIX] Use _LIBCXXABI_FUNC_VIS for exported routinesXing Xue1-10/+13
2022-06-21[libc++][CI] Updates GCC to version 12.Mark de Wever1-1/+1
2022-06-15[libcxx] Remove extraneous '---' lines in .clang-format filesowenca1-2/+0
2022-06-13[libcxx][AIX] Switch build compiler to clangJake Egan2-1/+6
2022-06-08[libc++] Towards a simpler extern template story in libc++Louis Dionne1-3/+0
2022-06-06[libcxxabi] Check __SEH__, when checking if ARM EHABI is impliedMartin Storsjö1-1/+1
2022-05-31[libc++abi][AIX] add personality and helper functions for the state table EHXing Xue2-0/+687
2022-05-27[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZLouis Dionne6-6/+6
2022-05-27[runtimes] Officially deprecate the legacy testing configuration systemLouis Dionne1-0/+3
2022-05-27[demangler][RISCV] Fix for long doublePiggy NL1-1/+1
2022-05-26[libc++abi] Use from-scratch testing configs for libc++abi by defaultLouis Dionne21-29/+223
2022-05-20[libc++abi] Add missing XFAIL on testLouis Dionne1-0/+1
2022-05-19[runtimes] Fix the build of merged ABI/unwinder librariesLouis Dionne3-2/+31
2022-05-18[runtimes] Default LIB*_HERMETIC_STATIC_LIBRARY to ON on WindowsMartin Storsjö2-21/+9
2022-05-18[libunwind][AArch64] Add support for DWARF expression for RA_SIGN_STATE.Daniel Kiss1-0/+63
2022-05-16[runtimes] Introduce object librariesLouis Dionne2-81/+82
2022-05-14[libcxxabi] Copy headers into build locationPetr Hosek2-1/+21
2022-05-13[runtimes][NFC] Remove dead code for Standalone buildsLouis Dionne2-72/+9
2022-05-13[libc++abi][NFCI] Refactor demangling_terminate_handler to reduce nestingLouis Dionne1-40/+41
2022-05-13[libc++] Overhaul how we select the ABI libraryLouis Dionne4-5/+6
2022-05-13[demangler] Avoid special-subst code duplicationNathan Sidwell1-73/+37
2022-05-12[libc++abi][NFC] Add comment on long reaching #ifLouis Dionne1-2/+2
2022-05-12[libc++abi] Refactor exception type demangling into a separate functionLouis Dionne1-13/+16
2022-05-11[runtimes] Print the testing configuration in use in libunwind and libc++abiLouis Dionne1-0/+1
2022-05-10[libc++abi][NFC] Fix typo in commentLouis Dionne1-3/+3
2022-05-10[libc++abi] Reword uncaught exception termination messageLouis Dionne1-5/+5
2022-05-10[libcxxabi] [cmake] Fix a mismatched variable nameMartin Storsjö1-1/+1
2022-05-09[demangler] No need to space adjacent template closingsNathan Sidwell2-3582/+3602
2022-05-09[demangler] Buffer peeking needs bufferNathan Sidwell1-1/+2
2022-05-05[libcxxabi] Use the right calling convention for exception destructors on i38...Martin Storsjö4-4/+10
2022-05-03[demangler] Fold expressions of .* and ->*Nathan Sidwell2-1/+10
2022-04-29Disable test for Android/Bionic.Daniel Kiss1-0/+8
2022-04-28[libunwind][AArch64] Fix _Unwind_ForcedUnwind via sigreturn.Daniel Kiss1-0/+50
2022-04-28[demangler] Fix demangling a template argument which happens to be a null poi...gbreynoo2-1/+2
2022-04-26Revert "[demangler] Simplify OutputBuffer initialization"Kirill Stoimenov2-4/+26
2022-04-26[demangler] Simplify OutputBuffer initializationNathan Sidwell2-26/+4
2022-04-25[demangler][NFC] OperatorInfo table unit testNathan Sidwell1-100/+88
2022-04-24[runtimes] [CMake] Unify variable namesPetr Hosek4-23/+23
2022-04-08[demangler] Support C23 _BitInt typeSenran Zhang3-0/+41
2022-04-07[libc++] Add back-deployment testing on arm64 macsLouis Dionne2-0/+2
2022-04-06[libc++abi] Remove XFAIL on arm64Louis Dionne1-3/+0
2022-04-06[demangler] Node precision dumperNathan Sidwell1-2/+43
2022-04-06[demangler][NFC] Rename SwapAndRestore to ScopedOverrideNathan Sidwell2-31/+30
2022-04-06[demangler] Fix undocumented Local encodingNathan Sidwell2-16/+21
2022-04-04[demangler] Parenthesize >> inside template argsNathan Sidwell2-2/+3
2022-04-01[demangler] Fix node matchersNathan Sidwell1-5/+5