Age | Commit message (Expand) | Author |
---|---|---|
2006-12-07 | Don't use <sstream> in Streams.h but <iosfwd> instead. | Bill Wendling |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-11-26 | Removed #include <iostream> and replace with llvm_* streams. | Bill Wendling |
2006-11-08 | Include llvm/Support/DataTypes.h to define intptr_t. | John Criswell |
2006-10-29 | Add a new llvm::Allocator abstraction, which will be used by a container | Chris Lattner |