Add a C++11 ThreadPool implementation in LLVM
[oota-llvm.git] / unittests / Support / AllocatorTest.cpp
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-05-18 Hans WennborgFix llvm::BumpPtrAllocatorImpl::Reset()
2014-09-07 Hans WennborgTry to unflake AllocatorTest.TestAlignmentPastSlab
2014-09-07 Hans WennborgBumpPtrAllocator: do the size check without moving...
2014-09-02 Hans WennborgBumpPtrAllocator: use uintptr_t when aligning addresses...
2014-08-19 Hans WennborgBumpPtrAllocator: don't accept 0 for the alignment...
2014-08-17 Hans WennborgBumpPtrAllocator: remove 'no slabs allocated yet' check
2014-04-16 Chandler Carruth[Allocator] Make BumpPtrAllocator movable and move...
2014-04-15 Chandler Carruth[Allocator] Finally, finish nuking the redundant code...
2014-04-14 Chandler Carruth[Allocator] Make the underlying allocator a template...
2014-04-14 Chandler Carruth[Allocator] Switch the BumpPtrAllocator to use a vector...
2014-03-30 Chandler Carruth[Allocator] Lift the slab size and size threshold into...
2014-03-30 Chandler Carruth[Allocator] Simplify unittests by using the default...
2014-02-05 Nick KledzikFix layering StringRef copy using BumpPtrAllocator.
2014-01-28 Nick KledzikAdd BumpPtrAllocator::allocateCopy() utilities
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-03-01 Benjamin KramerBumpPtrAllocator: Make sure threshold cannot be initial...
2012-03-01 Argyrios KyrtzidisIf BumpPtrAllocator is requested to allocate a size...
2010-03-01 Dan GohmanSpelling fixes.
2009-08-12 Benjamin KramerFix unit test on FreeBSD. We need to make sure there...
2009-07-25 Reid KlecknerAdded a test and fixed a bug in BumpPtrAllocator relati...
2009-07-23 Reid KlecknerRe-committing changes from r76825 to BumpPtrAllocator...
2009-07-23 Reid KlecknerReverting r76825 and r76828, since they caused clang...
2009-07-23 Reid KlecknerParameterize the BumpPtrAllocator over a slab allocator...