Add a flag to mark a dirty cache entry. This is not yet used, but will eventually
[oota-llvm.git] / include / llvm / Support / Allocator.h
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...