<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Integer, branch release_20</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Integer?h=release_20</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Integer?h=release_20'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-04-14T22:51:29Z</updated>
<entry>
<title>Changes to fix problems with "make check". Apparently you can redefine</title>
<updated>2007-04-14T22:51:29Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-14T22:51:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=78fb2acea21ec413622722cb4efe23ce941c2f51'/>
<id>urn:sha1:78fb2acea21ec413622722cb4efe23ce941c2f51</id>
<content type='text'>
functions and Tcl's just tickled with that. The fix is to give the "new"
test system a different interface function name.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36022 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix syntax.</title>
<updated>2007-04-14T22:32:58Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-14T22:32:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a8d9394914e04e6c60a863ab3aa74cbd937b757d'/>
<id>urn:sha1:a8d9394914e04e6c60a863ab3aa74cbd937b757d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36021 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't try to interpret a fictitious file.</title>
<updated>2007-04-14T17:41:12Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-14T17:41:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fad4c0f1553cabf7cbe39fed8af76c43adfe2299'/>
<id>urn:sha1:fad4c0f1553cabf7cbe39fed8af76c43adfe2299</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36000 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>No need to quote things, shell isn't interpreting any more.</title>
<updated>2007-04-14T17:12:21Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-14T17:12:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=15855a1d286966cd184139e78686656f07e61488'/>
<id>urn:sha1:15855a1d286966cd184139e78686656f07e61488</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35997 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR1319:</title>
<updated>2007-04-14T16:48:55Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-14T16:48:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ff0f877ca40f539203b46386f30019a823b660bb'/>
<id>urn:sha1:ff0f877ca40f539203b46386f30019a823b660bb</id>
<content type='text'>
Changes necessary to run this with the "llvm.exp" version of llvm_runtest.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35995 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>FIx this test, thanks to llvm.exp</title>
<updated>2007-04-14T16:19:26Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-14T16:19:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2b88e5ecab2688d52c2b16c27ee5d48eb368fe6e'/>
<id>urn:sha1:2b88e5ecab2688d52c2b16c27ee5d48eb368fe6e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35992 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>Remove use of implementation keyword.</title>
<updated>2007-03-28T02:38:26Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-03-28T02:38:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5373b721c0c76c54f948b9097ba7f4737dbab730'/>
<id>urn:sha1:5373b721c0c76c54f948b9097ba7f4737dbab730</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35412 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>implementation keyword is going .. going .. gone.</title>
<updated>2007-03-28T01:52:40Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-03-28T01:52:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7215e0fb71e13ec3512b12bdee3982f0d3587d54'/>
<id>urn:sha1:7215e0fb71e13ec3512b12bdee3982f0d3587d54</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35404 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Flip the srem tests around. Previous commit was to correct an apparent</title>
<updated>2007-03-24T22:34:10Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-03-24T22:34:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9f992aec98e0384739baf485468dd403c790dd53'/>
<id>urn:sha1:9f992aec98e0384739baf485468dd403c790dd53</id>
<content type='text'>
bug in the srem implementation. Turns out it was a documentation bug
instead.


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