aboutsummaryrefslogtreecommitdiffstats
path: root/utils/mkpatch
Commit message (Collapse)AuthorAgeFilesLines
* Fixing some differences between CVS and SVN diff'ing. Reid fixed these already, Chandler Carruth2007-07-201-2/+2
| | | | | | | but I think it got lost in the conversion mess. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40107 91177308-0d34-0410-b5e6-96231b3b80d8
* Subversionify the script.Reid Spencer2007-07-091-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38440 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix this tool for use on Darwin which requires the file to come after theReid Spencer2007-01-171-1/+1
| | | | | | | | | commands. Linux is more forgiving. Patch by Gordon Henriksen. Thanks, Gordon! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33285 91177308-0d34-0410-b5e6-96231b3b80d8
* Join two lines that caused awk to squak on some platforms.Reid Spencer2007-01-161-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33274 91177308-0d34-0410-b5e6-96231b3b80d8
* Put in some needed \ at the end of lines!!!Reid Spencer2007-01-111-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33070 91177308-0d34-0410-b5e6-96231b3b80d8
* Make the awk filter print out which files its eliminating.Reid Spencer2006-11-181-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31851 91177308-0d34-0410-b5e6-96231b3b80d8
* This is a utility for preparing patches against LLVM. It runs cvs diff withReid Spencer2006-11-181-0/+36
the correct options, places the patch content in order that makes sense for review, and filters cruft out of the patch (like diffs in *.cvs files). It produces both a NAME.patch.raw (unfiltered) and NAME.patch (filtered) file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31850 91177308-0d34-0410-b5e6-96231b3b80d8