aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Allocator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Smarter Reset(). Instead of deallocating all memory regions and reallocate theEvan Cheng2007-09-081-5/+17
* Added Reset() to free all allocated memory regions and reset state to be the ...Evan Cheng2007-09-051-0/+6
* Avoid TBAA issue.Chris Lattner2007-02-231-1/+4
* Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling2006-12-071-0/+1
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-2/+2
* Removed #include <iostream> and replace with llvm_* streams.Bill Wendling2006-11-261-3/+3
* Include llvm/Support/DataTypes.h to define intptr_t.John Criswell2006-11-081-0/+1
* Add a new llvm::Allocator abstraction, which will be used by a containerChris Lattner2006-10-291-0/+106