aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Allocator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added a test and fixed a bug in BumpPtrAllocator relating to large alignmentReid Kleckner2009-07-251-2/+2
* Switch to raw_ostream.Daniel Dunbar2009-07-241-9/+9
* Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests forReid Kleckner2009-07-231-105/+133
* Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner2009-07-231-132/+104
* add header for 'memset'.Zhongxing Xu2009-07-231-0/+1
* Parameterize the BumpPtrAllocator over a slab allocator. It defaults to usingReid Kleckner2009-07-231-104/+131
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-281-2/+4
* Add some basic Pool-allocation infrastructure. This adds a Recycler class,Dan Gohman2008-07-071-0/+7
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-2/+2
* Fix a pointer-arithmetic bug that caused 64-bit host pointer values toDan Gohman2008-04-281-1/+1
* Bug fix in BumpPtrAllocator: don't assume that all objects have the same alig...Ted Kremenek2008-04-281-6/+9
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Smarter Reset(). Instead of deallocating all memory regions and reallocate theEvan Cheng2007-09-081-5/+17
* Added Reset() to free all allocated memory regions and reset state to be the ...Evan Cheng2007-09-051-0/+6
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+111