Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Support / RecyclingAllocator.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2013-08-27 Joey GoulyAdd an assertion to the fixed-size allocator to ensure...
2013-05-25 Andrew TrickFix RecyclingAllocator::PrintStats to print the underly...
2010-04-08 Benjamin KramerProvide operator delete for BumpPtrAllocator and Recycl...
2010-03-18 Dan GohmanDefine placement new wrappers for BumpPtrAllocator and
2009-11-05 Douglas GregorMake a few headers standalone. Plus, add a missing...
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-07-10 Dan GohmanTidy up #includes.
2008-07-07 Dan GohmanAdd some basic Pool-allocation infrastructure. This...