summaryrefslogtreecommitdiff
path: root/libcxxabi/src/stdlib_new_delete.cpp
AgeCommit message (Expand)Author
2025-01-07[libcxx] Use alias for detecting overriden function (#120805)Petr Hosek
2024-12-19Revert "[libcxx] Use alias for detecting overriden function (#114961)"Nico Weber
2024-12-17[libcxx] Use alias for detecting overriden function (#114961)Petr Hosek
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser
2024-10-09[libc++abi] Rename abort_message to __abort_message (#111413)Petr Hosek
2024-09-20Revert "[libcxxabi] Rename abort_message to __abort_message (#108887)"Thurston Dang
2024-09-20[libcxxabi] Rename abort_message to __abort_message (#108887)Petr Hosek
2024-01-22[libc++] Fix the behavior of throwing `operator new` under -fno-exceptions (#...Louis Dionne
2024-01-22[libc++] Fix noexcept behaviour of operator new helper functions (#74337)azhan92
2023-10-18[libc++][NFC] Refactor the core logic of operator new into helper functions (...Louis Dionne
2023-10-18[libc++][NFC] Reformat new.cpp and stdlib_new_delete.cppLouis Dionne
2023-06-16[libc++][NFC] Consistently qualify malloc and free calls with std::Louis Dionne
2023-06-16[libc++] Make libc++ and libc++abi's definitions of operator new be exact copiesLouis Dionne
2023-01-26[libc++] Move the definition of aligned allocation helpers outside of <new>Louis Dionne
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-03-03[libc++/abi] Replace uses of _NOEXCEPT in src/ by noexceptLouis Dionne
2021-01-08[libc++/abi] Re-remove unnecessary null pointer checks from operator deleteLouis Dionne
2020-12-16[libc++abi] Remove redundant null pointer check in operator deleteFangrui Song
2020-11-27[libc++] Replace several uses of 0 by nullptrBruce Mitchener
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ö
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-11Update libc++abi's detection of aligned allocation after r344207.Eric Fiselier
2018-08-01[libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...Louis Dionne
2017-05-11Don't use posix_memalign under MinGWEric Fiselier
2017-03-02[libc++abi] Update new/delete definitions to match libc++Eric Fiselier
2017-03-01Cleanup new/delete definitionsEric Fiselier