aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Allocator.cpp
AgeCommit message (Expand)Author
2007-09-08Smarter Reset(). Instead of deallocating all memory regions and reallocate theEvan Cheng
2007-09-05Added Reset() to free all allocated memory regions and reset state to be the ...Evan Cheng
2007-02-23Avoid TBAA issue.Chris Lattner
2006-12-07Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-26Removed #include <iostream> and replace with llvm_* streams.Bill Wendling
2006-11-08Include llvm/Support/DataTypes.h to define intptr_t.John Criswell
2006-10-29Add a new llvm::Allocator abstraction, which will be used by a containerChris Lattner