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
2021-11-18[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-09-11[libcxxabi] NFC: fix incorrect indentation of bracesZhouyi Zhou
2019-12-03[libcxx{,abi}] Emit deplibs only when detected by CMakeMichał Górny
2019-10-01[NFC][libc++abi] Remove trailing whitespace from sourcesLouis Dionne
2019-08-12libcxxabi: Rename .hpp files to .hNico Weber
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-04-11[NFC] Correct outdated links to the Itanium C++ ABI documentationLouis Dionne
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-08-08[libc++abi] Use proper calling convention for TLS destructorShoaib Meenai
2017-03-31[libc++abi] Delete config.hShoaib Meenai
2017-01-03[libcxxabi] Introduce an externally threaded libc++abi variant.Asiri Rathnayake
2016-10-13[libcxxabi] Refactor pthread usage into a separate APIAsiri Rathnayake
2016-10-07Recommit r282692: [libc++abi] Use fallback_malloc to allocate __cxa_eh_global...Igor Kudrin
2016-09-29Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of d...Igor Kudrin
2016-09-29[libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynam...Igor Kudrin
2016-09-21[libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)Asiri Rathnayake
2014-09-05s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with li...Jonathan Roelofs
2014-05-07On single threaded systems, turn mutexes into nopsJonathan Roelofs
2014-02-12[libcxxabi] Fix broken codesourcery.com links in commentsJonathan Roelofs
2013-02-15Bruce Mitchener: Typo fixes.Howard Hinnant
2012-01-30Add a descriptive name for a constant. Also I'm at least temporarily waging ...Howard Hinnant
2012-01-25Add comment documenting extension behavior of __cxa_get_globals_fast().Howard Hinnant
2012-01-25By changing all of the throw() specs to noexcept I've been able to compile an...Howard Hinnant
2012-01-24A lot of the code in cxa_exception.cpp depends on __cxa_get_globals_fast() re...Howard Hinnant
2011-08-02use abort_message() for pthread errors in __cxa_get_globalsNick Kledzik
2011-07-20Exception handling stuctures, and thread-local variables for exception handlingMarshall Clow