summaryrefslogtreecommitdiff
path: root/include/llvm/Support/MemoryBuffer.h
Commit message (Expand)AuthorAge
* Tweak MemoryBuffer to allocate the class itself, the name and possibly theBenjamin Kramer2010-06-25
* Add overloads for getFile and getFileOrSTDIN which take a const char *Dan Gohman2010-06-24
* Add a comment explaining a non-obvious API.Dan Gohman2010-06-22
* Add basic error checking to MemoryBuffer::getSTDIN.Dan Gohman2010-05-27
* stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner2010-04-05
* Extend MemoryBuffer::getFile() to take an optional "stat" structureDouglas Gregor2010-03-15
* Remove spurious @verbatim. Patch by Timo Juhani Lindfors!Jeffrey Yasskin2009-11-18
* Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a ...Daniel Dunbar2009-11-10
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Add MemoryBuffer::getBuffer() -> StringRef.Daniel Dunbar2009-08-24
* Removed trailing whitespace.Misha Brukman2009-02-20
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-01
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Fix the Linker testcase regressions, by making MemoryBuffer::getFileOrSTDIN r...Chris Lattner2007-11-18
* Add new MemoryBuffer::getMemBufferCopy method.Chris Lattner2007-10-09
* Make it clear that getSTDIN returns null when stdin is empty.Reid Spencer2007-08-08
* Fix minor doxygen nits.Reid Spencer2007-08-05
* Enhance MemoryBuffer to return error messages in strings if they occur.Chris Lattner2007-05-06
* Add a helper that either opens a file or stdin.Chris Lattner2007-05-06
* Add a new memorybuffer class, to unify all the file reading code in the systemChris Lattner2007-04-29