aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Support/AllocatorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-15/+28
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-20/+38
* Update to LLVM 3.5a.Stephen Hines2014-04-241-6/+6
* 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