Ensure -mcpu=xscale works for arm targets, after rL252903 and rL252904
[oota-llvm.git] / include / llvm / Support / MemoryBuffer.h
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2015-11-17 Rafael EspindolaAdd MemoryBufferRef(MemoryBuffer&) constructor.
2015-10-15 David Majnemer[llvm-pdbdump] Provide a mechanism to dump the raw...
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-10-08 Nick Kledzik[Support] Add MemoryBuffer::getFileSlice()
2014-10-07 Rafael EspindolaRemove the IsVolatileSize parameter of getOpenFileSlice.
2014-10-07 Rafael EspindolaBe consistent about using "const Twine &" for filenames.
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-26 Rafael EspindolaPass a MemoryBufferRef when we can avoid taking ownership.
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-17 Rafael EspindolaDon't repeat the function name in comments. NFC.
2014-08-09 Eric ChristopherFix typo.
2014-08-08 Eric ChristopherReword comment slightly.
2014-08-06 Yaron KerengetNewMemBuffer memsets the buffer to zeros,
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-05-18 Craig TopperRemove last uses of OwningPtr from llvm. As far as...
2014-05-06 Argyrios Kyrtzidis[Support/MemoryBuffer] Rename IsVolatile -> IsVolatileS...
2014-05-05 Argyrios Kyrtzidis[Support/MemoryBuffer] Introduce a boolean parameter...
2014-03-06 Chandler Carruth[Modules] Fix a layering issue that is actually impacti...
2014-03-05 Ahmed Charles[C++11] Add overloads for externally used OwningPtr...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-10-25 Rafael EspindolaChange MemoryBuffer::getFile to take a Twine.
2013-07-23 Eli BenderskyExpand the comment on getOpenFileSlice a bit for more...
2013-07-23 Rafael EspindolaSplit getOpenFile into getOpenFile and getOpenFileSlice.
2013-06-25 Rafael Espindolakeep only the StringRef version of getFileOrSTDIN.
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2012-09-16 Craig TopperUse LLVM_DELETED_FUNCTION for copy constructors and...
2011-09-15 Ivan Krasinuse 64-bit types instead of off_t/size_t to avoid the...
2011-05-22 Chris Lattnerrandom comment cleanups.
2011-04-28 Ted KremenekAdd MemoryBuffer::getBufferKind() to report whether...
2011-03-22 Rafael EspindolaWe don't need a null terminator for the output file.
2011-03-17 Rafael EspindolaUse RequiresNullTerminator to create buffers without...
2011-03-10 Rafael EspindolaAdd r127409 back now that the windows file was updated.
2011-03-10 Jakob Stoklund OlesenRevert r127409 which broke all the Windows bots.
2011-03-10 Rafael EspindolaAdd support for MemoryBuffers that are not null termina...
2011-02-08 Rafael EspindolaDon't open the file again in the gold plugin. To be...
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-09 Michael J. SpencerFix whitespace.
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-23 Chris Lattneradd a MemoryBuffer::getOpenFile method, which turns...
2010-11-23 Chris LattnerRevert functionality doug added in r98575 that was...
2010-11-10 Duncan SandsThere is no EndPtr anymore - reinterpret the original...
2010-06-25 Benjamin KramerTweak MemoryBuffer to allocate the class itself, the...
2010-06-24 Dan GohmanAdd overloads for getFile and getFileOrSTDIN which...
2010-06-22 Dan GohmanAdd a comment explaining a non-obvious API.
2010-05-27 Dan GohmanAdd basic error checking to MemoryBuffer::getSTDIN.
2010-04-05 Chris Lattnerstringref-ize the MemoryBuffer::get apis. This requires
2010-03-15 Douglas GregorExtend MemoryBuffer::getFile() to take an optional...
2009-11-18 Jeffrey YasskinRemove spurious @verbatim. Patch by Timo Juhani Lindfors!
2009-11-10 Daniel DunbarFix MemoryBuffer::getSTDIN to *not* return null if...
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...