Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete mkpatch. Everything it does is already done by svn diff by default. | Dan Gohman | 2010-08-04 | 1 | -37/+0 |
| | | | | llvm-svn: 110203 | ||||
* | update mkpatch for MC, patch by Aaron Gray | Chris Lattner | 2010-03-12 | 1 | -1/+1 |
| | | | | llvm-svn: 98334 | ||||
* | update mkpatch, patch by Garrison Venn! | Chris Lattner | 2010-01-18 | 1 | -2/+2 |
| | | | | llvm-svn: 93771 | ||||
* | Original patch by Talin. | Misha Brukman | 2009-01-01 | 1 | -1/+1 |
| | | | | | | | | * Added the first LLVM unittest -- DenseMap. * Updated mkpatch utility to include llvm/unittests dir * Added top-level target "unittests" to run all unittests llvm-svn: 61541 | ||||
* | Fixing some differences between CVS and SVN diff'ing. Reid fixed these already, | Chandler Carruth | 2007-07-20 | 1 | -2/+2 |
| | | | | | | but I think it got lost in the conversion mess. llvm-svn: 40107 | ||||
* | Subversionify the script. | Reid Spencer | 2007-07-09 | 1 | -2/+2 |
| | | | | llvm-svn: 38440 | ||||
* | Fix this tool for use on Darwin which requires the file to come after the | Reid Spencer | 2007-01-17 | 1 | -1/+1 |
| | | | | | | | | commands. Linux is more forgiving. Patch by Gordon Henriksen. Thanks, Gordon! llvm-svn: 33285 | ||||
* | Join two lines that caused awk to squak on some platforms. | Reid Spencer | 2007-01-16 | 1 | -2/+2 |
| | | | | llvm-svn: 33274 | ||||
* | Put in some needed \ at the end of lines!!! | Reid Spencer | 2007-01-11 | 1 | -1/+1 |
| | | | | llvm-svn: 33070 | ||||
* | Make the awk filter print out which files its eliminating. | Reid Spencer | 2006-11-18 | 1 | -1/+2 |
| | | | | llvm-svn: 31851 | ||||
* | This is a utility for preparing patches against LLVM. It runs cvs diff with | Reid Spencer | 2006-11-18 | 1 | -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. llvm-svn: 31850 |