<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/utils/findmisopt, branch stable</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/utils/findmisopt?h=stable</id>
<link rel='self' href='https://git.amat.us/llvm/atom/utils/findmisopt?h=stable'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-04-19T19:27:54Z</updated>
<entry>
<title>Remove llvm-ld and llvm-stub (which is only used by llvm-ld).</title>
<updated>2012-04-19T19:27:54Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2012-04-19T19:27:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=75338097c786eea1c461e744a2c45af78f56286f'/>
<id>urn:sha1:75338097c786eea1c461e744a2c45af78f56286f</id>
<content type='text'>
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'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 be
replaced by Clang's driver.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155147 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Convert a bunch of uses of 'bytecode' into 'bitcode'.  This</title>
<updated>2010-09-29T20:09:55Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2010-09-29T20:09:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=18d52f2fb551c295bbce4c7d7357f4050b06e926'/>
<id>urn:sha1:18d52f2fb551c295bbce4c7d7357f4050b06e926</id>
<content type='text'>
is not everything, but the remaining cases are less trivial.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115080 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make use of the llvm-ld tool's new ability to read input from stdin to extract</title>
<updated>2007-08-13T06:19:51Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-08-13T06:19:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f6101ac7bcb06ec3488bd5afab38f20ae6855e35'/>
<id>urn:sha1:f6101ac7bcb06ec3488bd5afab38f20ae6855e35</id>
<content type='text'>
the list of link time passes to be run, just as for opt, with the
-debug-pass=Arguments option.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41040 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Now that llvm-ld can accept - as input from stdin, use this feature to extract</title>
<updated>2007-08-11T16:11:22Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-08-11T16:11:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3c5b57c884f96d3cd13dec81e48633764f71ccfd'/>
<id>urn:sha1:3c5b57c884f96d3cd13dec81e48633764f71ccfd</id>
<content type='text'>
the pass arguments that it supports.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41019 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use opt to generate the list of passes to run.</title>
<updated>2007-02-05T06:10:19Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-02-05T06:10:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=90a2eb02e50f171866d03aab56db868c3f3a1cec'/>
<id>urn:sha1:90a2eb02e50f171866d03aab56db868c3f3a1cec</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33903 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Allow the input of the test program to be specified.</title>
<updated>2006-12-09T04:42:33Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-12-09T04:42:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2232a80ef13537c2ea840e4d877655b6e1ca8f62'/>
<id>urn:sha1:2232a80ef13537c2ea840e4d877655b6e1ca8f62</id>
<content type='text'>
Don't generate the reference output for each comparison.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32395 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add the -ldl library option.</title>
<updated>2006-12-08T18:58:38Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-12-08T18:58:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f8463a38bf04b822d009e9e4eaae2e4a3c930da4'/>
<id>urn:sha1:f8463a38bf04b822d009e9e4eaae2e4a3c930da4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32369 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Only show the first few lines of difference.</title>
<updated>2006-11-25T04:07:06Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-11-25T04:07:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ba07a6922289d65690ce5f39301cd7e75c97d89e'/>
<id>urn:sha1:ba07a6922289d65690ce5f39301cd7e75c97d89e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31901 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Stop early if there is no mis-optimization.</title>
<updated>2006-11-22T03:46:45Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-11-22T03:46:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6d0fbd4185ae24f342459b1ed4ab45062bff1a66'/>
<id>urn:sha1:6d0fbd4185ae24f342459b1ed4ab45062bff1a66</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31893 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Provide a list of gccld optimization switches.</title>
<updated>2006-11-18T17:14:09Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-11-18T17:14:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5b31cf0f9f53b08bed1e792aade56ef6d7c87e27'/>
<id>urn:sha1:5b31cf0f9f53b08bed1e792aade56ef6d7c87e27</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31849 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
