index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
FileUpdate
Age
Commit message (
Expand
)
Author
2012-12-04
Sort the #include lines for utils/...
Chandler Carruth
2011-02-20
Put targets on folders, if the IDE supports the feature.
Oscar Fuentes
2010-12-16
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...
Michael J. Spencer
2010-12-09
Missed FileUpdate because CMake doesn't build it yet :(.
Michael J. Spencer
2010-11-29
Missed another one.
Michael J. Spencer
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-10-07
Move tool_output_file into its own file.
Dan Gohman
2010-09-01
Make tool_output_file's raw_ostream instance a member variable instead
Dan Gohman
2010-08-20
Diagnose attempts to update standard output.
Dan Gohman
2010-08-20
Convert FileUpdate to use tool_output_file, and to use
Dan Gohman
2010-05-27
When handling raw_ostream errors manually, use clear_error() so that
Dan Gohman
2009-08-25
Make LLVM command-line tools overwrite their output files without -f.
Dan Gohman
2009-08-23
Don't install FileCheck or FileUpdate
Douglas Gregor
2009-08-23
Change raw_fd_ostream to take flags as an optional bitmask
Chris Lattner
2009-08-03
Add FileUpdate tool, conditionally updates its output based on its input.
Daniel Dunbar