<?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 findmisopt</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>11aaaeeb - Delete -std-compile-opts.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/findmisopt#11aaaeeb</link>
        <description>Delete -std-compile-opts.These days -std-compile-opts was just a silly alias for -O3.llvm-svn: 219951

            List of files:
            /llvm-project-15.0.7/llvm/utils/findmisopt</description>
        <pubDate>Thu, 16 Oct 2014 20:00:02 +0000</pubDate>
        <dc:creator>Rafael Espindola &lt;rafael.espindola@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9125493e - Remove llvm-ld and llvm-stub (which is only used by llvm-ld).</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/findmisopt#9125493e</link>
        <description>Remove llvm-ld and llvm-stub (which is only used by llvm-ld).llvm-ld is no longer useful and causes confusion and so it is being removed.* Does not work very well on Windows because it must call a gcc like driver to  assemble and link.* Has lots of hard coded paths which are wrong on many systems.* Does not understand most of ld&apos;s options.* Can be partially replaced by llvm-link | opt | {llc | as, llc -filetype=obj} |  ld, or fully replaced by Clang.I know of no production use of llvm-ld, and hacking use should bereplaced by Clang&apos;s driver.llvm-svn: 155147

            List of files:
            /llvm-project-15.0.7/llvm/utils/findmisopt</description>
        <pubDate>Thu, 19 Apr 2012 19:27:54 +0000</pubDate>
        <dc:creator>Michael J. Spencer &lt;bigcheesegs@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e9da6db6 - Convert a bunch of uses of &apos;bytecode&apos; into &apos;bitcode&apos;.  This</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/findmisopt#e9da6db6</link>
        <description>Convert a bunch of uses of &apos;bytecode&apos; into &apos;bitcode&apos;.  Thisis not everything, but the remaining cases are less trivial.llvm-svn: 115080

            List of files:
            /llvm-project-15.0.7/llvm/utils/findmisopt</description>
        <pubDate>Wed, 29 Sep 2010 20:09:55 +0000</pubDate>
        <dc:creator>Duncan Sands &lt;baldrick@free.fr&gt;</dc:creator>
    </item>
<item>
        <title>ab131789 - Make use of the llvm-ld tool&apos;s new ability to read input from stdin to extract</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/findmisopt#ab131789</link>
        <description>Make use of the llvm-ld tool&apos;s new ability to read input from stdin to extractthe list of link time passes to be run, just as for opt, with the-debug-pass=Arguments option.llvm-svn: 41040

            List of files:
            /llvm-project-15.0.7/llvm/utils/findmisopt</description>
        <pubDate>Mon, 13 Aug 2007 06:19:51 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
<item>
        <title>36870071 - Now that llvm-ld can accept - as input from stdin, use this feature to extract</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/findmisopt#36870071</link>
        <description>Now that llvm-ld can accept - as input from stdin, use this feature to extractthe pass arguments that it supports.llvm-svn: 41019

            List of files:
            /llvm-project-15.0.7/llvm/utils/findmisopt</description>
        <pubDate>Sat, 11 Aug 2007 16:11:22 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
<item>
        <title>c0453647 - Use opt to generate the list of passes to run.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/findmisopt#c0453647</link>
        <description>Use opt to generate the list of passes to run.llvm-svn: 33903

            List of files:
            /llvm-project-15.0.7/llvm/utils/findmisopt</description>
        <pubDate>Mon, 05 Feb 2007 06:10:19 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
<item>
        <title>68acb200 - Allow the input of the test program to be specified.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/findmisopt#68acb200</link>
        <description>Allow the input of the test program to be specified.Don&apos;t generate the reference output for each comparison.llvm-svn: 32395

            List of files:
            /llvm-project-15.0.7/llvm/utils/findmisopt</description>
        <pubDate>Sat, 09 Dec 2006 04:42:33 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
