summaryrefslogtreecommitdiff
path: root/libcxxabi
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Use `LLVM_COMMON_CMAKE_UTILS` in runtimes just for clarityJohn Ericson2022-01-031-4/+5
* [libcxx] Use LIBCXX_EXECUTOR in new test configsMartin Storsjö2021-12-223-6/+3
* [libc++abi][NFC] Fix commentLouis Dionne2021-12-131-1/+1
* [ARM][libcxxabi] Add PACBTI-M support to libcxxabiTies Stuij2021-12-101-0/+3
* [libc++abi][AIX] Add 2 LIT tests for the AIX unwinderXing Xue2021-12-092-0/+146
* [libc++][release] Do not force building the runtimes with -fPICLouis Dionne2021-12-081-2/+0
* [runtimes] Move WARNING to FATAL_ERROR for folks using FOO_BUILD_32_BITSLouis Dionne2021-12-011-1/+1
* [runtimes] Remove support for GCC-style 32 bit multilib buildsLouis Dionne2021-12-013-20/+5
* [libunwind][ARM] Handle end of stack during unwindDaniel Kiss2021-11-262-2/+86
* [libc++] [test] Eliminate libcpp-no-noexcept-function-type and libcpp-no-stru...Arthur O'Dwyer2021-11-202-2/+4
* [runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne2021-11-1781-81/+81
* [libc++abi] Don't re-define _LIBCPP_HAS_NO_THREADS in single-threaded modeLouis Dionne2021-11-171-1/+0
* [libcxx][CI][AIX] Switch to LLVM_ENABLE_RUNTIMESDavid Tenty2021-11-091-0/+6
* Reland "[libcxxabi][ARM] Make CXX_end_cleanup compatible with Armv6-M"Daniel Kiss2021-11-091-1/+6
* Revert "[libcxxabi][ARM] Make CXX_end_cleanup compatible with Armv6-M"Vladimir Vereschaka2021-11-051-2/+1
* [libcxxabi] Fix NO_THREADS version of test_exception_storage.pass.cppDaniel McIntosh2021-11-041-7/+5
* [libcxxabi][ARM] Make CXX_end_cleanup compatible with Armv6-MDaniel Kiss2021-11-041-1/+2
* [libc++] Temporarily mark tests as UNSUPPORTED to get the CI greenLouis Dionne2021-10-281-0/+3
* Reland "[ARM] __cxa_end_cleanup should be called instead of _UnwindResume."Daniel Kiss2021-10-281-9/+9
* Revert "Reland "[ARM] __cxa_end_cleanup should be called instead of _UnwindRe...Daniel Kiss2021-10-281-9/+9
* Reland "[ARM] __cxa_end_cleanup should be called instead of _UnwindResume."Daniel Kiss2021-10-281-9/+9
* [CMake] Cache the compiler-rt library search resultsPetr Hosek2021-10-274-67/+7
* Revert "[ARM] __cxa_end_cleanup should be called instead of _UnwindResume."Daniel Kiss2021-10-271-9/+10
* [ARM] __cxa_end_cleanup should be called instead of _UnwindResume.Daniel Kiss2021-10-271-10/+9
* [Demangle] Add prepend functionality to OutputStringLuís Ferreira2021-10-261-0/+11
* Fix for OutputStream->OutputBuffer renameDavid Blaikie2021-10-211-6/+6
* [libcxxabi] Fix build after D111947Vitaly Buka2021-10-211-2/+2
* [Demangle] Rename OutputStream to OutputStringLuís Ferreira2021-10-212-540/+527
* Revert "[CMake] Cache the compiler-rt library search results"Petr Hosek2021-10-214-7/+66
* [runtimes] Properly handle the sysroot/triple/gcc-toolchainLouis Dionne2021-10-211-10/+11
* [libc++abi] Guard include of <unistd.h> behind __has_includeLouis Dionne2021-10-201-1/+3
* [CMake] Cache the compiler-rt library search resultsPetr Hosek2021-10-184-66/+7
* [libc++][AIX] Add scripts and config for building with the libcxx CI infrastr...David Tenty2021-10-141-0/+29
* [libc++abi][ci] Add a from-scratch config for libc++abi on Apple/systemLouis Dionne2021-10-134-2/+66
* [libc++abi] Change LIBCXXABI_NO_TIMER to LIBCXXABI_USE_TIMERLouis Dionne2021-10-132-5/+4
* [runtimes] Add tests for vendor-specific propertiesLouis Dionne2021-10-072-0/+49
* [runtimes] Allow FOO_TEST_CONFIG to be a relative pathLouis Dionne2021-10-051-1/+5
* [libc++abi] Mark __cxa_new_handler with _LIBCPP_SAFE_STATICLouis Dionne2021-10-051-1/+2
* [Demangle][Rust] Parse non-ASCII identifiersTomasz Miąsko2021-10-011-0/+10
* [libc++abi][NFCI] Consistently group new_handler, unexpected_handler and term...Louis Dionne2021-09-302-12/+11
* Revert "[libc++][libc++abi] Add tests for vendor-specific properties"Haowei Wu2021-09-302-49/+0
* [libc++][libc++abi] Add tests for vendor-specific propertiesLouis Dionne2021-09-292-0/+49
* [demangle] Support for ISO/IEC TS 18661 binary floating point typePengfei Wang2021-09-232-0/+29
* [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