<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Transforms/ADCE, branch release_22</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Transforms/ADCE?h=release_22</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Transforms/ADCE?h=release_22'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-11-23T19:30:27Z</updated>
<entry>
<title>Ding dong, the DoesntAccessMemoryFns and</title>
<updated>2007-11-23T19:30:27Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2007-11-23T19:30:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e4dc717585d5b891d187248352cbbc8d2438da96'/>
<id>urn:sha1:e4dc717585d5b891d187248352cbbc8d2438da96</id>
<content type='text'>
OnlyReadsMemoryFns tables are dead!  We
get more, and more accurate, information
from gcc via the readnone and readonly
function attributes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44288 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Readonly/readnone functions are allowed to throw</title>
<updated>2007-11-22T21:40:06Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2007-11-22T21:40:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5ef7be79e0a9e2c05f84e2a98b6969dcabebf15d'/>
<id>urn:sha1:5ef7be79e0a9e2c05f84e2a98b6969dcabebf15d</id>
<content type='text'>
exceptions, so don't turn invokes of them into
calls.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44278 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Unreachable block is not a root node in post dominator tree.</title>
<updated>2007-07-24T01:02:25Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2007-07-24T01:02:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=62e279bbdb235e247fa43223ba920f97ae27e4ac'/>
<id>urn:sha1:62e279bbdb235e247fa43223ba920f97ae27e4ac</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40458 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-14T22:54:01Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-14T22:54:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6934f06efe59fcc48164b63a84e56a3b390517d4'/>
<id>urn:sha1:6934f06efe59fcc48164b63a84e56a3b390517d4</id>
<content type='text'>
Convert to new test system.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36023 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>For PR1258:</title>
<updated>2007-03-19T18:27:35Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-03-19T18:27:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2318ec67b833e78499e1f9cfa5b2da48a9655887'/>
<id>urn:sha1:2318ec67b833e78499e1f9cfa5b2da48a9655887</id>
<content type='text'>
Revise numeric value references to accommodate collapsed type planes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35170 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>Remove debug info.</title>
<updated>2006-12-04T17:06:15Z</updated>
<author>
<name>Jim Laskey</name>
<email>jlaskey@mac.com</email>
</author>
<published>2006-12-04T17:06:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=933ca310d0c41228b1634b9ff6d5dbfdc2b23433'/>
<id>urn:sha1:933ca310d0c41228b1634b9ff6d5dbfdc2b23433</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32181 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
