| Commit message (Expand) | Author | Age | Files | Lines |
* | llvm-ar: Fix MinGW compilation | Hans Wennborg | 2020-02-28 | 1 | -1/+1 |
* | raw_ostream - fix static analyzer warnings. NFCI. | Simon Pilgrim | 2019-11-08 | 1 | -6/+6 |
* | Revert "raw_ostream: add operator<< overload for std::error_code" | Pavel Labath | 2019-08-14 | 1 | -5/+0 |
* | raw_ostream: add operator<< overload for std::error_code | Pavel Labath | 2019-08-14 | 1 | -0/+5 |
* | Re-submit r367649: Improve raw_ostream so that you can "write" colors using o... | Rui Ueyama | 2019-08-07 | 1 | -2/+31 |
* | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 |
* | Revert r367649: Improve raw_ostream so that you can "write" colors using oper... | Rui Ueyama | 2019-08-02 | 1 | -35/+6 |
* | Improve raw_ostream so that you can "write" colors using operator<< | Rui Ueyama | 2019-08-02 | 1 | -6/+35 |
* | Fix parameter name comments using clang-tidy. NFC. | Rui Ueyama | 2019-07-16 | 1 | -1/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Add vtable anchor to classes. | Richard Trieu | 2018-12-29 | 1 | -0/+2 |
* | [Windows] Convert from UTF-8 to UTF-16 when writing to a Windows console | Reid Kleckner | 2018-09-05 | 1 | -8/+76 |
* | Fix raw_fd_ostream::write_impl hang due to an infinite loop with large output | Owen Reynolds | 2018-08-06 | 1 | -4/+4 |
* | 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 |