<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/CodeGen/SPARC, branch release_23</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/CodeGen/SPARC?h=release_23</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/CodeGen/SPARC?h=release_23'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-02-19T01:41:04Z</updated>
<entry>
<title>Remove llvm-upgrade and update tests.</title>
<updated>2008-02-19T01:41:04Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-02-19T01:41:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=53a66d10f01ebfeac7b8e59ca677f2cf2d4a3b26'/>
<id>urn:sha1:53a66d10f01ebfeac7b8e59ca677f2cf2d4a3b26</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47296 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Convert tests using "| wc -l | grep ..." to use the count script.</title>
<updated>2007-08-15T13:36:28Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2007-08-15T13:36:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=28beeeac4db2d582d4947db96d62e423e4b68d88'/>
<id>urn:sha1:28beeeac4db2d582d4947db96d62e423e4b68d88</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41097 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added test case from PR1540.</title>
<updated>2007-07-13T23:57:33Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2007-07-13T23:57:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7722ceb7de6f64c8a7a079b80612ec15031f5483'/>
<id>urn:sha1:7722ceb7de6f64c8a7a079b80612ec15031f5483</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39845 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Convert .cvsignore files</title>
<updated>2007-06-29T16:35:07Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2007-06-29T16:35:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e644ef7b098460ce831220c780cbe25eaef3fb28'/>
<id>urn:sha1:e644ef7b098460ce831220c780cbe25eaef3fb28</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37801 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Do not assert, when case range split metric is zero and JTs are not allowed: just emit binary tree in this case. This</title>
<updated>2007-05-09T20:07:08Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2007-05-09T20:07:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7294b58ecdb430d1473d0a9220a234e62a710d54'/>
<id>urn:sha1:7294b58ecdb430d1473d0a9220a234e62a710d54</id>
<content type='text'>
fixes PR1403.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36959 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use the llvm_supports_target function to prevent running of tests for</title>
<updated>2007-04-21T20:41:27Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-21T20:41:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=16154ef9f953aa05c14db64b74bd40cf4473bee4'/>
<id>urn:sha1:16154ef9f953aa05c14db64b74bd40cf4473bee4</id>
<content type='text'>
targets that LLVM is not configured to support.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36315 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR1319:</title>
<updated>2007-04-16T17:36:08Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-16T17:36:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=eb1d74e0c8b2c08b98e9175be137ec4ae617a8b7'/>
<id>urn:sha1:eb1d74e0c8b2c08b98e9175be137ec4ae617a8b7</id>
<content type='text'>
Remove &amp;&amp; from the end of the lines to prevent tests from throwing run
lines into the background. Also, clean up places where the same command
is run multiple times by using a temporary file.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36142 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR1319: Upgrade to new test harness.</title>
<updated>2007-04-15T21:17:45Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-15T21:17:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c58ef0185bbd70386367285afbf8ca3ee2fca30f'/>
<id>urn:sha1:c58ef0185bbd70386367285afbf8ca3ee2fca30f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36087 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make the llvm-runtest function much more amenable by eliminating all the</title>
<updated>2007-04-11T19:56:59Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-11T19:56:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0f5aed564871ecd3f55a54db82ed90e15b0a1233'/>
<id>urn:sha1:0f5aed564871ecd3f55a54db82ed90e15b0a1233</id>
<content type='text'>
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple changes (Makefile and llvm-dg.exp)
instead of touching every single dg.exp file.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35918 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>upgrade a random test</title>
<updated>2007-03-28T01:27:12Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-03-28T01:27:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=05c55ac0c1508bfa770236cd76e2417a23663390'/>
<id>urn:sha1:05c55ac0c1508bfa770236cd76e2417a23663390</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35395 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
