aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)AuthorFilesLines
2022-11-29[libc++abi][LIT][AIX] Use Vector instructions available on Power7 in vec_reg_...Xing Xue1-55/+47
2022-11-29[CMake] Use LLVM_TARGET_TRIPLE in runtimesPetr Hosek2-3/+3
2022-11-25[libc++][NFC] Consistently use newline between license and include guardLouis Dionne1-0/+1
2022-11-24Revert "[libcxxabi] Always use thread_local for cxa_exception_storage"Louis Dionne3-2/+78
2022-11-22[libcxxabi] Always use thread_local for cxa_exception_storageShoaib Meenai3-78/+2
2022-11-08[CMake] Fix -Wstrict-prototypesSam James1-1/+1
2022-11-04[libc++abi] Use std::nullptr_t instead of declaring it manuallyRyan Prichard1-6/+8
2022-10-27[libc++abi][AIX] Use reserved slot in stack to pass the address of exception ...Xing Xue1-1/+1
2022-10-27[libc++abi][AIX] Use reserved slot in stack to pass the address of exception ...Xing Xue3-8/+1931
2022-10-20libcxxabi [PR58117][NFC]: Open code lower boundNathan Sidwell1-5/+12
2022-10-17[demangler] Simplify OutputBuffer initializationNathan Sidwell2-26/+4
2022-10-12Revert "[runtimes] Always define cxx_shared, cxx_static & other targets"Haowei Wu1-67/+68
2022-10-12[libcxxabi]: Resync llvm & libcxxabi's demanglerNathan Sidwell1-0/+12
2022-10-12[runtimes] Always define cxx_shared, cxx_static & other targetsLouis Dionne1-68/+67
2022-10-11[runtimes] Add the ability to customize the output name of libc++, libc++abi ...Louis Dionne2-2/+5
2022-10-03[SystemZ][z/OS] Add ASCII and 32-bit variants for libc++.Zibi Sarbinowski2-0/+17
2022-09-30[runtimes] Remove all traces of the legacy testing configuration systemLouis Dionne5-194/+0
2022-09-11[libcxxabi] Fix forced_unwind3.pass.cpp compilation errorAaron Puchert1-1/+1
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser2-1/+4
2022-08-24[runtimes] Don't link against compiler-rt when we don't find itLouis Dionne1-1/+5
2022-08-23Revert the removal of LLVM_ENABLE_PROJECTS for libc++ and libc++abiLouis Dionne2-16/+5
2022-08-21[libcxxabi][cmake] Allow building without libcxx againJohn Ericson2-5/+16
2022-08-19[libcxxabi] Fix alignment of pointers returned by fallback_mallocSimon Tatham2-13/+73
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson1-3/+5
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson1-5/+3
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