<item>
        <title>5c09dd74 - Add the -ldl library option.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/findmisopt#5c09dd74</link>
        <description>Add the -ldl library option.llvm-svn: 32369

            List of files:
            /llvm-project-15.0.7/llvm/utils/findmisopt</description>
        <pubDate>Fri, 08 Dec 2006 18:58:38 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
<item>
        <title>6984a156 - Only show the first few lines of difference.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/findmisopt#6984a156</link>
        <description>Only show the first few lines of difference.llvm-svn: 31901

            List of files:
            /llvm-project-15.0.7/llvm/utils/findmisopt</description>
        <pubDate>Sat, 25 Nov 2006 04:07:06 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
<item>
        <title>fff57ce9 - Stop early if there is no mis-optimization.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/findmisopt#fff57ce9</link>
        <description>Stop early if there is no mis-optimization.llvm-svn: 31893

            List of files:
            /llvm-project-15.0.7/llvm/utils/findmisopt</description>
        <pubDate>Wed, 22 Nov 2006 03:46:45 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
<item>
        <title>170ff027 - Provide a list of gccld optimization switches.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/findmisopt#170ff027</link>
        <description>Provide a list of gccld optimization switches.llvm-svn: 31849

            List of files:
            /llvm-project-15.0.7/llvm/utils/findmisopt</description>
        <pubDate>Sat, 18 Nov 2006 17:14:09 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
<item>
        <title>b3030c42 - Use a release version of bugpoint, if found. Include gccld passes.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/findmisopt#b3030c42</link>
        <description>Use a release version of bugpoint, if found. Include gccld passes.llvm-svn: 31786

            List of files:
            /llvm-project-15.0.7/llvm/utils/findmisopt</description>
        <pubDate>Thu, 16 Nov 2006 18:32:47 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
<item>
        <title>cac60e8e - Add some output so the user is informed while they wait.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/findmisopt#cac60e8e</link>
        <description>Add some output so the user is informed while they wait.llvm-svn: 31700

            List of files:
            /llvm-project-15.0.7/llvm/utils/findmisopt</description>
        <pubDate>Mon, 13 Nov 2006 16:08:51 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
<item>
        <title>2e80be82 - Add -lstdc++ to the link line for C++ programs.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/findmisopt#2e80be82</link>
        <description>Add -lstdc++ to the link line for C++ programs.llvm-svn: 31678

            List of files:
            /llvm-project-15.0.7/llvm/utils/findmisopt</description>
        <pubDate>Sat, 11 Nov 2006 10:22:48 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
<item>
        <title>c6389c10 - Don&apos;t run bugpoint if we can&apos;t find a misoptimization.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/findmisopt#c6389c10</link>
        <description>Don&apos;t run bugpoint if we can&apos;t find a misoptimization.llvm-svn: 31582

            List of files:
            /llvm-project-15.0.7/llvm/utils/findmisopt</description>
        <pubDate>Thu, 09 Nov 2006 01:47:04 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
<item>
        <title>206d609c - Print a usage message if too few arguments to program.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/findmisopt#206d609c</link>
        <description>Print a usage message if too few arguments to program.llvm-svn: 31581

            List of files:
            /llvm-project-15.0.7/llvm/utils/findmisopt</description>
        <pubDate>Thu, 09 Nov 2006 00:50:32 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
<item>
        <title>e7355130 - Add a utility script to find a mis-optimization problem. This sometimes</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/findmisopt#e7355130</link>
        <description>Add a utility script to find a mis-optimization problem. This sometimeshelps when bugpoint can&apos;t find the problem directly because it needs theset of optimizations that cause the program to fail.llvm-svn: 31580

            List of files:
            /llvm-project-15.0.7/llvm/utils/findmisopt</description>
        <pubDate>Thu, 09 Nov 2006 00:26:17 +0000</pubDate>
        <dc:creator>Reid Spencer &lt;rspencer@reidspencer.com&gt;</dc:creator>
    </item>
</channel>
</rss>
