<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/BugPoint, branch release_31</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/BugPoint?h=release_31</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/BugPoint?h=release_31'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-02-16T06:28:33Z</updated>
<entry>
<title>Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed.</title>
<updated>2012-02-16T06:28:33Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eli.bendersky@intel.com</email>
</author>
<published>2012-02-16T06:28:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0f0c411079cd21bb3a81a1b70bf8c67539a16c22'/>
<id>urn:sha1:0f0c411079cd21bb3a81a1b70bf8c67539a16c22</id>
<content type='text'>
Patch reviewed by Daniel Dunbar. It will be followed by additional cleanup patches.




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150664 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.</title>
<updated>2010-11-29T07:58:32Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2010-11-29T07:58:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=86c817e9d446aa7bf6e91170be22249884fefd0d'/>
<id>urn:sha1:86c817e9d446aa7bf6e91170be22249884fefd0d</id>
<content type='text'>
%llvmshlibdir should be 'bin' on Cygming.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120282 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>XFAIL this on mingw, following remove_arguments_test.ll.</title>
<updated>2010-08-24T20:54:50Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-08-24T20:54:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3e242f86ebe6105ceb855d6640d2c49ca7c7ded2'/>
<id>urn:sha1:3e242f86ebe6105ceb855d6640d2c49ca7c7ded2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111962 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a testcase for basic bugpointing in the presence of metadata.</title>
<updated>2010-08-24T20:23:51Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-08-24T20:23:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a15a1336478ffe16f3165c99e5c0e434eb6c53a2'/>
<id>urn:sha1:a15a1336478ffe16f3165c99e5c0e434eb6c53a2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111955 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>XFAIL for mingw that has no plugins.</title>
<updated>2010-08-09T15:14:06Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2010-08-09T15:14:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9778a8af2335478926dd0aa929deb034333a031e'/>
<id>urn:sha1:9778a8af2335478926dd0aa929deb034333a031e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110574 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use %shlibext instead of .so</title>
<updated>2010-08-08T00:55:59Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2010-08-08T00:55:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a5c4cc5f34c0d211fbe639168fa01c6364c9b888'/>
<id>urn:sha1:a5c4cc5f34c0d211fbe639168fa01c6364c9b888</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110529 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move the bugpoint test passes to a plugin in preparation for having bugpoint</title>
<updated>2010-08-07T21:48:09Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2010-08-07T21:48:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3cb96268c47ded89e31885bf4dcfe29ee71ab214'/>
<id>urn:sha1:3cb96268c47ded89e31885bf4dcfe29ee71ab214</id>
<content type='text'>
use opt.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110520 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix this test to work under lit.</title>
<updated>2010-06-07T20:58:11Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-06-07T20:58:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4d541e44242bbeb71d2a7f862f909a92ee15723d'/>
<id>urn:sha1:4d541e44242bbeb71d2a7f862f909a92ee15723d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105553 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Run dead type elimination after dead argument elimination.</title>
<updated>2010-06-07T20:28:37Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-06-07T20:28:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d0a6a8ca31e507ab3852f156867c439a4cd015f0'/>
<id>urn:sha1:d0a6a8ca31e507ab3852f156867c439a4cd015f0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105552 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make bugpoint dead-argument-hacking actually work, and actually test it.</title>
<updated>2010-06-07T20:20:33Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-06-07T20:20:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b9539745c54de13452e5ae7d0a13cb20dd763c10'/>
<id>urn:sha1:b9539745c54de13452e5ae7d0a13cb20dd763c10</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105551 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
