<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Transforms/IPConstantProp, branch release_23</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Transforms/IPConstantProp?h=release_23</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Transforms/IPConstantProp?h=release_23'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-03-11T22:24:29Z</updated>
<entry>
<title>Handle multiple ret values.</title>
<updated>2008-03-11T22:24:29Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2008-03-11T22:24:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7db30ba70111bd082d854e00f0b854c8d91eed76'/>
<id>urn:sha1:7db30ba70111bd082d854e00f0b854c8d91eed76</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48254 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove llvm-upgrade and update test cases.</title>
<updated>2008-03-01T09:15:35Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-03-01T09:15:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ec9a35a6f9143cfa325e0413cc297c48f627973a'/>
<id>urn:sha1:ec9a35a6f9143cfa325e0413cc297c48f627973a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47793 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:</title>
<updated>2007-04-15T08:30:33Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-15T08:30:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2aabd0722d68ee53af9ad7140d1c0b853b6fe421'/>
<id>urn:sha1:2aabd0722d68ee53af9ad7140d1c0b853b6fe421</id>
<content type='text'>
Upgrade to use new Tcl exec based test harness.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36062 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>For PR1043:</title>
<updated>2007-01-13T05:06:52Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-01-13T05:06:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=737ec5130ef29bd447eb3c93d6a6e980cc0b16e3'/>
<id>urn:sha1:737ec5130ef29bd447eb3c93d6a6e980cc0b16e3</id>
<content type='text'>
Bye, Bye Booly. Remove the use of the bool type from non-upgraded test
cases and from grep expressions. The parser doesn't accept it and the
asm writer doesn't produce it any more.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33183 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use the llvm-upgrade program to upgrade llvm assembly.</title>
<updated>2006-12-02T04:23:10Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-12-02T04:23:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=69ccadd7535a83b348595cf603126e6a68b2883b'/>
<id>urn:sha1:69ccadd7535a83b348595cf603126e6a68b2883b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32115 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix incorrectly translated testcase</title>
<updated>2006-12-01T21:38:02Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2006-12-01T21:38:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5dd4391c66dd04b7715898c50054a29d4bd0f4c8'/>
<id>urn:sha1:5dd4391c66dd04b7715898c50054a29d4bd0f4c8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32093 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR950:</title>
<updated>2006-11-27T01:05:10Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-11-27T01:05:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3da59db637a887474c1b1346c1f3ccf53b6c4663'/>
<id>urn:sha1:3da59db637a887474c1b1346c1f3ccf53b6c4663</id>
<content type='text'>
The long awaited CAST patch. This introduces 12 new instructions into LLVM
to replace the cast instruction. Corresponding changes throughout LLVM are
provided. This passes llvm-test, llvm/test, and SPEC CPUINT2000 with the
exception of 175.vpr which fails only on a slight floating point output
difference.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31931 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>
</feed>
