aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)AuthorFilesLines
2021-10-21[runtimes] Properly handle the sysroot/triple/gcc-toolchainLouis Dionne1-10/+11
2021-10-14Bump version to 13.0.1Tom Stellard1-1/+1
2021-08-26[libc++abi] Apply simplify scan_eh_tab to SjLjKazushi (Jam) Marukawa1-1/+1
2021-07-27[runtimes] Always build libc++, libc++abi and libunwind with -fPICLouis Dionne1-0/+2
2021-07-26[libc++abi/unwind] NFC: Normalize how we set target propertiesLouis Dionne1-32/+19
2021-07-19[demangler] Fix demangling of 'half'Stuart Brady1-1/+1
2021-07-16[runtimes] Simplify how we set the target tripleLouis Dionne2-7/+3
2021-07-15[libc++] Add a job running GCC with C++11Louis Dionne4-0/+4
2021-07-15[runtimes] Don't try passing --target flags to GCCLouis Dionne2-3/+14
2021-07-15[libc++/abi] Fix broken Lit feature no-noexcept-function-typeLouis Dionne3-9/+9
2021-07-15[runtimes] Serialize all Lit params instead of passing them to add_lit_testsuiteLouis Dionne1-2/+7
2021-07-14[runtimes] Bring back TARGET_TRIPLELouis Dionne2-3/+7
2021-07-14[runtimes] Inherit the TARGET_TRIPLE that may be set by LLVMLouis Dionne1-1/+1
2021-07-14[runtimes] NFCI: Drop intermediate CMake variable TARGET_TRIPLELouis Dionne2-6/+2
2021-07-13[libc++] Add a CI job for macOS on arm64 hardware 🥳Louis Dionne1-0/+3
2021-07-13Prepare Compiler-RT for GnuInstallDirs, matching libcxx, document allJohn Ericson1-3/+6
2021-07-07[libc++] NFC: Fix incorrect comments in CMakeLouis Dionne1-1/+1
2021-07-06[runtimes] Move enable_32bit to the DSLLouis Dionne2-1/+4
2021-07-01[runtimes] Simplify how we specify XFAIL & friends based on the tripleLouis Dionne16-77/+21
2021-06-29[libc++] Serialize Lit parameters to make them available to from-scratch configsLouis Dionne2-6/+22
2021-06-28[libc++] NFCI: Remove unused Lit parameter sanitizer_libraryLouis Dionne1-1/+0
2021-06-23[libc++abi][AIX] Enable calculating addresses with DW_EH_PE_datarelXing Xue1-6/+49
2021-06-15[libc++] Promote GCC 11 to mandatory CILouis Dionne1-1/+1
2021-06-14[libc++abi] NFC: avoid a -Wunused-parameter warningXing Xue1-1/+1
2021-06-10[libc++abi] Remove the LIBCXXABI_ENABLE_PIC optionLouis Dionne2-9/+0
2021-06-10 [libc++abi] NFC: adding a new parameter base to functions for calculating...Xing Xue1-11/+23
2021-06-09Save/restore OuterTemplateParams in AbstractManglingParser::parseEncoding.Justin Lebar2-1/+8
2021-06-02[libc++] Enable tests for the experimental library by defaultLouis Dionne1-0/+1
2021-05-25[libcxxabi] Use ASan interface header for declaration. NFCShoaib Meenai1-1/+1
2021-05-20[libcxxabi] Remove unnecessary define from buildShoaib Meenai1-4/+0
2021-05-08[libc++] Move handling of the target triple to the DSLLouis Dionne19-79/+81
2021-04-28[libc++] Support per-target __config_site in per-target runtime buildPetr Hosek1-0/+6
2021-04-25[demangler] Use standard semantics for StringView::substrTomasz MiÄ…sko1-10/+3
2021-04-21[libcxx] Stop using use c++ subdirectory for libc++ libraryPetr Hosek1-2/+2
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne8-21/+21
2021-04-07[libc++abi] Adjust XFAIL for misaligned exception header on ARMLouis Dionne1-7/+7
2021-04-01[CMake] Remove {LIBCXX,LIBCXXABI,LIBUNWIND}_INSTALL_PREFIXPetr Hosek2-4/+2
2021-03-30[libc++] Include <__config_site> from <__config>Louis Dionne1-1/+0
2021-03-26[libcxxabi] Use cxx-headers target to consume libcxx headersPetr Hosek4-9/+28
2021-03-25Revert "[libcxxabi] Use cxx-headers target to consume libcxx headers"Petr Hosek3-20/+9
2021-03-24[libc++][AIX] Initial patch to unblock the libc++ build on AIXjasonliu1-1/+2
2021-03-24* Fix demangling of optional template-args for vendor extended type qualifier.Alex Orlov2-6/+18
2021-03-23[libcxxabi] Use cxx-headers target to consume libcxx headersPetr Hosek3-9/+20
2021-03-18[CMake][runtimes] Add file level dependency to merge_archives commandsMarkus Böck1-0/+1
2021-03-05[runtimes] Use add_lit_testsuite to register lit testsuitesPetr Hosek1-1/+1
2021-03-05[libcxxabi] Add LIBCXXABI_HAS_WIN32_THREAD_API build optionMarkus Böck1-0/+23
2021-03-03[libc++/abi] Replace uses of _NOEXCEPT in src/ by noexceptLouis Dionne7-54/+54
2021-03-01[libc++/abi] Allow running back-deployment testing against libc++abiLouis Dionne19-23/+119
2021-02-26[libcxxabi] Fewer assumptions about path from libcxx to libcxxabiNico Weber2-1/+6
2021-02-17[libc++abi] Add builtins to dynamic library linkPatrick Oppenlander1-0/+5