summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Allocator.h
Commit message (Expand)AuthorAge
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-17
* Make BumpPtrAllocator noncopyable.Dan Gohman2008-07-07
* Add a space between * and /* to help simple-minded lexers.Dan Gohman2008-07-07
* Remove warnings about shadowed and unused variables.Bill Wendling2008-06-26
* Make Allocate<T>() return a T* instead of a void*. And useDan Gohman2008-06-24
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Fix a typo in a comment.Dan Gohman2007-12-14
* Changed the return type of type-specific Allocate() methods to returnTed Kremenek2007-10-18
* Added member template functions to MallocAllocator andTed Kremenek2007-10-17
* Added Reset() to free all allocated memory regions and reset state to be the ...Evan Cheng2007-09-05
* Add a new llvm::Allocator abstraction, which will be used by a containerChris Lattner2006-10-29