summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/fallback_malloc.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libcxx{,abi}] Emit deplibs only when detected by CMakeMichał Górny2019-12-021-1/+1
* [libc++abi] Remove uses of C++ headers when possibleLouis Dionne2019-10-011-7/+7
* [runtimes] Don't depend on libpthread on AndroidYi Kong2019-07-221-1/+1
* [runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek2019-05-301-1/+1
* [runtimes] Support ELF dependent libraries featurePetr Hosek2019-05-301-0/+5
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use C++03 friendly version of alignofEric Fiselier2018-10-111-1/+1
* Update libc++abi's detection of aligned allocation after r344207.Eric Fiselier2018-10-111-2/+2
* Fix incorrectly aligned exceptions in 32 bit builds.Eric Fiselier2018-09-221-0/+3
* [libc++abi] Delete config.hShoaib Meenai2017-03-301-1/+0
* Fully Reformat fallback_malloc.cppEric Fiselier2017-03-041-140/+146
* [libcxxabi] Fix alignment of allocated exceptions in 32 bit buildsEric Fiselier2017-03-041-5/+30
* [libc++abi] Clean up visibilityShoaib Meenai2017-03-011-4/+0
* [libcxxabi] Introduce an externally threaded libc++abi variant.Asiri Rathnayake2017-01-031-6/+9
* [libcxxabi] Refactor pthread usage into a separate APIAsiri Rathnayake2016-10-131-8/+5
* Recommit r282692: [libc++abi] Use fallback_malloc to allocate __cxa_eh_global...Igor Kudrin2016-10-071-0/+226
* Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of d...Igor Kudrin2016-09-291-226/+0
* [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynam...Igor Kudrin2016-09-291-0/+226
* Got fooled by fallback_malloc.cpp source file: it is really a private header...Howard Hinnant2012-01-241-177/+0
* Added missing #includeHoward Hinnant2012-01-231-0/+2
* Updated commentsMarshall Clow2011-07-251-2/+2
* Added copyright headerMarshall Clow2011-07-201-0/+14
* Memory manangement routines for exception objectsMarshall Clow2011-07-201-0/+161
OpenPOWER on IntegriCloud