Add a C++11 ThreadPool implementation in LLVM
[oota-llvm.git] / include / llvm / Support / Recycler.h
2015-10-07 Duncan P. N. Exon... Support: Stop using iplist in Recycler
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
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...