Add an unwind_to field to basic blocks, making them Users instead of Values.
[oota-llvm.git] / include / llvm / Support / Allocator.h
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...