summaryrefslogtreecommitdiff
path: root/libcxxabi/src
Commit message (Expand)AuthorAgeFilesLines
* [libcxxabi] define _LIBCPP_VERBOSE_ABORTNick Desaulniers2023-05-172-0/+6
* [libc++][PSTL] Remove current integrationNikolas Klauser2023-04-211-10/+0
* [libcxxabi][demangle] create helper for std::string_view::starts_withNick Desaulniers2023-04-202-1/+35
* [libc++abi] Make the error message for recursive initialization of function-l...Louis Dionne2023-04-191-3/+3
* [libcxxabi] Fix for c9d36bd80760db14f14b33789e6cbc6cb8c64830Dmitry Chernenkov2023-03-201-0/+1
* [libcxxabi][Demangle] Don't drop ctor/dtor name for abi-tagged structuresMichael Buch2023-03-191-0/+2
* [libc++abi] Improve performance of __dynamic_castSirui Mu2023-03-191-62/+124
* [runtimes] Synchronize warnings flags between libc++/libc++abi/libunwindNikolas Klauser2023-03-172-0/+14
* [libc++] Granularize <type_traits> includesNikolas Klauser2023-03-081-0/+1
* [libc++] Enable -Wunused-templateNikolas Klauser2023-03-081-0/+11
* [libc++abi][AIX] Skip non-C++ EH aware frames when retrieving exception objectXing Xue2023-02-151-29/+56
* [libc++] Move the definition of aligned allocation helpers outside of <new>Louis Dionne2023-01-262-2/+3
* [libc++] Granularize <type_traits> includes in <utility>Nikolas Klauser2022-12-221-0/+1
* [demangler][LoongArch] Correct the mangled_size for long doubleWeining Lu2022-12-081-1/+1
* [libc++][NFC] Consistently use newline between license and include guardLouis Dionne2022-11-251-0/+1
* Revert "[libcxxabi] Always use thread_local for cxa_exception_storage"Louis Dionne2022-11-243-2/+78
* [libcxxabi] Always use thread_local for cxa_exception_storageShoaib Meenai2022-11-223-78/+2
* [libc++abi][AIX] Use reserved slot in stack to pass the address of exception ...Xing Xue2022-10-271-1/+1
* [libc++abi][AIX] Use reserved slot in stack to pass the address of exception ...Xing Xue2022-10-271-8/+42
* libcxxabi [PR58117][NFC]: Open code lower boundNathan Sidwell2022-10-201-5/+12
* [demangler] Simplify OutputBuffer initializationNathan Sidwell2022-10-172-26/+4
* Revert "[runtimes] Always define cxx_shared, cxx_static & other targets"Haowei Wu2022-10-121-67/+68
* [libcxxabi]: Resync llvm & libcxxabi's demanglerNathan Sidwell2022-10-121-0/+12
* [runtimes] Always define cxx_shared, cxx_static & other targetsLouis Dionne2022-10-121-68/+67
* [runtimes] Add the ability to customize the output name of libc++, libc++abi ...Louis Dionne2022-10-111-2/+2
* [SystemZ][z/OS] Add ASCII and 32-bit variants for libc++.Zibi Sarbinowski2022-10-031-0/+11
* [libc++] Granularize the rest of memoryNikolas Klauser2022-09-052-1/+4
* [libcxxabi] Fix alignment of pointers returned by fallback_mallocSimon Tatham2022-08-191-9/+61
* [libcxxabi][CMake] Set --unwindlib=none when using LLVM libunwindPetr Hosek2022-07-141-0/+7
* [SystemZ][z/OS] Modify cxxabi to be compatible with existing z/OS runtimeMuiez Ahmed2022-06-282-2/+12
* [libc++abi][AIX] Use _LIBCXXABI_FUNC_VIS for exported routinesXing Xue2022-06-211-10/+13
* [libc++abi][AIX] add personality and helper functions for the state table EHXing Xue2022-05-312-0/+687
* [demangler][RISCV] Fix for long doublePiggy NL2022-05-271-1/+1
* [runtimes] Fix the build of merged ABI/unwinder librariesLouis Dionne2022-05-191-0/+2
* [runtimes] Default LIB*_HERMETIC_STATIC_LIBRARY to ON on WindowsMartin Storsjö2022-05-181-1/+4
* [runtimes] Introduce object librariesLouis Dionne2022-05-161-81/+70
* [libc++abi][NFCI] Refactor demangling_terminate_handler to reduce nestingLouis Dionne2022-05-131-40/+41
* [demangler] Avoid special-subst code duplicationNathan Sidwell2022-05-131-73/+37
* [libc++abi][NFC] Add comment on long reaching #ifLouis Dionne2022-05-121-2/+2
* [libc++abi] Refactor exception type demangling into a separate functionLouis Dionne2022-05-121-13/+16
* [libc++abi][NFC] Fix typo in commentLouis Dionne2022-05-101-3/+3
* [libc++abi] Reword uncaught exception termination messageLouis Dionne2022-05-101-5/+5
* [demangler] No need to space adjacent template closingsNathan Sidwell2022-05-091-8/+4
* [demangler] Buffer peeking needs bufferNathan Sidwell2022-05-091-1/+2
* [libcxxabi] Use the right calling convention for exception destructors on i38...Martin Storsjö2022-05-052-3/+3
* [demangler] Fold expressions of .* and ->*Nathan Sidwell2022-05-031-1/+5
* [demangler] Fix demangling a template argument which happens to be a null poi...gbreynoo2022-04-281-1/+1
* Revert "[demangler] Simplify OutputBuffer initialization"Kirill Stoimenov2022-04-262-4/+26
* [demangler] Simplify OutputBuffer initializationNathan Sidwell2022-04-262-26/+4
* [demangler][NFC] OperatorInfo table unit testNathan Sidwell2022-04-251-100/+88