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
2021-11-18[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2020-12-02[libc++abi] Don't try calling __libcpp_aligned_free when aligned allocation i...Louis Dionne
2020-11-25[libc++] Factor out common logic for calling aligned allocationLouis Dionne
2020-11-03[libcxxabi] Build all of libcxxabi with _LIBCPP_BUILDING_LIBRARY definedMartin Storsjö
2020-10-14[libc++/abi] Clean up uses of <iostream> in the test suiteLouis Dionne
2019-12-03[libcxx{,abi}] Emit deplibs only when detected by CMakeMichał Górny
2019-10-01[libc++abi] Remove uses of C++ headers when possibleLouis Dionne
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-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-11Use C++03 friendly version of alignofEric Fiselier
2018-10-11Update libc++abi's detection of aligned allocation after r344207.Eric Fiselier
2018-09-22Fix incorrectly aligned exceptions in 32 bit builds.Eric Fiselier
2017-03-31[libc++abi] Delete config.hShoaib Meenai
2017-03-04Fully Reformat fallback_malloc.cppEric Fiselier
2017-03-04[libcxxabi] Fix alignment of allocated exceptions in 32 bit buildsEric Fiselier
2017-03-01[libc++abi] Clean up visibilityShoaib 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
2012-01-25Got fooled by fallback_malloc.cpp source file: it is really a private header...Howard Hinnant
2012-01-24Added missing #includeHoward Hinnant
2011-07-25Updated commentsMarshall Clow
2011-07-20Added copyright headerMarshall Clow
2011-07-20Memory manangement routines for exception objectsMarshall Clow