index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
FileOutputBuffer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLD][ELF] Support --[no-]mmap-output-file with F_no_mmap
Nick Terrell
2019-10-29
1
-1
/
+4
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-3
/
+3
*
[Support] Move llvm::MemoryBuffer to sys::fs::file_t
Reid Kleckner
2019-07-10
1
-1
/
+2
*
[Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningM...
Lang Hames
2019-05-20
1
-7
/
+11
*
FileOutputBuffer: handle mmap(2) failure
Rui Ueyama
2019-01-22
1
-2
/
+6
*
FileOutputBuffer: Handle "-" as stdout.
Rui Ueyama
2019-01-22
1
-0
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove F_modify flag from FileOutputBuffer.
Rui Ueyama
2019-01-19
1
-26
/
+11
*
[Support] Allow discarding a FileOutputBuffer without removing the memory map...
Martin Storsjo
2018-08-24
1
-0
/
+6
*
Add a flag to FileOutputBuffer that allows modification.
Zachary Turner
2018-06-28
1
-11
/
+26
*
Fix unused private variable.
Zachary Turner
2018-06-07
1
-1
/
+2
*
[FileSystem] Split up the OpenFlags enumeration.
Zachary Turner
2018-06-07
1
-1
/
+2
*
s/LLVM_ON_WIN32/_WIN32/, llvm
Nico Weber
2018-04-29
1
-1
/
+1
*
Make helpers static. NFC.
Benjamin Kramer
2017-11-24
1
-0
/
+2
*
Create a TempFile class.
Rafael Espindola
2017-11-13
1
-20
/
+19
*
[FileOutputBuffer] Move factory methods out of their classes.
Rui Ueyama
2017-11-08
1
-17
/
+14
*
Convert FileOutputBuffer::commit to Error.
Rafael Espindola
2017-11-08
1
-5
/
+5
*
Convert FileOutputBuffer to Expected. NFC.
Rafael Espindola
2017-11-08
1
-9
/
+9
*
Rewrite FileOutputBuffer as two separate classes.
Rui Ueyama
2017-11-01
1
-82
/
+120
*
Do not remove a target file in FileOutputBuffer::create().
Rui Ueyama
2017-09-27
1
-8
/
+1
*
Make FileOutputBuffer fail early if you pass a directory.
Rui Ueyama
2017-03-13
1
-0
/
+2
*
Support outputting to /dev/null.
Rafael Espindola
2017-01-09
1
-22
/
+44
*
Fix a real temp file leak in FileOutputBuffer
Reid Kleckner
2016-09-02
1
-0
/
+3
*
Remove temporary file on signal.
Rafael Espindola
2015-09-18
1
-1
/
+6
*
Return ErrorOr from FileOutputBuffer::create. NFC.
Rafael Espindola
2015-08-13
1
-7
/
+4
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-4
/
+3
*
Support: Improve performance of FileOutputBuffer on Windows
Rui Ueyama
2015-03-06
1
-0
/
+7
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-2
/
+2
*
Move the resize file feature from mapped_file_region to the only user.
Rafael Espindola
2014-12-12
1
-0
/
+4
*
Remove unused feature. NFC.
Rafael Espindola
2014-12-12
1
-7
/
+1
*
Remove a convoluted way of calling close by moving the call to the only caller.
Rafael Espindola
2014-12-11
1
-1
/
+10
*
unique_ptrify FileOutputBuffer::FileOutputBuffer
David Blaikie
2014-09-02
1
-10
/
+7
*
Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...
David Blaikie
2014-07-19
1
-1
/
+1
*
Finishing touch for the std::error_code transition.
Rafael Espindola
2014-06-13
1
-1
/
+2
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-9
/
+8
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Don't import make_error_code into the llvm namespace.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-1
/
+1
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-1
/
+1
*
Remove last uses of OwningPtr from llvm. As far as I can tell these method ve...
Craig Topper
2014-05-18
1
-11
/
+0
*
[C++11] Make use of 'nullptr' in the Support library.
Craig Topper
2014-04-07
1
-1
/
+1
*
[C++11] Add overloads for externally used OwningPtr functions.
Ahmed Charles
2014-03-05
1
-3
/
+13
*
Use the simpler version of sys::fs::remove when possible.
Rafael Espindola
2014-01-10
1
-4
/
+2
*
Create files with the correct permission instead of changing it afterwards.
Rafael Espindola
2013-07-08
1
-22
/
+7
*
Add a createUniqueFile function and switch llvm's users of unique_file.
Rafael Espindola
2013-07-05
1
-2
/
+2
*
[Support] Fix lifetime of file descriptors when using MemoryBuffer.
Michael J. Spencer
2013-03-14
1
-2
/
+2
*
[Support] Make FileOutputBuffer work on Windows.
Michael J. Spencer
2012-12-03
1
-55
/
+27
[next]