Simplify some code.
[oota-llvm.git] / lib / Support / MemoryBuffer.cpp
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...