Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-15[ARM] __cxa_end_cleanup: avoid clobbering r4Ryan Prichard
2022-03-07[libcxxabi] Fix cmake order dependency wrt dllexportingMartin Storsjö
2022-03-04[demangler] Make OutputBuffer non-copyableNathan Sidwell
2022-03-03[libc++] Use -I instead of -isystem to include headers in the test suiteNikolas Klauser
2022-03-01[runtimes] Remove FOO_TARGET_TRIPLE, FOO_SYSROOT and FOO_GCC_TOOLCHAINLouis Dionne
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-03-01[demangler] Add co_await demanglingNathan Sidwell
2022-03-01[demangler][NFC] Tabularize operator name parsingNathan Sidwell
2022-03-01[demangler] Improve buffer hysteresisNathan Sidwell
2022-03-01[demangler] Simplify SwapAndRestoreNathan Sidwell
2022-03-01[libc++abi] Install the libc++abi headers from libc++abiLouis Dionne
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2022-02-18[demangler][NFC] ReformattingNathan Sidwell
2022-02-17[libc++abi] Bump the libc++abi version and add it to the post-release listLouis Dionne
2022-02-16[libcxxabi] [test] Depend on unwind only if availableMichał Górny
2022-02-16[runtimes] Move warning messages for FOO_SYSROOT & friends above their defaul...Louis Dionne
2022-02-16[demangler] Fix build breakageNathan Sidwell
2022-02-16[runtimes] Deprecate FOO_SYSROOT & friendsLouis Dionne
2022-02-16[demangler] Reorder parseNestedName loopNathan Sidwell
2022-02-16[libc++] Granularize algorithm includesNikolas Klauser
2022-02-15[libc++] Rename *SAFE_STATIC to *CONSTINIT, and normalize its uses.Arthur O'Dwyer
2022-02-14[libc++abi] Add a from-scratch testing config for Apple backdeploymentLouis Dionne
2022-02-14[demangler][NFC] Tweak legacy uuidof handlingNathan Sidwell
2022-02-14[demangler] Fix buffer growthNathan Sidwell
2022-02-11[demangler] Adjust unqualified name parsingNathan Sidwell
2022-02-10[demangler] Fix new/delete demanglingNathan Sidwell
2022-02-09[runtimes] Remove support for standalone buildsLouis Dionne
2022-02-08[demangler][NFC] Utility header cleanupsNathan Sidwell
2022-02-08[demangler] Improve ->* & .* demanglingNathan Sidwell
2022-02-07[demangler] Stricter NestedName parsingNathan Sidwell
2022-02-07[demangler] Fix unresolvedname demanglingNathan Sidwell
2022-02-07[demangler] Remove StdQualifiedNameNathan Sidwell
2022-02-01[demangler] Preserve line numbering in copied demangler sourcesNathan Sidwell
2022-01-26[demangler] refactor SpecialSubKindNathan Sidwell
2022-01-26[demangler] improve test harnessNathan Sidwell
2022-01-24[demangler][NFC] Refactor some parsingNathan Sidwell
2022-01-24[demangler] write-protect non-canonical sourceNathan Sidwell
2022-01-24[demangler] Resync demangler sourcesNathan Sidwell
2022-01-20[demangler][NFC] Small cleanups and syncNathan Sidwell
2022-01-20[cmake] Make include(GNUInstallDirs) always below project(..)John Ericson
2022-01-20[cmake] Move HandleOutOfTreeLLVM to common cmake utilsJohn Ericson
2022-01-18[libcxx][libcxxabi][libunwind][cmake] Use `GNUInstallDirs` to support custom ...John Ericson
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson
2022-01-15[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson
2022-01-14[SystemZ][z/OS] ASCII/EBCDIC support with no coexistenceMuiez Ahmed
2022-01-14[libc++] Modularize <chrono>Louis Dionne
2022-01-13[libcxxabi] Added convenience classes to cxa_guardDaniel McIntosh
2022-01-13[libcxxabi] Re-organized inheritance structure to remove CRTP in cxa_guardDaniel McIntosh