<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Bytecode, branch master</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Bytecode?h=master</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Bytecode?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-07-25T19:47:31Z</updated>
<entry>
<title>Moving regression test to reflect move in source and headers to Bitcode.</title>
<updated>2007-07-25T19:47:31Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2007-07-25T19:47:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7e9e10bd46dc4fd6d7de3ed1cbe28b3a058736fc'/>
<id>urn:sha1:7e9e10bd46dc4fd6d7de3ed1cbe28b3a058736fc</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40488 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>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>
</feed>
