add a method to BumpPtrAllocator that allows allocating elements
[oota-llvm.git] / include / llvm / Support / Allocator.h
2009-02-03 Chris Lattneradd a method to BumpPtrAllocator that allows allocating...
2009-01-14 Ted KremenekAdd member template MallocAllocator::Allocate(Num)...
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-07 Dan GohmanMake BumpPtrAllocator noncopyable.
2008-07-07 Dan GohmanAdd a space between * and /* to help simple-minded...
2008-06-26 Bill WendlingRemove warnings about shadowed and unused variables.
2008-06-24 Dan GohmanMake Allocate<T>() return a T* instead of a void*....
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-14 Dan GohmanFix a typo in a comment.
2007-10-18 Ted KremenekChanged the return type of type-specific Allocate(...
2007-10-17 Ted KremenekAdded member template functions to MallocAllocator and
2007-09-05 Evan ChengAdded Reset() to free all allocated memory regions...
2006-10-29 Chris LattnerAdd a new llvm::Allocator abstraction, which will be...