summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/raw_ostream.cpp
Commit message (Expand)AuthorAgeFilesLines
* llvm-ar: Fix MinGW compilationHans Wennborg2020-02-281-1/+1
* raw_ostream - fix static analyzer warnings. NFCI.Simon Pilgrim2019-11-081-6/+6
* Revert "raw_ostream: add operator<< overload for std::error_code"Pavel Labath2019-08-141-5/+0
* raw_ostream: add operator<< overload for std::error_codePavel Labath2019-08-141-0/+5
* Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...Rui Ueyama2019-08-071-2/+31
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-021-35/+6
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-021-6/+35
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add vtable anchor to classes.Richard Trieu2018-12-291-0/+2
* [Windows] Convert from UTF-8 to UTF-16 when writing to a Windows consoleReid Kleckner2018-09-051-8/+76
* Fix raw_fd_ostream::write_impl hang due to an infinite loop with large outputOwen Reynolds2018-08-061-4/+4
* Revert r338027 to pacify build botJames Henderson2018-07-261-4/+4
* [ADT] Replace std::isprint by llvm::isPrint.Michael Kruse2018-07-261-2/+2
* Fix raw_fd_ostream::write_impl hang with large outputJames Henderson2018-07-261-4/+4
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-3/+30
* [Support] Remove unused raw_ostream::handle whose anchor role was superseded ...Fangrui Song2018-06-021-3/+0
* Support: Add a raw_ostream::write_zeros() function. NFCI.Peter Collingbourne2018-05-171-14/+26
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-4/+4
* Add missing vtable anchorsWeiming Zhao2018-04-111-0/+6
* Remove HAVE_WRITEV that's unused after r255837.Nico Weber2018-04-021-3/+0
* [Support] Make the default chunk size of raw_fd_ostream to 1 GiB.Rui Ueyama2017-10-311-11/+12
* [raw_fd_ostream] report actual error in error messagesBob Haarman2017-10-241-9/+11
* llvm-dwarfdump: support dumping UUIDs of Mach-O binaries.Adrian Prantl2017-09-131-0/+10
* [Support] Update comments about stdout, raw_fd_ostream, and outs()Reid Kleckner2017-08-041-9/+8
* Support: Add llvm::center_justify.Frederich Munch2017-07-131-6/+23
* Support: chunk writing on LinuxSaleem Abdulrasool2017-06-201-0/+4
* Update comment for r299098 per feedback from James Henderson.Yaron Keren2017-03-311-2/+1
* Following r297661, disable dup workaround to disable duplicate STDOUT fd clos...Yaron Keren2017-03-301-1/+8
* Bring back r297624.Rafael Espindola2017-03-131-1/+1
* Revert "Fix crash when multiple raw_fd_ostreams to stdout are created."Rafael Espindola2017-03-131-1/+1
* Fix crash when multiple raw_fd_ostreams to stdout are created.Rafael Espindola2017-03-131-1/+1
* Re-commit r289184, "Support: Use a 64-bit seek in raw_fd_ostream::seek()." wi...Peter Collingbourne2016-12-091-0/+6
* Revert r289184, we need more configury for Darwin and *BSD.Peter Collingbourne2016-12-091-5/+1
* Support: Use a 64-bit seek in raw_fd_ostream::seek().Peter Collingbourne2016-12-091-1/+5
* [Support] Introduce llvm::formatv() function.Zachary Turner2016-11-111-5/+12
* Fix type ambiguity with std::maxZachary Turner2016-11-101-1/+1
* [Support] Improve flexibility of binary blob formatter.Zachary Turner2016-11-101-33/+50
* Added the ability to dump hex bytes easily into a raw_ostream.Greg Clayton2016-11-091-0/+55
* Resubmit "Add support for advanced number formatting."Zachary Turner2016-10-291-9/+23
* Revert "Resubmit "Add support for advanced number formatting.""Renato Golin2016-10-181-19/+9
* Rename HexStyle -> HexFormatStyle, and remove a constexpr.Zachary Turner2016-10-171-7/+7
* Resubmit "Add support for advanced number formatting."Zachary Turner2016-10-171-9/+19
* Revert formatting changes.Zachary Turner2016-10-171-19/+9
* [Support] Add support for "advanced" number formatting.Zachary Turner2016-10-171-9/+19
* [raw_ostream] Raise some helper functions out of raw_ostream.Zachary Turner2016-10-111-137/+19
* Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko2016-08-231-8/+5
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-4/+4
* C++11 is required, remove some preprocessor checks for itHal Finkel2016-03-281-1/+1
OpenPOWER on IntegriCloud