cosmopolitan/third_party/libcxxabi
Justine Tunney a6baba1b07
Stop using .com extension in monorepo
The WIN32 CreateProcess() function does not require an .exe or .com
suffix in order to spawn an executable. Now that we have Cosmo bash
we're no longer so dependent on the cmd.exe prompt.
2024-03-03 03:12:19 -08:00
..
demangle Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
include Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
libcxx third_party/libcxxabi: Add test suite (#1076) 2024-01-08 10:50:06 -08:00
test Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
abort_message.cc Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
abort_message.h Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
aix_state_tab_eh.inc Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
BUILD.mk Add OpenMP support 2024-01-28 22:39:02 -08:00
CREDITS.TXT Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
cxa_aux_runtime.cc Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
cxa_default_handlers.cc Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
cxa_demangle.cc Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
cxa_exception.cc Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
cxa_exception.h Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
cxa_exception_storage.cc Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
cxa_guard.cc Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
cxa_guard_impl.h Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
cxa_handlers.cc Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
cxa_handlers.h Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
cxa_personality.cc Add OpenMP support 2024-01-28 22:39:02 -08:00
cxa_thread_atexit.cc Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
cxa_vector.cc Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
cxa_virtual.cc Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
fallback_malloc.cc Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
fallback_malloc.h Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
LICENSE.TXT Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
private_typeinfo.cc Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
private_typeinfo.h Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
README.cosmo third_party/libcxxabi: Add test suite (#1076) 2024-01-08 10:50:06 -08:00
stdlib_exception.cc Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
stdlib_new_delete.cc Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
stdlib_stdexcept.cc Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
stdlib_typeinfo.cc Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00

DESCRIPTION

  libcxxabi - C++ Standard Library Support

ORIGIN

  Obtained from the LLVM monorepo, release 17.0.6.

  https://github.com/llvm/llvm-project/tree/llvmorg-17.0.6/libunwind
  commit 6009708b4367171ccdbf4b5905cb6a803753fe18
  Author: Tobias Hieta <tobias@hieta.se>
  Date:   Tue, 28 Nov 2023 09:52:28 +0100

LOCAL CHANGES

  - Add <__memory/aligned_alloc.h> (contains a few inline functions) from
  upstream libcxx.
  - Add <test/support/make_test_thread.hh> and <test/support/test_macros.hh>
  from upstream libcxx.
  - Enable __cxa_thread_atexit for Cosmopolitan.