summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/AllocatorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Alignment][NFC] Move and type functions from MathExtras to AlignmentGuillaume Chatelet2019-10-141-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Report fatal error in the case of out of memorySerge Pavlov2018-02-201-1/+1
* Revert r325224 "Report fatal error in the case of out of memory"Serge Pavlov2018-02-151-1/+1
* Report fatal error in the case of out of memorySerge Pavlov2018-02-151-1/+1
* [unittest] Explicitly specify alignment when using BumpPtrAllocator.Jordan Rose2017-03-111-3/+3
* Fix "the the" in comments.Eric Christopher2015-06-191-1/+1
* Fix llvm::BumpPtrAllocatorImpl::Reset()Hans Wennborg2015-05-181-0/+7
* Try to unflake AllocatorTest.TestAlignmentPastSlabHans Wennborg2014-09-071-3/+4
* BumpPtrAllocator: do the size check without moving any pointersHans Wennborg2014-09-071-0/+12
* BumpPtrAllocator: use uintptr_t when aligning addresses to avoid undefined be...Hans Wennborg2014-09-021-1/+1
* BumpPtrAllocator: don't accept 0 for the alignment parameterHans Wennborg2014-08-191-14/+14
* BumpPtrAllocator: remove 'no slabs allocated yet' checkHans Wennborg2014-08-171-1/+1
* [Allocator] Make BumpPtrAllocator movable and move assignable.Chandler Carruth2014-04-161-0/+15
* [Allocator] Finally, finish nuking the redundant code that led me hereChandler Carruth2014-04-151-1/+1
* [Allocator] Make the underlying allocator a template instead of anChandler Carruth2014-04-141-9/+10
* [Allocator] Switch the BumpPtrAllocator to use a vector of pointers toChandler Carruth2014-04-141-16/+18
* [Allocator] Lift the slab size and size threshold into templateChandler Carruth2014-03-301-1/+1
* [Allocator] Simplify unittests by using the default size parameters inChandler Carruth2014-03-301-5/+5
* Fix layering StringRef copy using BumpPtrAllocator.Nick Kledzik2014-02-051-28/+0
* Add BumpPtrAllocator::allocateCopy() utilitiesNick Kledzik2014-01-281-0/+28
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-1/+0
* BumpPtrAllocator: Make sure threshold cannot be initialized with a value smal...Benjamin Kramer2012-03-011-1/+1
* If BumpPtrAllocator is requested to allocate a size that exceeds the slab size,Argyrios Kyrtzidis2012-03-011-0/+8
* Spelling fixes.Dan Gohman2010-03-011-1/+1
* Fix unit test on FreeBSD. We need to make sure there is enough space to save ...Benjamin Kramer2009-08-121-1/+1
* Added a test and fixed a bug in BumpPtrAllocator relating to large alignmentReid Kleckner2009-07-251-0/+48
* Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests forReid Kleckner2009-07-231-0/+95
* Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner2009-07-231-61/+0
* Parameterize the BumpPtrAllocator over a slab allocator. It defaults to usingReid Kleckner2009-07-231-0/+61
OpenPOWER on IntegriCloud