reduce indentation
[oota-llvm.git] / lib / Support / MemoryBuffer.cpp
2010-04-05 Chris Lattnerstringref-ize the MemoryBuffer::get apis. This requires
2010-04-01 Benjamin KramerRemove accidental include and add a comment.
2010-04-01 Benjamin KramerVarious improvements to MemoryBuffer::getFile:
2010-03-15 Douglas GregorExtend MemoryBuffer::getFile() to take an optional...
2010-02-26 Benjamin KramerReplace a temporary std::string with SmallString.
2009-12-23 Chris Lattnersizeof(char) is always 1.
2009-12-01 Chris Lattnerreturn more useful error messages by using strerror...
2009-11-10 Daniel DunbarFix MemoryBuffer::getSTDIN to *not* return null if...
2009-11-04 Duncan SandsA value is only assigned to errno if NumRead equals...
2009-11-03 Duncan SandsMake this code more robust by not thinking we are makin...
2009-05-18 Eli FriedmanTweak MemoryBuffer::getSTDIN so that it returns after...
2009-02-13 Evan ChengSwitch from new[] + delete[] to malloc + free since...
2009-02-13 Evan ChengIf new[] fails, return 0 rather then trying to derefere...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-30 Gabor Greiffcntl.h is pretty standard on unix (without the sys/)
2008-04-01 Bill WendlingFix compilation errors on MSVC. Patch by Argiris Kirtzidis!
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2008-04-01 Chris LattnerReimplement MemoryBuffer::getFile with three enhancements:
2008-04-01 Chris LattnerRemove the MappedFile::charBase member, rename base...
2008-04-01 Chris LattnerRemove MappedFile support for mapping files for write...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
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 getSTDIN return null if the standard input is...
2007-07-01 Nick LewyckyFix undefined behaviour reported by the new --enable...
2007-05-11 Chris Lattnerfix a memory leak
2007-05-07 Jeff CohenUnbreak VC++ build.
2007-05-06 Chris LattnerEnhance MemoryBuffer to return error messages in string...
2007-05-06 Chris LattnerFix MemoryBuffer::getFile to return null if it has...
2007-04-29 Jeff CohenFix MemoryBuffer breakage correctly.
2007-04-29 Jeff CohenUnbreak build.
2007-04-29 Chris LattnerAdd a new memorybuffer class, to unify all the file...