summaryrefslogtreecommitdiff
path: root/lib/Support/raw_ostream.cpp
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Revert "Use StringRef in raw_fd_ostream constructor"Ben Langmuir2014-02-27
* Use StringRef in raw_fd_ostream constructorBen Langmuir2014-02-26
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* raw_fd_ostream: Don't change STDERR to O_BINARY, or w*printf() (in assert()) ...NAKAMURA Takumi2014-01-12
* raw_stream formatter: [Win32] Use std::signbit() if available, instead of _fp...NAKAMURA Takumi2014-01-12
* raw_fd_ostream: Be more verbose about the reason when opening a file fails.Benjamin Kramer2013-10-03
* raw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY provided. Or, llvm::outs...NAKAMURA Takumi2013-07-17
* Add a wrapper for open.Rafael Espindola2013-07-16
* Create files with mode 666. This matches the behavior of other unix tools.Rafael Espindola2013-07-16
* Remove the program class.Rafael Espindola2013-06-12
* Don't try to generate crash diagnostics if we had an I/O failure. It's veryChad Rosier2013-03-27
* Don't crash if write_impl() leaves less buffer space available than expected.Matt Beaumont-Gay2013-03-12
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-12
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...Benjamin Kramer2012-08-29
* raw_ostream: Add a has_colors() method.Daniel Dunbar2012-07-20
* Fixed few warnings.Galina Kistanova2012-07-12
* Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer2012-04-16
* Revert r154800 which breaks windows builders.Argyrios Kyrtzidis2012-04-16
* Add reverseColor to raw_ostream.Argyrios Kyrtzidis2012-04-16
* Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer2011-12-13
* Avoid undefined behavior in signed integer negation. Patch by Ahmed Charles.Eli Friedman2011-10-13
* Fix integer overflow bug in raw_ostream::write. This showed up as aNick Lewycky2011-08-28
* raw_ostream: [PR6745] Tweak formatting (double)%e for Windows hosts.NAKAMURA Takumi2011-03-18
* lib/Support/raw_ostream.cpp: On mingw, report_fatal_error() should not be cal...NAKAMURA Takumi2011-03-16
* raw_ostream: while it is generally desirable to do larger writes, it can lead toBenjamin Kramer2011-03-04
* raw_ostream: If writing a string that is larger than the buffer, write it dir...Benjamin Kramer2011-03-04
* raw_fd_ostream: Add a SetUseAtomicWrites() method (uses writev).Daniel Dunbar2011-02-03
* Support/raw_ostream: Fix uninitalized variable in raw_fd_ostream constructor.Michael J. Spencer2011-01-17
* Merge System into Support.Michael J. Spencer2010-11-29
* raw_ostream::write_escaped: Add a UseHexEscapes argument.Daniel Dunbar2010-11-27
* lib/Support/raw_ostream.cpp: Fix Cygwin's build.NAKAMURA Takumi2010-10-19
* Always use binary mode for output stream. This is important to prevent unwant...Francois Pichet2010-10-14
* Move tool_output_file into its own file.Dan Gohman2010-10-07
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-01
* Make outs() close its file when its stream is destructed, so thatDan Gohman2010-08-20
* Delete raw_stdout_ostream and raw_stderr_ostream, which are unusedDan Gohman2010-08-20
* Move raw_ostream's Error flag into raw_fd_ostream, as that's the onlyDan Gohman2010-08-20
* Introduce a new tool_output_file class, which extends raw_ostream withDan Gohman2010-08-20
* Make raw_fd_ostream consider itself the owner of STDOUT_FILENO whenDan Gohman2010-08-18
* Revert r111321. This doesn't fix a problem.Dan Gohman2010-08-18
* Fix the rest of rdar://8318441 which happens when a raw_fd_ostreamChris Lattner2010-08-17
* avoid undef behavior on minint, fixing PR7783.Chris Lattner2010-08-03
* add some triple for minix, patch by Kees van Reeuwijk from PR7582Chris Lattner2010-07-07
* Minor code simplification.Dan Gohman2010-05-28