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
/
raw_ostream.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r338027 to pacify build bot
James Henderson
2018-07-26
1
-4
/
+4
*
[ADT] Replace std::isprint by llvm::isPrint.
Michael Kruse
2018-07-26
1
-2
/
+2
*
Fix raw_fd_ostream::write_impl hang with large output
James Henderson
2018-07-26
1
-4
/
+4
*
[FileSystem] Split up the OpenFlags enumeration.
Zachary Turner
2018-06-07
1
-3
/
+30
*
[Support] Remove unused raw_ostream::handle whose anchor role was superseded ...
Fangrui Song
2018-06-02
1
-3
/
+0
*
Support: Add a raw_ostream::write_zeros() function. NFCI.
Peter Collingbourne
2018-05-17
1
-14
/
+26
*
s/LLVM_ON_WIN32/_WIN32/, llvm
Nico Weber
2018-04-29
1
-4
/
+4
*
Add missing vtable anchors
Weiming Zhao
2018-04-11
1
-0
/
+6
*
Remove HAVE_WRITEV that's unused after r255837.
Nico Weber
2018-04-02
1
-3
/
+0
*
[Support] Make the default chunk size of raw_fd_ostream to 1 GiB.
Rui Ueyama
2017-10-31
1
-11
/
+12
*
[raw_fd_ostream] report actual error in error messages
Bob Haarman
2017-10-24
1
-9
/
+11
*
llvm-dwarfdump: support dumping UUIDs of Mach-O binaries.
Adrian Prantl
2017-09-13
1
-0
/
+10
*
[Support] Update comments about stdout, raw_fd_ostream, and outs()
Reid Kleckner
2017-08-04
1
-9
/
+8
*
Support: Add llvm::center_justify.
Frederich Munch
2017-07-13
1
-6
/
+23
*
Support: chunk writing on Linux
Saleem Abdulrasool
2017-06-20
1
-0
/
+4
*
Update comment for r299098 per feedback from James Henderson.
Yaron Keren
2017-03-31
1
-2
/
+1
*
Following r297661, disable dup workaround to disable duplicate STDOUT fd clos...
Yaron Keren
2017-03-30
1
-1
/
+8
*
Bring back r297624.
Rafael Espindola
2017-03-13
1
-1
/
+1
*
Revert "Fix crash when multiple raw_fd_ostreams to stdout are created."
Rafael Espindola
2017-03-13
1
-1
/
+1
*
Fix crash when multiple raw_fd_ostreams to stdout are created.
Rafael Espindola
2017-03-13
1
-1
/
+1
*
Re-commit r289184, "Support: Use a 64-bit seek in raw_fd_ostream::seek()." wi...
Peter Collingbourne
2016-12-09
1
-0
/
+6
*
Revert r289184, we need more configury for Darwin and *BSD.
Peter Collingbourne
2016-12-09
1
-5
/
+1
*
Support: Use a 64-bit seek in raw_fd_ostream::seek().
Peter Collingbourne
2016-12-09
1
-1
/
+5
*
[Support] Introduce llvm::formatv() function.
Zachary Turner
2016-11-11
1
-5
/
+12
*
Fix type ambiguity with std::max
Zachary Turner
2016-11-10
1
-1
/
+1
*
[Support] Improve flexibility of binary blob formatter.
Zachary Turner
2016-11-10
1
-33
/
+50
*
Added the ability to dump hex bytes easily into a raw_ostream.
Greg Clayton
2016-11-09
1
-0
/
+55
*
Resubmit "Add support for advanced number formatting."
Zachary Turner
2016-10-29
1
-9
/
+23
*
Revert "Resubmit "Add support for advanced number formatting.""
Renato Golin
2016-10-18
1
-19
/
+9
*
Rename HexStyle -> HexFormatStyle, and remove a constexpr.
Zachary Turner
2016-10-17
1
-7
/
+7
*
Resubmit "Add support for advanced number formatting."
Zachary Turner
2016-10-17
1
-9
/
+19
*
Revert formatting changes.
Zachary Turner
2016-10-17
1
-19
/
+9
*
[Support] Add support for "advanced" number formatting.
Zachary Turner
2016-10-17
1
-9
/
+19
*
[raw_ostream] Raise some helper functions out of raw_ostream.
Zachary Turner
2016-10-11
1
-137
/
+19
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-08-23
1
-8
/
+5
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-4
/
+4
*
C++11 is required, remove some preprocessor checks for it
Hal Finkel
2016-03-28
1
-1
/
+1
*
Assert when trying to seek un-seekable raw_fd_ostream.
Yaron Keren
2016-02-23
1
-0
/
+1
*
When printing MIR, output to errs() rather than outs().
Justin Lebar
2016-02-19
1
-3
/
+4
*
[Support] Use hexdigit. NFC
Craig Topper
2016-02-08
1
-3
/
+2
*
[Support] Use range-based for loop. NFC
Craig Topper
2016-02-04
1
-3
/
+1
*
[Support] Use hexdigit instead of manually coding the same thing. NFC
Craig Topper
2016-02-04
1
-2
/
+2
*
Shrink character buffer size in raw_ostream::write_hex to 16 characters intea...
Craig Topper
2016-01-31
1
-1
/
+1
*
Use std::end instead of repeating buffer sizes.
Craig Topper
2016-01-31
1
-2
/
+2
*
Avoid the deprecated GetVersionEx API
Reid Kleckner
2016-01-11
1
-1
/
+1
*
Fixing PR25717: fatal IO error writing large outputs to console on Windows.
Yunzhong Gao
2016-01-06
1
-1
/
+18
*
Drop an unnecessary use of writev.
Rafael Espindola
2015-12-16
1
-16
/
+2
*
Revert "raw_ostream: << operator for callables with raw_stream argument"
Matthias Braun
2015-12-03
1
-4
/
+0
*
raw_ostream: << operator for callables with raw_stream argument
Matthias Braun
2015-12-03
1
-0
/
+4
*
Fix GCC warning: extra `;' [-Wpedantic].
Nick Lewycky
2015-08-13
1
-1
/
+1
[next]