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
*
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
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+0
*
Initial commit of new FileOutputBuffer support class.
Nick Kledzik
2012-08-01
1
-0
/
+148