summaryrefslogtreecommitdiff
path: root/libcxxabi
Commit message (Expand)AuthorAgeFilesLines
* [libc++abi] Remove unnecessary atomic_support.h header from libc++abiLouis Dionne2021-09-218-189/+8
* [libcxx][libcxxabi] CMAKE_REQUIRED_FLAGS is a string, not a listNehal J Wani2021-09-161-1/+1
* [libcxxabi] NFC: fix incorrect indentation of bracesZhouyi Zhou2021-09-111-35/+33
* [runtimes] Allow overriding where CMake installs RUNTIME type libraries (DLLs)Martin Storsjö2021-09-092-0/+7
* [libc++abi] Remove workarounds for missing -Wno-exceptions on older GCCsLouis Dionne2021-09-035-60/+20
* [Unwind] Harmonise exception class for EHABI spec.Daniel Kiss2021-09-022-2/+2
* [libc++] Remove some workarounds for unsupported GCC and Clang versionsLouis Dionne2021-09-011-1/+1
* [libc++abi] Avoid the warning: "__EXCEPTIONS" is not defined, evaluates to 0 ...Xiang Xiao2021-08-301-1/+1
* [libc++abi] Apply simplify scan_eh_tab to SjLjKazushi (Jam) Marukawa2021-08-241-1/+1
* [libc++] Remove test-suite annotations for unsupported Clang versionsLouis Dionne2021-08-201-3/+0
* [libc++] Remove more test-suite workarounds for unsupported GCC versionsLouis Dionne2021-08-204-4/+4
* [NFC][libcxxabi] Run clang-format on libcxxabi/src/cxa_guard_impl.hDaniel McIntosh2021-08-182-93/+63
* [libc++abi] Fix possible infinite loop in itanium demanglerMikhail Borisov2021-08-172-0/+27
* [libc++abi][NFC] Move PODSmallVector definition to the top of ItaniumDemangle.hMikhail Borisov2021-08-171-119/+120
* [libc++] Remove Lit annotations for unsupported GCC versions from the test suiteLouis Dionne2021-08-124-8/+2
* [Arm][Unwind][libc++abi] Add _Unwind_ForcedUnwind to EHABI.Daniel Kiss2021-08-113-13/+8
* [runtimes] Always build libc++, libc++abi and libunwind with -fPICLouis Dionne2021-07-271-0/+2
* [libc++abi/unwind] NFC: Normalize how we set target propertiesLouis Dionne2021-07-261-32/+19
* [demangler] Fix demangling of 'half'Stuart Brady2021-07-191-1/+1
* [runtimes] Simplify how we set the target tripleLouis Dionne2021-07-162-7/+3
* [libc++] Add a job running GCC with C++11Louis Dionne2021-07-154-0/+4
* [runtimes] Don't try passing --target flags to GCCLouis Dionne2021-07-152-3/+14
* [libc++/abi] Fix broken Lit feature no-noexcept-function-typeLouis Dionne2021-07-153-9/+9
* [runtimes] Serialize all Lit params instead of passing them to add_lit_testsuiteLouis Dionne2021-07-151-2/+7
* [runtimes] Bring back TARGET_TRIPLELouis Dionne2021-07-142-3/+7
* [runtimes] Inherit the TARGET_TRIPLE that may be set by LLVMLouis Dionne2021-07-141-1/+1
* [runtimes] NFCI: Drop intermediate CMake variable TARGET_TRIPLELouis Dionne2021-07-142-6/+2
* [libc++] Add a CI job for macOS on arm64 hardware 🥳Louis Dionne2021-07-131-0/+3
* Prepare Compiler-RT for GnuInstallDirs, matching libcxx, document allJohn Ericson2021-07-131-3/+6
* [libc++] NFC: Fix incorrect comments in CMakeLouis Dionne2021-07-071-1/+1
* [runtimes] Move enable_32bit to the DSLLouis Dionne2021-07-062-1/+4
* [runtimes] Simplify how we specify XFAIL & friends based on the tripleLouis Dionne2021-07-0116-77/+21
* [libc++] Serialize Lit parameters to make them available to from-scratch configsLouis Dionne2021-06-292-6/+22
* [libc++] NFCI: Remove unused Lit parameter sanitizer_libraryLouis Dionne2021-06-281-1/+0
* [libc++abi][AIX] Enable calculating addresses with DW_EH_PE_datarelXing Xue2021-06-231-6/+49
* [libc++] Promote GCC 11 to mandatory CILouis Dionne2021-06-151-1/+1
* [libc++abi] NFC: avoid a -Wunused-parameter warningXing Xue2021-06-141-1/+1
* [libc++abi] Remove the LIBCXXABI_ENABLE_PIC optionLouis Dionne2021-06-102-9/+0
* [libc++abi] NFC: adding a new parameter base to functions for calculating...Xing Xue2021-06-101-11/+23
* Save/restore OuterTemplateParams in AbstractManglingParser::parseEncoding.Justin Lebar2021-06-092-1/+8
* [libc++] Enable tests for the experimental library by defaultLouis Dionne2021-06-021-0/+1
* [libcxxabi] Use ASan interface header for declaration. NFCShoaib Meenai2021-05-251-1/+1
* [libcxxabi] Remove unnecessary define from buildShoaib Meenai2021-05-201-4/+0
* [libc++] Move handling of the target triple to the DSLLouis Dionne2021-05-0819-79/+81
* [libc++] Support per-target __config_site in per-target runtime buildPetr Hosek2021-04-281-0/+6
* [demangler] Use standard semantics for StringView::substrTomasz Miąsko2021-04-251-10/+3
* [libcxx] Stop using use c++ subdirectory for libc++ libraryPetr Hosek2021-04-211-2/+2
* [libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne2021-04-208-21/+21
* [libc++abi] Adjust XFAIL for misaligned exception header on ARMLouis Dionne2021-04-071-7/+7
* [CMake] Remove {LIBCXX,LIBCXXABI,LIBUNWIND}_INSTALL_PREFIXPetr Hosek2021-04-012-4/+2