summaryrefslogtreecommitdiffstats
path: root/llvm/utils/mkpatch
Commit message (Collapse)AuthorAgeFilesLines
* Delete mkpatch. Everything it does is already done by svn diff by default.Dan Gohman2010-08-041-37/+0
| | | | llvm-svn: 110203
* update mkpatch for MC, patch by Aaron GrayChris Lattner2010-03-121-1/+1
| | | | llvm-svn: 98334
* update mkpatch, patch by Garrison Venn!Chris Lattner2010-01-181-2/+2
| | | | llvm-svn: 93771
* Original patch by Talin.Misha Brukman2009-01-011-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 Carruth2007-07-201-2/+2
| | | | | | but I think it got lost in the conversion mess. llvm-svn: 40107
* Subversionify the script.Reid Spencer2007-07-091-2/+2
| | | | llvm-svn: 38440
* 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! llvm-svn: 33285
* Join two lines that caused awk to squak on some platforms.Reid Spencer2007-01-161-2/+2
| | | | llvm-svn: 33274
* Put in some needed \ at the end of lines!!!Reid Spencer2007-01-111-1/+1
| | | | llvm-svn: 33070
* Make the awk filter print out which files its eliminating.Reid Spencer2006-11-181-1/+2
| | | | llvm-svn: 31851
* 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. llvm-svn: 31850
OpenPOWER on IntegriCloud