Added wrappers for the std::cerr/std::cout objects. The wrappers will
[oota-llvm.git] / lib / Support / Allocator.cpp
2006-11-08 John CriswellInclude llvm/Support/DataTypes.h to define intptr_t.
2006-10-29 Chris LattnerAdd a new llvm::Allocator abstraction, which will be...