summaryrefslogtreecommitdiff
path: root/include/llvm/Support/RecyclingAllocator.h
Commit message (Expand)AuthorAge
* Fix RecyclingAllocator::PrintStats to print the underlying allocator's stats.Andrew Trick2013-05-25
* Provide operator delete for BumpPtrAllocator and RecyclingAllocator. They willBenjamin Kramer2010-04-08
* Define placement new wrappers for BumpPtrAllocator andDan Gohman2010-03-18
* Make a few headers standalone. Plus, add a missing "template" keywordDouglas Gregor2009-11-05
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-28
* Tidy up #includes.Dan Gohman2008-07-10
* Add some basic Pool-allocation infrastructure. This adds a Recycler class,Dan Gohman2008-07-07