<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in llvmgrep</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>2946cd70 - Update the file headers across all of the LLVM projects in the monorepo</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvmgrep#2946cd70</link>
        <description>Update the file headers across all of the LLVM projects in the monorepoto reflect the new license.We understand that people may be surprised that we&apos;re moving the headerentirely to discuss the new license. We checked this carefully with theFoundation&apos;s lawyer and we believe this is the correct approach.Essentially, all code in the project is now made available by the LLVMproject under our new license, so you will see that the license headersinclude that license only. Some of our contributors have contributedcode under our old license, and accordingly, we have retained a copy ofour old license notice in the top-level files in each project andrepository.llvm-svn: 351636

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvmgrep</description>
        <pubDate>Sat, 19 Jan 2019 08:50:56 +0000</pubDate>
        <dc:creator>Chandler Carruth &lt;chandlerc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6a6a30d5 - Use -H on darwin as well.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvmgrep#6a6a30d5</link>
        <description>Use -H on darwin as well.Patch by Liang Wang!llvm-svn: 149085

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvmgrep</description>
        <pubDate>Thu, 26 Jan 2012 22:06:23 +0000</pubDate>
        <dc:creator>Eric Christopher &lt;echristo@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>e849956d - search unittests.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvmgrep#e849956d</link>
        <description>search unittests.llvm-svn: 79884

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvmgrep</description>
        <pubDate>Mon, 24 Aug 2009 03:44:02 +0000</pubDate>
        <dc:creator>Chris Lattner &lt;sabre@nondot.org&gt;</dc:creator>
    </item>
<item>
        <title>3ce33b86 - Update llvm{do,grep} to also search cmake / .cmake files</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvmgrep#3ce33b86</link>
        <description>Update llvm{do,grep} to also search cmake / .cmake filesllvm-svn: 75867

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvmgrep</description>
        <pubDate>Thu, 16 Jul 2009 00:06:36 +0000</pubDate>
        <dc:creator>Daniel Dunbar &lt;daniel@zuster.org&gt;</dc:creator>
    </item>
<item>
        <title>8adcd9f3 - remove attributions from utils.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvmgrep#8adcd9f3</link>
        <description>remove attributions from utils.llvm-svn: 45419

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvmgrep</description>
        <pubDate>Sat, 29 Dec 2007 20:37:13 +0000</pubDate>
        <dc:creator>Chris Lattner &lt;sabre@nondot.org&gt;</dc:creator>
    </item>
<item>
        <title>e2bcaaa2 - This script takes arguments so remove the check for number of arguments,</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvmgrep#e2bcaaa2</link>
        <description>This script takes arguments so remove the check for number of arguments,just check the first arg to see if its -topdir.llvm-svn: 29694

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvmgrep</description>
        <pubDate>Tue, 15 Aug 2006 03:48:22 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
<item>
        <title>235c1555 - Make all tools that use llvmdo have a -topdir option that allows the top</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvmgrep#235c1555</link>
        <description>Make all tools that use llvmdo have a -topdir option that allows the topsource dir for LLVM to be specified explicitly. This removes the dependencyon the llvm-config script. If the option is not given, then the scripts usellvm-config which should be both built and in the PATH. This arrangementprovides a useful default for most developers but also allows the nightlytester to execute countloc.sh before llvm-config is built and withoutaltering the PATH.llvm-svn: 29663

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvmgrep</description>
        <pubDate>Mon, 14 Aug 2006 18:49:05 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
<item>
        <title>719c3835 - Make llvmdo and llvmgrep invulnerable to where they are run from by getting</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvmgrep#719c3835</link>
        <description>Make llvmdo and llvmgrep invulnerable to where they are run from by gettingthe llvm source root from the llvm-config command. The dependency now isthat the correct llvm-config command is in the path. For most developersthis is the case.llvm-svn: 29630

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvmgrep</description>
        <pubDate>Fri, 11 Aug 2006 21:53:27 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
