1. 130cec2 Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  2. f7e02a0 BumpPtrAllocator: Make sure threshold cannot be initialized with a value smaller than the slab size. by Benjamin Kramer · 14 years ago
  3. 16558f4 If BumpPtrAllocator is requested to allocate a size that exceeds the slab size, by Argyrios Kyrtzidis · 14 years ago
  4. 01b443f Spelling fixes. by Dan Gohman · 16 years ago
  5. 9ace8b5 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. by Benjamin Kramer · 16 years ago
  6. 4b1f2f4 Added a test and fixed a bug in BumpPtrAllocator relating to large alignment by Reid Kleckner · 16 years ago
  7. c2d882d Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests for by Reid Kleckner · 16 years ago
  8. 9216732 Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. by Reid Kleckner · 16 years ago
  9. 5bd6105 Parameterize the BumpPtrAllocator over a slab allocator. It defaults to using by Reid Kleckner · 16 years ago