aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Recycler.h
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-6/+5
* Special case Recycler::clear(BumpPtrAllocator).Jakob Stoklund Olesen2013-01-041-0/+11
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-1/+2
* Public and private corrections, warned about by icc (#304).Duncan Sands2009-09-061-1/+2
* ooops, forgot to include the pointless-write eliminator in my previous checkinGabor Greif2009-03-041-0/+1
* Give sentinel traits the right to determine the policy where the sentinel is ...Gabor Greif2009-03-041-0/+3
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-281-38/+54
* Pull r53428 from Gaz into mainline:Bill Wendling2008-07-101-1/+1
* Tidy up #includes.Dan Gohman2008-07-101-1/+0
* Add some basic Pool-allocation infrastructure. This adds a Recycler class,Dan Gohman2008-07-071-0/+97