<item>
        <title>3e2d463a - Allow a sequence of digits at the end of the directory name when trying to</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvmgrep#3e2d463a</link>
        <description>Allow a sequence of digits at the end of the directory name when trying todetermine the top directory. This allows the tool to find the correct topdirectory when you have something like:   /x/llvm   /x/llvm2   /x/llvm3Previously the scripts would always find /x/llvm even if you were in thellvm2 or llvm3 directory because the pattern didn&apos;t allow the digits atthe end of the path.llvm-svn: 26751

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvmgrep</description>
        <pubDate>Tue, 14 Mar 2006 06:08:05 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
<item>
        <title>50a425a5 - Make these scripts work on SunOS too.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvmgrep#50a425a5</link>
        <description>Make these scripts work on SunOS too.llvm-svn: 16805

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvmgrep</description>
        <pubDate>Thu, 07 Oct 2004 16:03:21 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
<item>
        <title>5ef171a5 - Documentation upgrade.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvmgrep#5ef171a5</link>
        <description>Documentation upgrade.llvm-svn: 16445

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvmgrep</description>
        <pubDate>Mon, 20 Sep 2004 08:09:36 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
<item>
        <title>08941821 - Base the implementation on the llvmdo script so that we only have to</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvmgrep#08941821</link>
        <description>Base the implementation on the llvmdo script so that we only have tomaintain the logic for &quot;what counts as a source file&quot; in one place.llvm-svn: 16442

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvmgrep</description>
        <pubDate>Mon, 20 Sep 2004 07:22:23 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
<item>
        <title>24ba604c - Don&apos;t include libtool &quot;object&quot; files</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvmgrep#24ba604c</link>
        <description>Don&apos;t include libtool &quot;object&quot; filesllvm-svn: 16391

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvmgrep</description>
        <pubDate>Sat, 18 Sep 2004 04:40:46 +0000</pubDate>
        <dc:creator>Chris Lattner &lt;sabre@nondot.org&gt;</dc:creator>
    </item>
<item>
        <title>ad4c8e33 - Add the examples directory to these scripts.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvmgrep#ad4c8e33</link>
        <description>Add the examples directory to these scripts.llvm-svn: 16030

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvmgrep</description>
        <pubDate>Tue, 24 Aug 2004 17:42:33 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
<item>
        <title>9f714c8d - Include .td and .txt files in the greps.  This will allow me to find symbols in</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvmgrep#9f714c8d</link>
        <description>Include .td and .txt files in the greps.  This will allow me to find symbols inthem, and also count them in the LOC of LLVM for the nightly tester.llvm-svn: 15786

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvmgrep</description>
        <pubDate>Sun, 15 Aug 2004 22:54:31 +0000</pubDate>
        <dc:creator>Chris Lattner &lt;sabre@nondot.org&gt;</dc:creator>
    </item>
<item>
        <title>37e0ba96 - Fix some thinkos in the script (error handling, proper argument handling).</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvmgrep#37e0ba96</link>
        <description>Fix some thinkos in the script (error handling, proper argument handling).llvm-svn: 14676

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvmgrep</description>
        <pubDate>Wed, 07 Jul 2004 21:19:01 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
<item>
        <title>0277fd7b - A utility to search the LLVM source tree for a grep pattern. This is a</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvmgrep#0277fd7b</link>
        <description>A utility to search the LLVM source tree for a grep pattern. This is areplacement for getsrcs.sh which now generates too much text to put on aLinux command line. The approach taken with llvmgrep is to execute a findcommand and execute a grep on each file that matches the name pattern. Thearguments to this script are the same as those of egrep. Note that the -Hand -n options to egrep will always be passed so that you always get thefile and line number of matches.llvm-svn: 14255

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvmgrep</description>
        <pubDate>Sat, 19 Jun 2004 20:32:55 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
</channel>
</rss>
