llvm-6502/include
Chandler Carruth 159976c271 [Allocator] Add Deallocate support to the AllocatorBase CRTP class,
along with templated overloads much like we have for Allocate. These
will facilitate switching the Deallocate interface of all the Allocator
classes to accept the size by pre-filling it from the type size where we
can do so. I plan to convert several uses to the template variants in
subsequent patches prior to adding the Size parameter.

No functionality changed, WIP.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206230 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-15 00:47:47 +00:00
..
llvm [Allocator] Add Deallocate support to the AllocatorBase CRTP class, 2014-04-15 00:47:47 +00:00
llvm-c Teach llvm-lto to respect the given RelocModel. 2014-04-14 13:54:16 +00:00