llvm-project/libcxxabi/src
Louis Dionne aae2ff645b [libc++abi] Also build the static archive with C++17
The dylib and the static archive should really be built using the same
Standard, it was just an oversight.
2020-07-23 12:40:19 -04:00
..
demangle [demangler] More properly save and restore the template parameter state 2020-07-09 21:12:51 -07:00
include [libc++abi] NFC: Move AtomicInt to cxa_guard_impl.h 2020-03-12 18:27:03 -04:00
CMakeLists.txt [libc++abi] Also build the static archive with C++17 2020-07-23 12:40:19 -04:00
abort_message.cpp [libc++abi] Fix build failure in abort_message.cpp when vasprintf isn't provided 2020-06-26 11:50:05 -04:00
abort_message.h [libc++abi] NFC: Simplify extern C declaration 2020-03-11 17:56:12 -04:00
cxa_aux_runtime.cpp [NFC] Correct outdated links to the Itanium C++ ABI documentation 2019-04-11 16:37:07 +00:00
cxa_default_handlers.cpp [libc++abi] Fix non-constant initialization of default terminate 2019-12-11 20:32:14 -05:00
cxa_demangle.cpp [demangle] NFC: get rid of NodeOrString 2019-11-04 12:17:12 -08:00
cxa_exception.cpp [NFC][libc++abi] Convert stray tabs to spaces 2019-10-02 20:45:06 +00:00
cxa_exception.h [libcxxabi] Fix layout of __cxa_exception for win64 2020-02-03 09:55:02 +02:00
cxa_exception_storage.cpp [libcxx{,abi}] Emit deplibs only when detected by CMake 2019-12-02 22:19:20 +01:00
cxa_guard.cpp Rewrite cxa guard implementation. 2019-04-24 01:47:30 +00:00
cxa_guard_impl.h [libc++abi] Remove unused include of <sys/types.h> 2020-06-30 12:13:28 -04:00
cxa_handlers.cpp libcxxabi: Rename .hpp files to .h 2019-08-12 19:11:23 +00:00
cxa_handlers.h [libc++abi] NFC: Use "" instead of <> to include __cxxabi_config.h 2020-04-22 15:53:08 -04:00
cxa_noexception.cpp [NFC][libc++abi] Remove trailing whitespace from sources 2019-10-01 18:28:20 +00:00
cxa_personality.cpp [NFC][libc++abi] Remove trailing whitespace from sources 2019-10-01 18:28:20 +00:00
cxa_thread_atexit.cpp [libcxx{,abi}] Emit deplibs only when detected by CMake 2019-12-02 22:19:20 +01:00
cxa_vector.cpp [libc++abi] NFC: Remove pragma mark in favor of normal comment 2020-05-05 13:20:46 -04:00
cxa_virtual.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fallback_malloc.cpp [libcxx{,abi}] Emit deplibs only when detected by CMake 2019-12-02 22:19:20 +01:00
fallback_malloc.h [libc++abi] Remove uses of C++ headers when possible 2019-10-01 18:43:02 +00:00
private_typeinfo.cpp [libc++] Add static_assert to make sure rate limiter doesn't use locks 2020-07-22 14:49:50 -04:00
private_typeinfo.h [libc++abi] Remove uses of C++ headers when possible 2019-10-01 18:43:02 +00:00
stdlib_exception.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
stdlib_new_delete.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
stdlib_stdexcept.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
stdlib_typeinfo.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00