summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/FileOutputBuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-4/+3
* Support: Improve performance of FileOutputBuffer on WindowsRui Ueyama2015-03-061-0/+7
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-2/+2
* Move the resize file feature from mapped_file_region to the only user.Rafael Espindola2014-12-121-0/+4
* Remove unused feature. NFC.Rafael Espindola2014-12-121-7/+1
* Remove a convoluted way of calling close by moving the call to the only caller.Rafael Espindola2014-12-111-1/+10
* unique_ptrify FileOutputBuffer::FileOutputBufferDavid Blaikie2014-09-021-10/+7
* Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...David Blaikie2014-07-191-1/+1
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-131-1/+2
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-9/+8
* 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
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-1/+1
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-1/+1
* Remove last uses of OwningPtr from llvm. As far as I can tell these method ve...Craig Topper2014-05-181-11/+0
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-1/+1
* [C++11] Add overloads for externally used OwningPtr functions.Ahmed Charles2014-03-051-3/+13
* Use the simpler version of sys::fs::remove when possible.Rafael Espindola2014-01-101-4/+2
* Create files with the correct permission instead of changing it afterwards.Rafael Espindola2013-07-081-22/+7
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-051-2/+2
* [Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer2013-03-141-2/+2
* [Support] Make FileOutputBuffer work on Windows.Michael J. Spencer2012-12-031-55/+27
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+0
* Initial commit of new FileOutputBuffer support class. Nick Kledzik2012-08-011-0/+148
OpenPOWER on IntegriCloud