summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/MemoryBuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't put generic_category in the llvm namespace.Rafael Espindola2014-06-121-3/+3
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-1/+1
* There is no posix_category in std, use generic_category.Rafael Espindola2014-06-111-3/+3
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-3/+3
* MemoryBuffer: Use GetNativeSystemInfo()Alp Toker2014-05-191-9/+0
* Remove last uses of OwningPtr from llvm. As far as I can tell these method ve...Craig Topper2014-05-181-52/+0
* MemoryBuffer: don't force mmap when stat failsAlp Toker2014-05-091-3/+2
* MemoryBuffer: remove unusued definitionsAlp Toker2014-05-091-8/+0
* [Support/MemoryBuffer] Remove the assertion that the file size did not shrink.Argyrios Kyrtzidis2014-05-061-3/+0
* [Support/MemoryBuffer] Rename IsVolatile -> IsVolatileSize and add a comment ...Argyrios Kyrtzidis2014-05-061-22/+23
* [Support/MemoryBuffer] Move the IsVolatile check inside shouldUseMmap() and m...Argyrios Kyrtzidis2014-05-061-7/+13
* [Support/MemoryBuffer] Introduce a boolean parameter (false by default) 'IsVo...Argyrios Kyrtzidis2014-05-051-18/+32
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-3/+3
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-101-4/+4
* [C++11] Add overloads for externally used OwningPtr functions.Ahmed Charles2014-03-051-20/+68
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-4/+4
* MemoryBuffer: Increase the alignment of small file buffers to 16Reid Kleckner2013-12-161-2/+3
* Change MemoryBuffer::getFile to take a Twine.Rafael Espindola2013-10-251-8/+12
* Fix typoMatt Arsenault2013-09-101-1/+1
* MemoryBuffer.cpp: Don't peek the next page if file is multiple of *physical* ...NAKAMURA Takumi2013-09-041-0/+9
* Whitespace.NAKAMURA Takumi2013-09-041-1/+1
* MemoryBuffer.cpp: Consider if PageSize were not 4096 in shouldUseMmap(). Foll...NAKAMURA Takumi2013-08-221-1/+1
* Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola2013-07-231-7/+25
* Convert two uses if fstat with sys::fs::status.Rafael Espindola2013-07-181-14/+13
* Add a wrapper for open.Rafael Espindola2013-07-161-8/+4
* Remove an extra is_directory call.Rafael Espindola2013-07-151-11/+0
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-251-8/+0
* Remove the program class.Rafael Espindola2013-06-121-1/+1
* Remove the old file memory mapping functions.Rafael Espindola2013-06-121-2/+1
* Put private class into an anonmyous namespace.Benjamin Kramer2013-03-301-0/+2
* [Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer2013-03-141-1/+2
* [Support][MemoryBuffer] Use sys::fs::mapped_file_region instead of sys::Path:...Michael J. Spencer2013-03-121-35/+44
* In llvm::MemoryBuffer::getFile() remove an unnecessary stat call check.Argyrios Kyrtzidis2013-03-011-0/+3
* Update a portability kludge to keep it in sync with changes in the codeDan Gohman2013-02-191-2/+7
* Whitelist files and block devices instead of blacklisting fifos andDan Gohman2013-02-191-3/+4
* Don't trust st_size of a character device. This fixes usingDan Gohman2013-02-191-3/+3
* Go ahead and get rid of the old page size interface and convert all theChandler Carruth2012-12-311-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* MemoryBuffer: Windows doesn't define S_IFIFO.Daniel Dunbar2012-11-061-1/+4
* MemoryBuffer: Support reading named pipes in getFile().Daniel Dunbar2012-11-051-16/+29
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-231-5/+5
* In MemoryBuffer::getOpenFile() don't verify that the mmap'edArgyrios Kyrtzidis2012-07-111-10/+0
* Remove an "else" that snuck in after a "return" ;)Kaelyn Uhrain2012-06-201-1/+1
* Check that a file is not a directory before reading it into a MemoryBuffer.Kaelyn Uhrain2012-06-201-0/+9
OpenPOWER on IntegriCloud