Re-landing "Refactoring cl::list_storage from "is a" to "has a" std::vector."
[oota-llvm.git] / include / llvm / Support / Recycler.h
2014-03-30 Chandler Carruth[Allocator] Stop forward-declaring BumpPtrAllocator...
2014-03-15 Benjamin KramerMake some assertions on constant expressions static.
2013-01-04 Jakob Stoklund OlesenSpecial case Recycler::clear(BumpPtrAllocator).
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2009-09-06 Duncan SandsPublic and private corrections, warned about by icc...
2009-03-04 Gabor Greifooops, forgot to include the pointless-write eliminator...
2009-03-04 Gabor GreifGive sentinel traits the right to determine the policy...
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-07-10 Bill WendlingPull r53428 from Gaz into mainline:
2008-07-10 Dan GohmanTidy up #includes.
2008-07-07 Dan GohmanAdd some basic Pool-allocation infrastructure. This...