summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/raw_ostream.cpp
AgeCommit message (Expand)Author
2025-11-01[Support] Remove redundant declarations (NFC) (#166011)Kazu Hirata
2025-06-11[SystemZ][z/OS] Refactor AutoConvert.h to remove large MVS guard (#143174)Abhina Sree
2025-06-06[SystemZ][z/OS] add back headers needed for strnlen, autoconversionAbhina Sreeskantharajan
2025-06-04[llvm] Remove unused includes (NFC) (#142733)Kazu Hirata
2025-05-05[ErrorHandling] Add reportFatalInternalError + reportFatalUsageError (NFC) (#...Nikita Popov
2025-01-15[CMake] Remove some always-true HAVE_XXX_HFangrui Song
2024-11-21[SystemZ][z/OS] Add back removed AutoConvert.h headers that were incorrectly ...Abhina Sreeskantharajan
2024-11-20[Support] Remove unused includes (NFC) (#116752)Kazu Hirata
2024-09-09[SystemZ][z/OS] Enable lit testing for z/OS (#107631)Abhina Sree
2024-09-05[NFC][SystemZ][z/OS] Rename autoconversion-related functions to be less gener...Abhina Sree
2024-07-03[Support] Move raw_ostream::tie to raw_fd_ostream (#97396)Alexis Engelke
2024-05-30raw_ostream: Fix a comment in llvm::errsFangrui Song
2024-05-30Unittests and usability for BitstreamWriter incremental flushing (#92983)Mircea Trofin
2024-03-08[llvm][Support] Add and use errnoAsErrorCode (#84423)Michael Spencer
2024-01-24Move raw_string_ostream back to raw_ostream.cpp (#79224)Andy Kaylor
2023-12-18[llvm][Support] Lift raw_socket_stream implementation out into own files (#75...criis
2023-12-14[SystemZ][z/OS] Fix STDOUT to STDERRAbhina Sree
2023-12-14[llvm][Support] Fix missing field in WSADATA warningDavid Spickett
2023-12-13[LLVM][Support] Fixed the compile error caused by #73603 (#75418)Shilei Tian
2023-12-13[llvm][Support] Add UNIX socket support (#73603)criis
2023-12-13[SystemZ][z/OS] Complete EBCDIC I/O support (#75212)Abhina Sree
2023-08-25Cleanup remaining bits for Minix, Contiki and MyriadBrad Smith
2023-06-30[Support] Don't set "all_exe" mode by default for file written by llvm::write...Haojian Wu
2023-04-05[Support] Improve Windows performance of buffered raw_ostreamAndrew Ng
2023-02-09[Support] Emulate SIGPIPE handling in raw_fd_ostream write for WindowsAndrew Ng
2023-02-04cmake: Enable 64bit off_t on 32bit glibc systemsKhem Raj
2022-12-20Revert D139752 "cmake: Enable 64bit off_t on 32bit glibc systems"Fangrui Song
2022-12-18cmake: Enable 64bit off_t on 32bit glibc systemsKhem Raj
2022-12-16std::optional::value => operator*/operator->Fangrui Song
2022-09-09[llvm] Remove includes of `llvm/Support/STLArrayExtras.h`Joe Loser
2022-09-08[llvm] Use std::size instead of llvm::array_lengthofJoe Loser
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-07-13[llvm] Use value instead of getValue (NFC)Kazu Hirata
2022-06-25[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-20[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-01-28Move llvm::array_lenghtof to llvm/ADT/STLArrayExtras.hserge-sans-paille
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille
2022-01-21Remove dependency from raw_ostream on <chrono>serge-sans-paille
2022-01-21[llvm] Cleanup header dependencies in ADT and Supportserge-sans-paille
2022-01-07[Support] No longer require flushing raw_string_ostreamLogan Smith
2022-01-04[LTO] Fix assertion failed when flushing bitcode incrementally for LTO output.Xu Mingjie
2021-10-09Fixed some errors detected by PVS StudioDávid Bolvanský
2021-10-06[llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(T...Simon Pilgrim
2021-04-16[SystemZ][z/OS][Windows] Add new functions that set Text/Binary mode for Stdi...Abhina Sreeskantharajan
2021-03-22[llvm-objcopy][Support] move writeToOutput helper function to Support.Alexey Lapshin
2021-01-26Frontend: Simplify handling of non-seeking streams in CompilerInstance, NFCDuncan P. N. Exon Smith
2020-09-16raw_ostream.cpp - remove duplicate includes. NFCI.Simon Pilgrim