<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Scripts, branch release_20</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Scripts?h=release_20</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Scripts?h=release_20'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-04-14T16:14:08Z</updated>
<entry>
<title>Add a script to run a command but ignore its return code. This script</title>
<updated>2007-04-14T16:14:08Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-14T16:14:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b7fc87656f68cafe0a84fe76cad0d0952dad08ec'/>
<id>urn:sha1:b7fc87656f68cafe0a84fe76cad0d0952dad08ec</id>
<content type='text'>
always returns 0. This is useful with the llvm.exp based dejagnu testing
when a test wants to check the error output of tool invocation that
returns non-zero. Since every command is checked with llvm.exp, there needs
to be a way to prevent that checking and this script is it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35991 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make it handle plain old cast too, for old assembly.</title>
<updated>2006-11-13T16:11:14Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-11-13T16:11:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=28fa65b62e97cd2cffa289fccef01cc52484b744'/>
<id>urn:sha1:28fa65b62e97cd2cffa289fccef01cc52484b744</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31702 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Handle ptrtoint and inttoptr</title>
<updated>2006-11-13T16:09:37Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-11-13T16:09:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9fd5d13e5135ec9edb8a77aa5a02116afce21927'/>
<id>urn:sha1:9fd5d13e5135ec9edb8a77aa5a02116afce21927</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31701 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Instruction name changes.</title>
<updated>2006-11-11T01:04:13Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-11-11T01:04:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e0351b9a22d1a1051482808edc0b7d48f9d9b1a6'/>
<id>urn:sha1:e0351b9a22d1a1051482808edc0b7d48f9d9b1a6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31663 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Okay, need a pattern before and after the cast pattern.</title>
<updated>2006-11-04T01:11:19Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-11-04T01:11:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5d528947833ee03f6f557dc0694bc3713b925a6c'/>
<id>urn:sha1:5d528947833ee03f6f557dc0694bc3713b925a6c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31443 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Allow the regular expression to be extended by a parameter.</title>
<updated>2006-11-04T00:58:39Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-11-04T00:58:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=023fa4105bb7396c26cf6f3d190670784a3220f3'/>
<id>urn:sha1:023fa4105bb7396c26cf6f3d190670784a3220f3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31442 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR950:</title>
<updated>2006-11-04T00:49:52Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-11-04T00:49:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2461b73d9d5abe63ebe52d909b3cd07090d57c52'/>
<id>urn:sha1:2461b73d9d5abe63ebe52d909b3cd07090d57c52</id>
<content type='text'>
A little script to return 1 if it encounters any of the cast instructions
on the stdin.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31441 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove last remnants of Python/QMTest support</title>
<updated>2004-12-08T23:07:27Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-12-08T23:07:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8690180f494fcd135f065a895b49ab15731efb4d'/>
<id>urn:sha1:8690180f494fcd135f065a895b49ab15731efb4d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18672 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Rewrote prcontext.py in tcl.</title>
<updated>2004-11-13T21:03:22Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2004-11-13T21:03:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4913cdcc37497a033ab08fe0fd5489d3463fc0e3'/>
<id>urn:sha1:4913cdcc37497a033ab08fe0fd5489d3463fc0e3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17708 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>New python script that print a specified number of lines surrounding a</title>
<updated>2004-08-02T22:28:50Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2004-08-02T22:28:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=21eccb6563eb467d8dc7ab8cb7c3cccad55c38a5'/>
<id>urn:sha1:21eccb6563eb467d8dc7ab8cb7c3cccad55c38a5</id>
<content type='text'>
located pattern.
In other words, grep -C for Solaris.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15425 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
