aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/RecyclingAllocator.h
AgeCommit message (Expand)Author
2010-04-08Provide operator delete for BumpPtrAllocator and RecyclingAllocator. They willBenjamin Kramer
2010-03-18Define placement new wrappers for BumpPtrAllocator andDan Gohman
2009-11-05Make a few headers standalone. Plus, add a missing "template" keywordDouglas Gregor
2008-07-28Fold the useful features of alist and alist_node into ilist, andDan Gohman
2008-07-10Tidy up #includes.Dan Gohman
2008-07-07Add some basic Pool-allocation infrastructure. This adds a Recycler class,Dan Gohman