aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Allocator.h
Commit message (Expand)AuthorAgeFilesLines
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Fix a typo in a comment.Dan Gohman2007-12-141-1/+1
* Changed the return type of type-specific Allocate() methods to returnTed Kremenek2007-10-181-2/+2
* Added member template functions to MallocAllocator andTed Kremenek2007-10-171-0/+12
* Added Reset() to free all allocated memory regions and reset state to be the ...Evan Cheng2007-09-051-0/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+48