<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Bytecode, branch release_20</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Bytecode?h=release_20</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Bytecode?h=release_20'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-04-15T10:11:13Z</updated>
<entry>
<title>For PR1319: Upgrade to new test harness</title>
<updated>2007-04-15T10:11:13Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-15T10:11:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b9e8a948bba5361264d9f40107312cdf78573144'/>
<id>urn:sha1:b9e8a948bba5361264d9f40107312cdf78573144</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36069 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>Update tests that need to be run through llvm-upgrade. This is necessary</title>
<updated>2006-12-29T20:01:32Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-12-29T20:01:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=73e70822ae9dd03f092b1ae56c5fed6d39b7af3c'/>
<id>urn:sha1:73e70822ae9dd03f092b1ae56c5fed6d39b7af3c</id>
<content type='text'>
for upcoming changes to the llvm assembly grammar.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32768 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Test case for ensuring correct reading back of cast constant expressions.</title>
<updated>2006-12-11T23:19:53Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-12-11T23:19:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1565491af254368a2b016b5886cd6f5c46d36993'/>
<id>urn:sha1:1565491af254368a2b016b5886cd6f5c46d36993</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32449 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove tests for checking bytecode upgrade. Bytecode upgrade is being</title>
<updated>2006-12-02T20:35:50Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-12-02T20:35:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=595a4e51d526fee6bf5ca4dc403230b2381bd709'/>
<id>urn:sha1:595a4e51d526fee6bf5ca4dc403230b2381bd709</id>
<content type='text'>
replaced in 2.0 with assembly upgrade via the llvm-upgrade tool.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32132 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Upgrade old intrinsic function calls manually.</title>
<updated>2006-12-02T20:34:57Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-12-02T20:34:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=70e0531fcec87c86925446784bba4c545a36dddf'/>
<id>urn:sha1:70e0531fcec87c86925446784bba4c545a36dddf</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32131 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Discard code that supported old bytecode formats. This makes the Bytecode</title>
<updated>2006-11-14T04:47:22Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-11-14T04:47:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d798a515e93e1ac323ecff8dc6c0b0567c252e36'/>
<id>urn:sha1:d798a515e93e1ac323ecff8dc6c0b0567c252e36</id>
<content type='text'>
Reader code much easier to read and maintain. Backwards compatibility from
version 5 format has been retained. Older formats will produce an error.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31723 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Ensure we don't regress on reading version 6 bytecode.</title>
<updated>2006-11-08T21:28:30Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-11-08T21:28:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d8e01971d38d1138b08368a568710bca02635d0a'/>
<id>urn:sha1:d8e01971d38d1138b08368a568710bca02635d0a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31574 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added the ability to xfail based on llvmgcc version</title>
<updated>2006-04-12T21:57:40Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2006-04-12T21:57:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=97275558595e8e420cebb1431bd093ea811dee8c'/>
<id>urn:sha1:97275558595e8e420cebb1431bd093ea811dee8c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27635 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Tired of wading through cvs's list ? files that are generated when building</title>
<updated>2006-03-23T23:41:57Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-03-23T23:41:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2676f83776c3d23ed44f2333b92b4f584743a109'/>
<id>urn:sha1:2676f83776c3d23ed44f2333b92b4f584743a109</id>
<content type='text'>
with srcdir = objdir to see what's okay and what's cruft. So, in goes a
bunch of .cvsignore files to shut cvs up about known output from running
"make check".


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