Use __builtin_operator_new/__builtin_operator_delete when available. This
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 4 Jun 2014 19:54:15 +0000 (19:54 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 4 Jun 2014 19:54:15 +0000 (19:54 +0000)
commitff0aff3cafd89359ddf9ddab466646309cec0855
tree4c62ca295761e68e965a27db4c6fc45ccadca9e7
parent58a0a70fb2f13a04886038744feb5d26715de8f6
Use __builtin_operator_new/__builtin_operator_delete when available. This
allows allocations and deallocations to be optimized out.

llvm-svn: 210211
libcxx/include/__config
libcxx/include/__sso_allocator
libcxx/include/experimental/dynarray
libcxx/include/memory
libcxx/include/new
libcxx/include/valarray