[PATCH] D25591: Implement P0035R4 -- Add C++17 aligned allocation functions

2016-10-13 Thread Eric Fiselier via cfe-commits
EricWF updated this revision to Diff 74619. EricWF added a comment. Cleanup abi list changes. https://reviews.llvm.org/D25591 Files: include/new lib/abi/CHANGELOG.TXT lib/abi/x86_64-linux-gnu.abilist src/new.cpp test/libcxx/language.support/support.dynamic/new_faligned_allocation.sh.c

[PATCH] D25591: Implement P0035R4 -- Add C++17 aligned allocation functions

2016-10-13 Thread Eric Fiselier via cfe-commits
EricWF created this revision. EricWF added reviewers: mclow.lists, rsmith. EricWF added subscribers: cfe-commits, rsmith. This patch implements the library side of P0035R4. The implementation is thanks to @rsmith. In addition to the C++17 implementation, the library implementation can be explic