aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/MemoryBuffer.h
AgeCommit message (Expand)Author
2013-05-01This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo
2012-09-16Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper
2011-09-15use 64-bit types instead of off_t/size_t to avoid the issue whenIvan Krasin
2011-05-22random comment cleanups.Chris Lattner
2011-04-28Add MemoryBuffer::getBufferKind() to report whether a memory buffer uses mall...Ted Kremenek
2011-03-22We don't need a null terminator for the output file.Rafael Espindola
2011-03-17Use RequiresNullTerminator to create buffers without a null terminatorRafael Espindola
2011-03-10Add r127409 back now that the windows file was updated.Rafael Espindola
2011-03-10Revert r127409 which broke all the Windows bots.Jakob Stoklund Olesen
2011-03-10Add support for MemoryBuffers that are not null terminated and addRafael Espindola
2011-02-08Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer
2010-12-09Fix whitespace.Michael J. Spencer
2010-12-09Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-23add a MemoryBuffer::getOpenFile method, which turns an openChris Lattner
2010-11-23Revert functionality doug added in r98575 that was neverChris Lattner
2010-11-10There is no EndPtr anymore - reinterpret the original comment in termsDuncan Sands
2010-06-25Tweak MemoryBuffer to allocate the class itself, the name and possibly theBenjamin Kramer
2010-06-24Add overloads for getFile and getFileOrSTDIN which take a const char *Dan Gohman
2010-06-22Add a comment explaining a non-obvious API.Dan Gohman
2010-05-27Add basic error checking to MemoryBuffer::getSTDIN.Dan Gohman
2010-04-05stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner
2010-03-15Extend MemoryBuffer::getFile() to take an optional "stat" structureDouglas Gregor
2009-11-18Remove spurious @verbatim. Patch by Timo Juhani Lindfors!Jeffrey Yasskin
2009-11-10Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a ...Daniel Dunbar
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-08-24Add MemoryBuffer::getBuffer() -> StringRef.Daniel Dunbar
2009-02-20Removed trailing whitespace.Misha Brukman
2008-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng
2008-04-01Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-11-18Fix the Linker testcase regressions, by making MemoryBuffer::getFileOrSTDIN r...Chris Lattner
2007-10-09Add new MemoryBuffer::getMemBufferCopy method.Chris Lattner
2007-08-08Make it clear that getSTDIN returns null when stdin is empty.Reid Spencer
2007-08-05Fix minor doxygen nits.Reid Spencer
2007-05-06Enhance MemoryBuffer to return error messages in strings if they occur.Chris Lattner
2007-05-06Add a helper that either opens a file or stdin.Chris Lattner
2007-04-29Add a new memorybuffer class, to unify all the file reading code in the systemChris Lattner