Fix layering StringRef copy using BumpPtrAllocator.
[oota-llvm.git] / unittests / Support / AllocatorTest.cpp
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...