summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Recycler.h
Commit message (Expand)AuthorAge
* [Allocator] Stop forward-declaring BumpPtrAllocator in a few places.Chandler Carruth2014-03-30
* Make some assertions on constant expressions static.Benjamin Kramer2014-03-15
* Special case Recycler::clear(BumpPtrAllocator).Jakob Stoklund Olesen2013-01-04
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Public and private corrections, warned about by icc (#304).Duncan Sands2009-09-06
* ooops, forgot to include the pointless-write eliminator in my previous checkinGabor Greif2009-03-04
* Give sentinel traits the right to determine the policy where the sentinel is ...Gabor Greif2009-03-04
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-28
* Pull r53428 from Gaz into mainline:Bill Wendling2008-07-10
* Tidy up #includes.Dan Gohman2008-07-10
* Add some basic Pool-allocation infrastructure. This adds a Recycler class,Dan Gohman2008-07-07