| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | Modify raw_svector_ostream to use its SmallString without additional buffering. | Yaron Keren | 2015-08-13 | 1 | -62/+5 |
* | Fix indentation. NFC. | Craig Topper | 2015-05-30 | 1 | -1/+1 |
* | Don't allow pwrite to resize a stream. | Rafael Espindola | 2015-04-20 | 1 | -9/+6 |
* | Use the ability to pwrite to simplify the ELF writer. | Rafael Espindola | 2015-04-14 | 1 | -1/+1 |
* | Add raw_pwrite_stream type. | Rafael Espindola | 2015-04-14 | 1 | -2/+29 |
* | Fix SupportsSeeking detection on windows. | Rafael Espindola | 2015-04-13 | 1 | -0/+7 |
* | Add r234615 back, but make sure outs() is binary. | Rafael Espindola | 2015-04-13 | 1 | -25/+21 |
* | Revert r234615, "Have one raw_fd_ostream constructor forward to the other." | NAKAMURA Takumi | 2015-04-13 | 1 | -18/+24 |
* | Remember if lseek works in this FD. | Rafael Espindola | 2015-04-10 | 1 | -1/+2 |