[flang] Add cpowi function to runtime and use instead of pgmath
[platform/upstream/llvm.git] / libcxxabi /
2022-10-03 Zibi Sarbinowski[SystemZ][z/OS] Add ASCII and 32-bit variants for libc++.
2022-09-30 Louis Dionne[runtimes] Remove all traces of the legacy testing...
2022-09-11 Aaron Puchert[libcxxabi] Fix forced_unwind3.pass.cpp compilation...
2022-09-05 Nikolas Klauser[libc++] Granularize the rest of memory
2022-08-24 Louis Dionne[runtimes] Don't link against compiler-rt when we don...
2022-08-23 Louis DionneRevert the removal of LLVM_ENABLE_PROJECTS for libc...
2022-08-21 John Ericson[libcxxabi][cmake] Allow building without libcxx again
2022-08-19 Simon Tatham[libcxxabi] Fix alignment of pointers returned by fallb...
2022-08-19 John EricsonRevert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"
2022-08-18 John Ericson[cmake] Use `CMAKE_INSTALL_LIBDIR` too
2022-07-22 tlattnerRemove references to old mailing lists that have moved...
2022-07-14 Petr Hosek[libcxxabi][CMake] Set --unwindlib=none when using...
2022-06-28 Muiez Ahmed[SystemZ][z/OS] Modify cxxabi to be compatible with...
2022-06-21 Xing Xue[libc++abi][AIX] Use _LIBCXXABI_FUNC_VIS for exported...
2022-06-21 Mark de Wever[libc++][CI] Updates GCC to version 12.
2022-06-15 owenca[libcxx] Remove extraneous '---' lines in .clang-format...
2022-06-14 Jake Egan[libcxx][AIX] Switch build compiler to clang
2022-06-09 Louis Dionne[libc++] Towards a simpler extern template story in...
2022-06-06 Martin Storsjö[libcxxabi] Check __SEH__, when checking if ARM EHABI...
2022-05-31 Xing Xue[libc++abi][AIX] add personality and helper functions...
2022-05-27 Louis Dionne[runtimes] Rename various libcpp-has-no-XYZ Lit feature...
2022-05-27 Louis Dionne[runtimes] Officially deprecate the legacy testing...
2022-05-27 Piggy NL[demangler][RISCV] Fix for long double
2022-05-26 Louis Dionne[libc++abi] Use from-scratch testing configs for libc...
2022-05-20 Louis Dionne[libc++abi] Add missing XFAIL on test
2022-05-19 Louis Dionne[runtimes] Fix the build of merged ABI/unwinder libraries
2022-05-18 Martin Storsjö[runtimes] Default LIB*_HERMETIC_STATIC_LIBRARY to...
2022-05-18 Daniel Kiss[libunwind][AArch64] Add support for DWARF expression...
2022-05-16 Louis Dionne[runtimes] Introduce object libraries
2022-05-14 Petr Hosek[libcxxabi] Copy headers into build location
2022-05-13 Louis Dionne[runtimes][NFC] Remove dead code for Standalone builds
2022-05-13 Louis Dionne[libc++abi][NFCI] Refactor demangling_terminate_handler...
2022-05-13 Louis Dionne[libc++] Overhaul how we select the ABI library
2022-05-13 Nathan Sidwell[demangler] Avoid special-subst code duplication
2022-05-12 Louis Dionne[libc++abi][NFC] Add comment on long reaching #if
2022-05-12 Louis Dionne[libc++abi] Refactor exception type demangling into...
2022-05-11 Louis Dionne[runtimes] Print the testing configuration in use in...
2022-05-10 Louis Dionne[libc++abi][NFC] Fix typo in comment
2022-05-10 Louis Dionne[libc++abi] Reword uncaught exception termination message
2022-05-10 Martin Storsjö[libcxxabi] [cmake] Fix a mismatched variable name
2022-05-09 Nathan Sidwell[demangler] No need to space adjacent template closings
2022-05-09 Nathan Sidwell[demangler] Buffer peeking needs buffer
2022-05-05 Martin Storsjö[libcxxabi] Use the right calling convention for except...
2022-05-03 Nathan Sidwell[demangler] Fold expressions of .* and ->*
2022-04-29 Daniel KissDisable test for Android/Bionic.
2022-04-28 Daniel Kiss[libunwind][AArch64] Fix _Unwind_ForcedUnwind via sigre...
2022-04-28 gbreynoo[demangler] Fix demangling a template argument which...
2022-04-26 Kirill StoimenovRevert "[demangler] Simplify OutputBuffer initialization"
2022-04-26 Nathan Sidwell[demangler] Simplify OutputBuffer initialization
2022-04-25 Nathan Sidwell[demangler][NFC] OperatorInfo table unit test
2022-04-24 Petr Hosek[runtimes] [CMake] Unify variable names
2022-04-08 Senran Zhang[demangler] Support C23 _BitInt type
2022-04-07 Louis Dionne[libc++] Add back-deployment testing on arm64 macs
2022-04-06 Louis Dionne[libc++abi] Remove XFAIL on arm64
2022-04-06 Nathan Sidwell[demangler] Node precision dumper
2022-04-06 Nathan Sidwell[demangler][NFC] Rename SwapAndRestore to ScopedOverride
2022-04-06 Nathan Sidwell[demangler] Fix undocumented Local encoding
2022-04-04 Nathan Sidwell[demangler] Parenthesize >> inside template args
2022-04-01 Nathan Sidwell[demangler] Fix node matchers
2022-04-01 Nathan Sidwell[demangler][NFC] Use def file for node names
2022-03-30 David BlaikieDemangle: Fix crash-on-invalid demangling of a module...
2022-03-30 Louis Dionne[libunwind] Add a _LIBUNWIND_VERSION macro
2022-03-29 Nathan Sidwell[demangler] Update node match calls
2022-03-29 Louis Dionne[libc++][libc++abi] Serialize the enable_assertions...
2022-03-28 Nathan Sidwell[demangler] Add StringView conversion operator
2022-03-28 Nathan Sidwell[demangler] Add operator precedence
2022-03-22 Nathan Sidwell[demangler] Add support for C++20 modules
2022-03-16 Louis Dionne[libc++][tests] Use CMake provided paths for includes...
2022-03-14 Ryan Prichard[ARM] __cxa_end_cleanup: avoid clobbering r4
2022-03-07 Martin Storsjö[libcxxabi] Fix cmake order dependency wrt dllexporting
2022-03-04 Nathan Sidwell[demangler] Make OutputBuffer non-copyable
2022-03-03 Nikolas Klauser[libc++] Use -I instead of -isystem to include headers...
2022-03-01 Louis Dionne[runtimes] Remove FOO_TARGET_TRIPLE, FOO_SYSROOT and...
2022-03-01 Louis Dionne[libc++] Revert "Protect users from relying on detail...
2022-03-01 Nathan Sidwell[demangler] Add co_await demangling
2022-03-01 Nathan Sidwell[demangler][NFC] Tabularize operator name parsing
2022-03-01 Nathan Sidwell[demangler] Improve buffer hysteresis
2022-03-01 Nathan Sidwell[demangler] Simplify SwapAndRestore
2022-02-28 Louis Dionne[libc++abi] Install the libc++abi headers from libc...
2022-02-26 Christopher Di Bella[libcxx][modules] protects users from relying on detail...
2022-02-18 Nathan Sidwell[demangler][NFC] Reformatting
2022-02-16 Louis Dionne[libc++abi] Bump the libc++abi version and add it to...
2022-02-16 Michał Górny[libcxxabi] [test] Depend on unwind only if available
2022-02-16 Louis Dionne[runtimes] Move warning messages for FOO_SYSROOT &...
2022-02-16 Nathan Sidwell[demangler] Fix build breakage
2022-02-16 Louis Dionne[runtimes] Deprecate FOO_SYSROOT & friends
2022-02-16 Nathan Sidwell[demangler] Reorder parseNestedName loop
2022-02-16 Nikolas Klauser[libc++] Granularize algorithm includes
2022-02-15 Arthur O'Dwyer[libc++] Rename *SAFE_STATIC to *CONSTINIT, and normali...
2022-02-14 Louis Dionne[libc++abi] Add a from-scratch testing config for Apple...
2022-02-14 Nathan Sidwell[demangler][NFC] Tweak legacy uuidof handling
2022-02-14 Nathan Sidwell[demangler] Fix buffer growth
2022-02-11 Nathan Sidwell[demangler] Adjust unqualified name parsing
2022-02-10 Nathan Sidwell[demangler] Fix new/delete demangling
2022-02-09 Louis Dionne[runtimes] Remove support for standalone builds
2022-02-08 Nathan Sidwell[demangler][NFC] Utility header cleanups
2022-02-08 Nathan Sidwell[demangler] Improve ->* & .* demangling
2022-02-07 Nathan Sidwell[demangler] Stricter NestedName parsing
2022-02-07 Nathan Sidwell[demangler] Fix unresolvedname demangling
2022-02-07 Nathan Sidwell[demangler] Remove StdQualifiedName
next