1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 7dfda9e Smarter Reset(). Instead of deallocating all memory regions and reallocate the by Evan Cheng · 17 years ago
  3. 188b522 Added Reset() to free all allocated memory regions and reset state to be the same as right after ctor. by Evan Cheng · 17 years ago
  4. d675b83 Avoid TBAA issue. by Chris Lattner · 17 years ago
  5. 1a097e3 Don't use <sstream> in Streams.h but <iosfwd> instead. by Bill Wendling · 18 years ago
  6. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  7. fe6b146 Removed #include <iostream> and replace with llvm_* streams. by Bill Wendling · 18 years ago
  8. 72a780f Include llvm/Support/DataTypes.h to define intptr_t. by John Criswell · 18 years ago
  9. 9f617d6 Add a new llvm::Allocator abstraction, which will be used by a container by Chris Lattner · 18 years ago