summaryrefslogtreecommitdiffstats
path: root/libcxxabi (follow)
Commit message (Expand)AuthorAgeLines
* [libcxxabi] Fix cmake order dependency wrt dllexportingMartin Storsjö2022-03-07-1/+8
* [demangler] Make OutputBuffer non-copyableNathan Sidwell2022-03-04-1/+5
* [libc++] Use -I instead of -isystem to include headers in the test suiteNikolas Klauser2022-03-03-3/+3
* [runtimes] Remove FOO_TARGET_TRIPLE, FOO_SYSROOT and FOO_GCC_TOOLCHAINLouis Dionne2022-03-01-30/+9
* [libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne2022-03-01-20/+6
* [demangler] Add co_await demanglingNathan Sidwell2022-03-01-0/+10
* [demangler][NFC] Tabularize operator name parsingNathan Sidwell2022-03-01-741/+375
* [demangler] Improve buffer hysteresisNathan Sidwell2022-03-01-4/+4
* [demangler] Simplify SwapAndRestoreNathan Sidwell2022-03-01-15/+1
* [libc++abi] Install the libc++abi headers from libc++abiLouis Dionne2022-02-28-2/+32
* [libcxx][modules] protects users from relying on detail headersChristopher Di Bella2022-02-26-6/+20
* [demangler][NFC] ReformattingNathan Sidwell2022-02-18-77/+77
* [libc++abi] Bump the libc++abi version and add it to the post-release listLouis Dionne2022-02-16-1/+1
* [libcxxabi] [test] Depend on unwind only if availableMichał Górny2022-02-16-1/+1
* [runtimes] Move warning messages for FOO_SYSROOT & friends above their defaul...Louis Dionne2022-02-16-9/+9
* [demangler] Fix build breakageNathan Sidwell2022-02-16-3/+5
* [runtimes] Deprecate FOO_SYSROOT & friendsLouis Dionne2022-02-16-0/+10
* [demangler] Reorder parseNestedName loopNathan Sidwell2022-02-16-9/+8
* [libc++] Granularize algorithm includesNikolas Klauser2022-02-16-0/+2
* [libc++] Rename *SAFE_STATIC to *CONSTINIT, and normalize its uses.Arthur O'Dwyer2022-02-15-9/+7
* [libc++abi] Add a from-scratch testing config for Apple backdeploymentLouis Dionne2022-02-14-3/+65
* [demangler][NFC] Tweak legacy uuidof handlingNathan Sidwell2022-02-14-20/+19
* [demangler] Fix buffer growthNathan Sidwell2022-02-14-5/+7
* [demangler] Adjust unqualified name parsingNathan Sidwell2022-02-11-36/+24
* [demangler] Fix new/delete demanglingNathan Sidwell2022-02-10-43/+38
* [runtimes] Remove support for standalone buildsLouis Dionne2022-02-09-42/+8
* [demangler][NFC] Utility header cleanupsNathan Sidwell2022-02-08-26/+16
* [demangler] Improve ->* & .* demanglingNathan Sidwell2022-02-08-4/+17
* [demangler] Stricter NestedName parsingNathan Sidwell2022-02-07-71/+71
* [demangler] Fix unresolvedname demanglingNathan Sidwell2022-02-07-8/+9
* [demangler] Remove StdQualifiedNameNathan Sidwell2022-02-07-18/+6
* [demangler] Preserve line numbering in copied demangler sourcesNathan Sidwell2022-02-01-38/+56
* [demangler] refactor SpecialSubKindNathan Sidwell2022-01-26-15/+12
* [demangler] improve test harnessNathan Sidwell2022-01-26-26/+18
* [demangler][NFC] Refactor some parsingNathan Sidwell2022-01-24-37/+47
* [demangler] write-protect non-canonical sourceNathan Sidwell2022-01-24-3/+11
* [demangler] Resync demangler sourcesNathan Sidwell2022-01-24-12/+14
* [demangler][NFC] Small cleanups and syncNathan Sidwell2022-01-20-4/+5
* [cmake] Make include(GNUInstallDirs) always below project(..)John Ericson2022-01-20-5/+7
* [cmake] Move HandleOutOfTreeLLVM to common cmake utilsJohn Ericson2022-01-19-4/+0
* [libcxx][libcxxabi][libunwind][cmake] Use `GNUInstallDirs` to support custom ...John Ericson2022-01-18-1/+3
* Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson2022-01-16-3/+1
* [cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2022-01-16-1/+3
* Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson2022-01-15-3/+1
* [cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2022-01-15-1/+3
* [SystemZ][z/OS] ASCII/EBCDIC support with no coexistenceMuiez Ahmed2022-01-14-0/+3
* [libc++] Modularize <chrono>Louis Dionne2022-01-14-0/+1
* [libcxxabi] Added convenience classes to cxa_guardDaniel McIntosh2022-01-12-18/+33
* [libcxxabi] Re-organized inheritance structure to remove CRTP in cxa_guardDaniel McIntosh2022-01-12-134/+182
* [libcxxabi] Pulled guard byte code out of GuardObjectDaniel McIntosh2022-01-12-20/+60