Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman | 2008-07-28 | 1 | -2/+4 |
* | Add some basic Pool-allocation infrastructure. This adds a Recycler class, | Dan Gohman | 2008-07-07 | 1 | -0/+7 |
* | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng | 2008-05-05 | 1 | -2/+2 |
* | Fix a pointer-arithmetic bug that caused 64-bit host pointer values to | Dan Gohman | 2008-04-28 | 1 | -1/+1 |
* | Bug fix in BumpPtrAllocator: don't assume that all objects have the same alig... | Ted Kremenek | 2008-04-28 | 1 | -6/+9 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Smarter Reset(). Instead of deallocating all memory regions and reallocate the | Evan Cheng | 2007-09-08 | 1 | -5/+17 |
* | Added Reset() to free all allocated memory regions and reset state to be the ... | Evan Cheng | 2007-09-05 | 1 | -0/+6 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+111 |