History log of /external/llvm/unittests/Support/AllocatorTest.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dce4a407a24b04eebc6a376f8e62b41aaa7b071f 29-May-2014 Stephen Hines <srhines@google.com> Update LLVM for 3.5 rebase (r209712).

Change-Id: I149556c940fb7dc92d075273c87ff584f400941f
/external/llvm/unittests/Support/AllocatorTest.cpp
36b56886974eae4f9c5ebc96befd3e7bfe5de338 24-Apr-2014 Stephen Hines <srhines@google.com> Update to LLVM 3.5a.

Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617
/external/llvm/unittests/Support/AllocatorTest.cpp
5a88dda4be791426ab4d20a6a6c9c65d66614a27 04-Dec-2012 Chandler Carruth <chandlerc@gmail.com> Sort the #include lines for unittest/...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169250 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Support/AllocatorTest.cpp
97e910ecff5ed8b653a07fb1d014dab772931c0b 01-Mar-2012 Benjamin Kramer <benny.kra@googlemail.com> BumpPtrAllocator: Make sure threshold cannot be initialized with a value smaller than the slab size.

This replaces r151834 with a simpler fix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151842 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Support/AllocatorTest.cpp
680458275fd6c05ce3683d86483eff1254d0df80 01-Mar-2012 Argyrios Kyrtzidis <akyrtzi@gmail.com> If BumpPtrAllocator is requested to allocate a size that exceeds the slab size,
increase the slab size.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151834 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Support/AllocatorTest.cpp
85f1968138839156c4bad3f7d186a7cb4dc4e57f 01-Mar-2010 Dan Gohman <gohman@apple.com> Spelling fixes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97454 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Support/AllocatorTest.cpp
5232f418c625b6f0e1ccc5d6221a0b8a21f62769 12-Aug-2009 Benjamin Kramer <benny.kra@googlemail.com> Fix unit test on FreeBSD. We need to make sure there is enough space to save the pointer even if the memory returned from malloc was already aligned.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78805 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Support/AllocatorTest.cpp
7d509134dcec17f6094032196b21af5c67943f0f 25-Jul-2009 Reid Kleckner <reid@kleckner.net> Added a test and fixed a bug in BumpPtrAllocator relating to large alignment
values. Hopefully this fixes PR4622.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77088 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Support/AllocatorTest.cpp
8f51a62b41a425f7fe262ff20cee835129ecc072 23-Jul-2009 Reid Kleckner <reid@kleckner.net> Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests for
an off-by-one error.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76891 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Support/AllocatorTest.cpp
4bf370698a456bcc96d26184785eb4f5fab396f2 23-Jul-2009 Reid Kleckner <reid@kleckner.net> Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76838 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Support/AllocatorTest.cpp
95eb3ad353460c6987a9d1e03a3e3e12c75b4059 23-Jul-2009 Reid Kleckner <reid@kleckner.net> Parameterize the BumpPtrAllocator over a slab allocator. It defaults to using
malloc, so there should be no functional changes to other code.

These changes are necessary since I have plans to use this allocator in the JIT
memory manager, and it needs a special allocator.

I also added some tests which helped me pinpoint some bugs.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76825 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Support/AllocatorTest.cpp