summaryrefslogtreecommitdiffstats
path: root/libcxx/include/new
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Take 2: Implement LWG 2510Louis Dionne2019-09-261-2/+2
* Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov2019-09-251-2/+2
* [libc++] Implement LWG 2510Louis Dionne2019-09-241-2/+2
* P0722R3: Implement library support for destroying deleteEric Fiselier2019-05-231-0/+15
* Make VCRuntime ABI configuration a first-class option.Eric Fiselier2019-03-051-6/+6
* [libc++] Rename _NOALIAS macro to _LIBCPP_NOALIASLouis Dionne2019-02-261-4/+4
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libcxx] Remove bad_array_lengthLouis Dionne2018-11-291-35/+0
* Implement sized deallocation for std::allocator and friends.Eric Fiselier2018-10-251-13/+88
* Temporarily Revert "Implement sized deallocation for std::allocator and frien...Eric Christopher2018-10-251-88/+13
* Implement sized deallocation for std::allocator and friends.Eric Fiselier2018-10-241-13/+88
* Fix use of removed _LIBCPP_HAS_NO_BUILTIN_ALIGNED_OPERATOR_NEW_DELETEEric Fiselier2018-10-111-1/+1
* Distinguish between library and language support for aligned allocation.Eric Fiselier2018-10-111-21/+18
* Attempt to fix aligned allocation configuration under clang-clEric Fiselier2018-10-011-0/+4
* Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow2018-09-121-0/+1
* [libc++] Enable aligned allocation based on feature test macro, irrespective ...Louis Dionne2018-08-101-7/+0
* [NFC][libc++] Consistently use spaces to indentLouis Dionne2018-08-031-2/+2
* [libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...Louis Dionne2018-08-011-3/+3
* [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-111-1/+1
* Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-051-1/+1
* [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-051-1/+1
* Fix PR22634 - std::allocator doesn't respect over-aligned types.Eric Fiselier2018-03-221-4/+45
* Fix libcxx MSVC C++17 redefinition of 'align_val_t'Eric Fiselier2018-02-111-0/+2
* Implement more of P0600: '[[nodiscard]] in the library' for C++2aMarshall Clow2017-12-041-20/+20
* Add [[nodiscard]] to std::async as part of P0600.Marshall Clow2017-11-231-1/+1
* Implement p0137r1 - std::launder. Reviewed as https://reviews.llvm.org/D40144Marshall Clow2017-11-221-0/+25
* [libc++] Support Microsoft ABI without vcruntime headersShoaib Meenai2017-10-091-5/+5
* Revert "[libcxx] Annotate c++17 aligned new/delete operators with availability"Akira Hatanaka2017-06-301-10/+10
* [libcxx] Annotate c++17 aligned new/delete operators with availabilityAkira Hatanaka2017-06-261-10/+10
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-7/+9
* Recommit "Split exception.cpp and new.cpp implementation into different files...Eric Fiselier2017-02-101-7/+19
* Revert "Split exception.cpp and new.cpp implementation into different files f...Eric Fiselier2017-02-101-18/+6
* Split exception.cpp and new.cpp implementation into different files for diffe...Eric Fiselier2017-02-101-6/+18
* Revert accidentally changes which reverted r292582Eric Fiselier2017-01-211-1/+1
* Implement P0513R0 - "Poisoning the Hash"Eric Fiselier2017-01-211-1/+1
* Still expose std::align_val_t in C++17 even if we don't have aligned new/delete.Eric Fiselier2017-01-201-1/+1
* Disable aligned new/delete on Apple platforms without posix_memalignEric Fiselier2017-01-201-2/+3
* [libc++] Tolerate presence of __deallocate macroEric Fiselier2017-01-071-3/+1
* Fix use of throw(...) spec with GCC in C++17Eric Fiselier2017-01-021-1/+1
* [libc++] Fix preprocessor guard for overload declarationShoaib Meenai2016-11-181-1/+1
* [libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS`Shoaib Meenai2016-11-161-26/+20
* Implement P0035R4 -- Add C++17 aligned allocation functionsEric Fiselier2016-10-141-14/+65
* [libc++] Correct explanation of _LIBCPP_NEW_DELETE_VISShoaib Meenai2016-10-121-1/+1
* [libc++] Clarify _LIBCPP_NEW_DELETE_VIS for WindowsShoaib Meenai2016-09-281-2/+2
* Try 2 - Remove <cstdlib> include from `<exception>`Eric Fiselier2016-09-061-0/+3
* Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow2016-08-251-2/+14
* [libcxx] Rework sized delete.Eric Fiselier2015-05-191-2/+4
* Fix for LWG Issue 2458: N3778 and new library deallocation signatures.Marshall Clow2015-05-181-6/+0
* More on adding sized deallocation functions in libc++: Continuing from r22928...Larisse Voufo2015-02-201-2/+6
* Implement C++14's sized deallocation functions, since there are no longer imp...Larisse Voufo2015-02-151-0/+10
OpenPOWER on IntegriCloud