summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/MemoryBuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [Support] Remove unnecessary MemoryBuffer::anchor (where the destructor serve...Fangrui Song2018-07-271-2/+1
* Fix build errors on some configurationsPavel Labath2018-06-111-1/+1
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-4/+4
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* Rename ObjectMemoryBuffer to SmallVectorMemoryBuffer; NFCIWeiming Zhao2018-04-161-2/+2
* NFC: Move ObjectMemoryBuffer to supportWeiming Zhao2018-04-151-0/+2
* Add missing vtable anchorsWeiming Zhao2018-04-111-0/+2
* Fix signed-unsigned comparison warning.Zachary Turner2018-03-081-1/+1
* [Support] Add WriteThroughMemoryBuffer.Zachary Turner2018-03-081-4/+55
* [Support] Remove MemoryBuffer::getNewMemBufferPavel Labath2018-01-151-5/+0
* [Support] Add WritableMemoryBuffer::getNewMemBufferPavel Labath2018-01-091-5/+10
* [Support] Remove MemoryBuffer::getNewUninitMemBufferPavel Labath2017-12-211-8/+3
* [Support] Add WritableMemoryBuffer classPavel Labath2017-12-191-61/+96
* Recommit "[Support] Add RetryAfterSignal helper function"Pavel Labath2017-06-291-8/+5
* Revert "[Support] Add RetryAfterSignal helper function" and subsequent fixPavel Labath2017-06-221-5/+8
* [Support] Add RetryAfterSignal helper functionPavel Labath2017-06-211-8/+5
* [Support] Add a function to check if a file resides locally.Zachary Turner2017-02-211-18/+16
* Try to fix line endings.Zachary Turner2017-02-211-457/+457
* Remove svn:eol-style property from 2 files.Zachary Turner2017-02-211-457/+457
* Add interface to compute number of physical cores on host systemTeresa Johnson2016-10-131-0/+12
* Use StringRef for MemoryBuffer identifier API (NFC)Mehdi Amini2016-10-011-5/+5
* Fix undefined behavior when compiling in C++14 mode (with sized deletionRichard Smith2016-02-041-0/+8
* Update to use new name alignTo().Rui Ueyama2016-01-141-1/+1
* [llvm-pdbdump] Provide a mechanism to dump the raw contents of a PDBDavid Majnemer2015-10-151-2/+3
* [UB] Fix yet another use of memcpy with a null pointer argument. I thinkChandler Carruth2015-08-041-1/+2
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-1/+0
* Pass EC by reference to MemoryBufferMMapFile to return error code.Yaron Keren2014-12-121-1/+1
* Remove a convoluted way of calling close by moving the call to the only caller.Rafael Espindola2014-12-111-1/+1
* Remove dead code. NFC.Rafael Espindola2014-12-041-1/+1
* [Support] Add MemoryBuffer::getFileSlice()Nick Kledzik2014-10-081-8/+15
* Remove the IsVolatileSize parameter of getOpenFileSlice.Rafael Espindola2014-10-071-2/+3
* Be consistent about using "const Twine &" for filenames.Rafael Espindola2014-10-071-22/+27
* Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola2014-08-271-34/+27
* Pass a MemoryBufferRef when we can avoid taking ownership.Rafael Espindola2014-08-261-0/+6
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-0/+6
* Fix typo.Eric Christopher2014-08-091-1/+1
* Reword comment slightly.Eric Christopher2014-08-081-4/+3
* getNewMemBuffer memsets the buffer to zeros,Yaron Keren2014-08-061-1/+1
* MemoryBuffer: Don't use mmap when FileSize is multiple of 4k on Cygwin.NAKAMURA Takumi2014-08-041-0/+8
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-69/+48
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-131-1/+2
* Fix build on windows.Rafael Espindola2014-06-131-1/+1
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-53/+54
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* Don't import make_error_code into the llvm namespace.Rafael Espindola2014-06-121-1/+1
OpenPOWER on IntegriCloud