Move DataTypes.h to include/llvm/System, update all users. This breaks the last
[oota-llvm.git] / include / llvm / Support / MemoryBuffer.h
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-08-24 Daniel DunbarAdd MemoryBuffer::getBuffer() -> StringRef.
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-11-18 Chris LattnerFix the Linker testcase regressions, by making MemoryBu...
2007-10-09 Chris LattnerAdd new MemoryBuffer::getMemBufferCopy method.
2007-08-08 Reid SpencerMake it clear that getSTDIN returns null when stdin...
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-05-06 Chris LattnerEnhance MemoryBuffer to return error messages in string...
2007-05-06 Chris LattnerAdd a helper that either opens a file or stdin.
2007-04-29 Chris LattnerAdd a new memorybuffer class, to unify all the file...