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-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2022-02-15[libc++] Rename *SAFE_STATIC to *CONSTINIT, and normalize its uses.Arthur O'Dwyer
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
2022-01-13[libcxxabi] Pulled guard byte code out of GuardObjectDaniel McIntosh
2022-01-13[libcxxabi] Make InitByteGlobalMutex check GetThreadID instead of PlatformThr...Daniel McIntosh
2022-01-13[NFC][libcxxabi] Rename GlobalLock to GlobalMutexDaniel McIntosh
2021-12-13[libc++abi][NFC] Fix commentLouis Dionne
2021-10-21[libc++abi] Guard include of <unistd.h> behind __has_includeLouis Dionne
2021-09-22[libc++abi] Remove unnecessary atomic_support.h header from libc++abiLouis Dionne
2021-08-19[NFC][libcxxabi] Run clang-format on libcxxabi/src/cxa_guard_impl.hDaniel McIntosh
2020-11-02[libc++abi] Get rid of warnings when running the tests with GCCLouis Dionne
2020-06-30[libc++abi] Remove unused include of <sys/types.h>Louis Dionne
2020-03-13[libc++abi] NFC: Move AtomicInt to cxa_guard_impl.hLouis Dionne
2020-03-10[libc++abi] NFC: Fix typo in commentLouis Dionne
2019-12-03[libcxx{,abi}] Emit deplibs only when detected by CMakeMichał Górny
2019-08-16[libcxxabi] __cxa_guard_require: test guard byte with != 0 instead of == 1Fangrui Song
2019-07-22[runtimes] Don't depend on libpthread on AndroidYi Kong
2019-05-30[runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek
2019-05-30[runtimes] Support ELF dependent libraries featurePetr Hosek
2019-04-25Fix compilation error with -DLIBCXXABI_ENABLE_THREADS=OFFMichael Platings
2019-04-24Cleanup new cxa guard implementation.Eric Fiselier
2019-04-24Rewrite cxa guard implementation.Eric Fiselier