Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Missed another one. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Move tool_output_file into its own file. | Dan Gohman | 2010-10-07 | 1 | -1/+1 |
* | Make tool_output_file's raw_ostream instance a member variable instead | Dan Gohman | 2010-09-01 | 1 | -1/+1 |
* | Diagnose attempts to update standard output. | Dan Gohman | 2010-08-20 | 1 | -0/+5 |
* | Convert FileUpdate to use tool_output_file, and to use | Dan Gohman | 2010-08-20 | 1 | -11/+6 |
* | When handling raw_ostream errors manually, use clear_error() so that | Dan Gohman | 2010-05-27 | 1 | -0/+1 |
* | Make LLVM command-line tools overwrite their output files without -f. | Dan Gohman | 2009-08-25 | 1 | -1/+1 |
* | Change raw_fd_ostream to take flags as an optional bitmask | Chris Lattner | 2009-08-23 | 1 | -2/+2 |
* | Add FileUpdate tool, conditionally updates its output based on its input. | Daniel Dunbar | 2009-08-03 | 1 | -0/+86 |