2011-02-03 |
Daniel Dunbar | raw_fd_ostream: Add a SetUseAtomicWrites() method ... |
blob | commitdiff | raw |
2011-01-17 |
Michael J. Spencer | Support/raw_ostream: Fix uninitalized variable in raw_f... |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
blob | commitdiff | raw | diff to current |
2010-11-27 |
Daniel Dunbar | raw_ostream::write_escaped: Add a UseHexEscapes argument. |
blob | commitdiff | raw | diff to current |
2010-10-19 |
NAKAMURA Takumi | lib/Support/raw_ostream.cpp: Fix Cygwin's build. |
blob | commitdiff | raw | diff to current |
2010-10-14 |
Francois Pichet | Always use binary mode for output stream. This is impor... |
blob | commitdiff | raw | diff to current |
2010-10-07 |
Dan Gohman | Move tool_output_file into its own file. |
blob | commitdiff | raw | diff to current |
2010-09-01 |
Dan Gohman | Make tool_output_file's raw_ostream instance a member... |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Dan Gohman | Make outs() close its file when its stream is destructe... |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Dan Gohman | Delete raw_stdout_ostream and raw_stderr_ostream, which... |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Dan Gohman | Move raw_ostream's Error flag into raw_fd_ostream,... |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Dan Gohman | Introduce a new tool_output_file class, which extends... |
blob | commitdiff | raw | diff to current |
2010-08-18 |
Dan Gohman | Make raw_fd_ostream consider itself the owner of STDOUT... |
blob | commitdiff | raw | diff to current |
2010-08-18 |
Dan Gohman | Revert r111321. This doesn't fix a problem. |
blob | commitdiff | raw | diff to current |
2010-08-17 |
Chris Lattner | Fix the rest of rdar://8318441 which happens when a... |
blob | commitdiff | raw | diff to current |
2010-08-03 |
Chris Lattner | avoid undef behavior on minint, fixing PR7783. |
blob | commitdiff | raw | diff to current |
2010-07-07 |
Chris Lattner | add some triple for minix, patch by Kees van Reeuwijk... |
blob | commitdiff | raw | diff to current |
2010-05-28 |
Dan Gohman | Minor code simplification. |
blob | commitdiff | raw | diff to current |
2010-05-28 |
Dan Gohman | Fix a redundant-return warning. |
blob | commitdiff | raw | diff to current |
2010-05-18 |
Dan Gohman | Usage of O_NONBLOCK in bjam is now confirmed as a bug... |
blob | commitdiff | raw | diff to current |
2010-05-06 |
Dan Gohman | Handle the case where open(2) or close(2) is interrupte... |
blob | commitdiff | raw | diff to current |
2010-05-06 |
Dan Gohman | Handle EWOULDBLOCK as EAGAIN. And add a comment explain... |
blob | commitdiff | raw | diff to current |
2010-05-05 |
Benjamin Kramer | Try again if write(2) reports an recoverable error. |
blob | commitdiff | raw | diff to current |
2010-04-09 |
Chris Lattner | add minix support, patch by Kees van Reeuwijk! PR6797 |
blob | commitdiff | raw | diff to current |
2010-04-07 |
Chris Lattner | rename llvm::llvm_report_error -> llvm::report_fatal_error |
blob | commitdiff | raw | diff to current |
2010-03-24 |
Dan Gohman | Fix minor style issues. |
blob | commitdiff | raw | diff to current |
2010-03-05 |
Chris Lattner | add an assertion requested on llvmdev. |
blob | commitdiff | raw | diff to current |
2010-02-15 |
Chris Lattner | enhance raw_svector_ostream::write_impl to work with... |
blob | commitdiff | raw | diff to current |
2010-01-29 |
Benjamin Kramer | Fix MSVC build. |
blob | commitdiff | raw | diff to current |
2010-01-29 |
Benjamin Kramer | Use llvm::format instead of ftostr (which just calls... |
blob | commitdiff | raw | diff to current |
2010-01-22 |
Chris Lattner | Changes to fix buffering that I forgot to commit with... |
blob | commitdiff | raw | diff to current |
2010-01-22 |
Chris Lattner | add a new MCAsmStreamer::GetCommentOS method to simplif... |
blob | commitdiff | raw | diff to current |
2009-12-19 |
Chris Lattner | Make some methods const. The only interesting change... |
blob | commitdiff | raw | diff to current |
2009-12-14 |
Dan Gohman | Micro-optimize these functions in the case where they... |
blob | commitdiff | raw | diff to current |
2009-10-17 |
Daniel Dunbar | Add raw_ostream::write_escaped, for writing escaped... |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Daniel Dunbar | Drop the raw_ostream required buffer size to 1. |
blob | commitdiff | raw | diff to current |
2009-09-11 |
Dan Gohman | Fix llvm-extract's "writing bitcode to a terminal"... |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Dan Gohman | Make LLVM command-line tools overwrite their output... |
blob | commitdiff | raw | diff to current |
2009-08-24 |
Dan Gohman | Correctly account for the Spaces array nul terminator... |
blob | commitdiff | raw | diff to current |
2009-08-24 |
Dan Gohman | raw_ostream::indent is used for PadToColumn which often... |
blob | commitdiff | raw | diff to current |
2009-08-24 |
Chris Lattner | split raw_os_ostream out to its own header and implemen... |
blob | commitdiff | raw | diff to current |
2009-08-24 |
Chris Lattner | prune the #includes in raw_ostream.h by moving a |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Daniel Dunbar | Fix off-by-one in llvm::Format::print. |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Benjamin Kramer | Fix windows build. |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | Change raw_fd_ostream to take flags as an optional... |
blob | commitdiff | raw | diff to current |
2009-08-22 |
Chris Lattner | add a raw_ostream::indent method, to be used like: |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Daniel Dunbar | Change raw_svector_ostream to reserve the input buffer... |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Daniel Dunbar | Switch raw_svector_ostream to use the vector as the... |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Daniel Dunbar | Speculatively revert r79375, which may be breaking... |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Daniel Dunbar | raw_ostream: Simplify write(unsigned char) to match... |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Daniel Dunbar | raw_ostream: Remove pointless redefinitions of tell(). |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Daniel Dunbar | raw_ostream: Add the capability for subclasses to manua... |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Daniel Dunbar | Speed up raw_ostream::<<(unsigned long long) for 32... |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Dan Gohman | Fix a bug in raw_ostream::write(char) introduced by... |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Daniel Dunbar | Revert r78924, disabling buffering defeats all the... |
blob | commitdiff | raw | diff to current |
2009-08-15 |
Dan Gohman | Mingw also doesn't have st_blksize. |
blob | commitdiff | raw | diff to current |
2009-08-15 |
Dan Gohman | Always check to see if raw_fd_ostream's file descriptor... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Dan Gohman | When standard output is a terminal, set outs() to be... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Dan Gohman | Fix a compiler warning about comparing signed with... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Dan Gohman | Add an assert to check copy_to_buffer's precondition. |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Dan Gohman | Set raw_os_ostream, raw_string_ostream, and raw_svector... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Dan Gohman | Add support to raw_ostream for sizing the buffer accord... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Dan Gohman | Move SetBufferSize and SetUnbuffered out of line. |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Dan Gohman | Fix the buffer handling logic so that write_impl is... |
blob | commitdiff | raw | diff to current |
2009-07-30 |
Daniel Dunbar | Add raw_ostream::write_hex |
blob | commitdiff | raw | diff to current |
2009-07-29 |
Daniel Dunbar | Perform simplification noticed by Reid. |
blob | commitdiff | raw | diff to current |
2009-07-29 |
Daniel Dunbar | raw_ostream: Follow the 32-bit path when printing ... |
blob | commitdiff | raw | diff to current |
2009-07-27 |
Dan Gohman | Make raw_null_ostream flush its buffer in its destructo... |
blob | commitdiff | raw | diff to current |
2009-07-27 |
Dan Gohman | Add an assertion check to raw_ostream's destructor... |
blob | commitdiff | raw | diff to current |
2009-07-16 |
Daniel Dunbar | Add raw_null_ostream and llvm::nulls(), a raw_ostream... |
blob | commitdiff | raw | diff to current |
2009-07-16 |
Dan Gohman | Use size_t. |
blob | commitdiff | raw | diff to current |
2009-07-15 |
Dan Gohman | Change raw_ostream so that it doesn't call llvm_report_... |
blob | commitdiff | raw | diff to current |
2009-07-15 |
Dan Gohman | Add a Force option to raw_fd_ostream to specify whether... |
blob | commitdiff | raw | diff to current |
2009-07-15 |
Dan Gohman | Check for errors on close(2) too. And lseek(2). |
blob | commitdiff | raw | diff to current |
2009-07-15 |
Dan Gohman | Use 0664 instead of 0644 for the default open mode... |
blob | commitdiff | raw | diff to current |
2009-07-15 |
Daniel Dunbar | Detect write failures on raw_fd_ostream. |
blob | commitdiff | raw | diff to current |
2009-07-14 |
David Greene | Have asm printers use formatted_raw_ostream directly... |
blob | commitdiff | raw | diff to current |
2009-07-10 |
David Greene | Make changes suggested by Chris and eliminate newly... |
blob | commitdiff | raw | diff to current |
2009-07-09 |
David Greene | Add some hooks that a redesigned AsmStream needs to... |
blob | commitdiff | raw | diff to current |
2009-06-04 |
Torok Edwin | Add support for outputting ANSI colors to raw_fd_ostream. |
blob | commitdiff | raw | diff to current |
2009-04-20 |
Douglas Gregor | Make all raw_ostreams support the tell() function. |
blob | commitdiff | raw | diff to current |
2009-03-17 |
Daniel Dunbar | Add BUILTIN_EXPECT Support/Compiler macro. |
blob | commitdiff | raw | diff to current |
2009-03-17 |
Daniel Dunbar | raw_ostream: Put all exceptional conditions in raw_ostr... |
blob | commitdiff | raw | diff to current |
2009-03-17 |
Daniel Dunbar | raw_ostream: Rework implementation of unbuffered stream... |
blob | commitdiff | raw | diff to current |
2009-03-16 |
Daniel Dunbar | raw_ostream: Replace flush_impl with write_impl, which... |
blob | commitdiff | raw | diff to current |
2009-03-16 |
Daniel Dunbar | raw_ostream: Lift out flush_nonempty. |
blob | commitdiff | raw | diff to current |
2009-03-16 |
Daniel Dunbar | Make raw_ostream::operator<<(const void *) fast; it... |
blob | commitdiff | raw | diff to current |
2009-03-16 |
Daniel Dunbar | Add slow path for single character write, and use exclu... |
blob | commitdiff | raw | diff to current |
2009-03-10 |
Daniel Dunbar | PR3478: raw_ostream should not buffer stderr |
blob | commitdiff | raw | diff to current |
2009-01-26 |
Ted Kremenek | Add method raw_fd_ostream::seek() for random access... |
blob | commitdiff | raw | diff to current |
2008-12-04 |
Ted Kremenek | Have raw_fd_ostream keep track of the position in the... |
blob | commitdiff | raw | diff to current |
2008-11-26 |
Ted Kremenek | Add 'tell' method to raw_fd_ostream that clients can... |
blob | commitdiff | raw | diff to current |
2008-11-13 |
Daniel Dunbar | Add Binary flag to raw_fd_ostream constructor. |
blob | commitdiff | raw | diff to current |
2008-10-26 |
Chris Lattner | fix PR2953, an off-by-one error handling formatted... |
blob | commitdiff | raw | diff to current |
2008-10-23 |
Ted Kremenek | Added raw_fd_ostream::close(). |
blob | commitdiff | raw | diff to current |
2008-10-21 |
Daniel Dunbar | Clear raw_fd_ostream error string on success and explai... |
blob | commitdiff | raw | diff to current |
2008-08-24 |
Cedric Venet | Updating VC++ project. |
blob | commitdiff | raw | diff to current |
2008-08-23 |
Chris Lattner | Add raw_stream adaptors that write into an std::string... |
blob | commitdiff | raw | diff to current |
2008-08-23 |
Chris Lattner | Switch the asmprinter (.ll) and all the stuff it requir... |
blob | commitdiff | raw | diff to current |
2008-08-23 |
Chris Lattner | add #include |
blob | commitdiff | raw | diff to current |
next |