<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Analysis/DSGraph, branch master</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Analysis/DSGraph?h=master</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Analysis/DSGraph?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2006-12-13T17:02:04Z</updated>
<entry>
<title>Remove DSA tests.</title>
<updated>2006-12-13T17:02:04Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2006-12-13T17:02:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3ce85d5f8ef52ca2556518e2980b09fd5d1fa7a7'/>
<id>urn:sha1:3ce85d5f8ef52ca2556518e2980b09fd5d1fa7a7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32543 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>Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and</title>
<updated>2006-11-23T15:14:52Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-11-23T15:14:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e5d4efa63ec2c1296e3a1a3e70763df02cd1a7ab'/>
<id>urn:sha1:e5d4efa63ec2c1296e3a1a3e70763df02cd1a7ab</id>
<content type='text'>
older features will be dropped soon and these test cases must not rely
on the upgrade capability.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31896 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Improve cvs ignoring of test results.</title>
<updated>2006-10-27T16:43:34Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-10-27T16:43:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f5d913409d93ad0cba855d52807bc667603fd767'/>
<id>urn:sha1:f5d913409d93ad0cba855d52807bc667603fd767</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31217 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>restore these tests</title>
<updated>2006-10-23T19:52:27Z</updated>
<author>
<name>Andrew Lenharth</name>
<email>andrewl@lenharth.org</email>
</author>
<published>2006-10-23T19:52:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=21c04a3c8befd0712efec80861ff6c563f6023af'/>
<id>urn:sha1:21c04a3c8befd0712efec80861ff6c563f6023af</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31133 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update tests now that opt no longer reads .ll files</title>
<updated>2006-08-27T22:47:14Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2006-08-27T22:47:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d52e1b0dbe8b3052a5a8afb3f01d1d905748e685'/>
<id>urn:sha1:d52e1b0dbe8b3052a5a8afb3f01d1d905748e685</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29927 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR872:</title>
<updated>2006-08-18T06:34:30Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-08-18T06:34:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fd90dd5d5513f9e7130bab0da334ad2ad8ef4e02'/>
<id>urn:sha1:fd90dd5d5513f9e7130bab0da334ad2ad8ef4e02</id>
<content type='text'>
Shrinkify LLVM's footprint by removing the analyze tool and moving its
functionality into the opt tool. THis eliminates one of the largest tools
from LLVM and doesn't make opt much bigger because it already included
most of the analysis passes.  To get the old analyze functionality pass
the -analyze option to opt. Note that the integeration here is dead
simple. The "main" of analyze was just copied to opt and invoked if the
-analyze option was given. There may be opportunities for further
integration such as removing the distinction between transform passes
and analysis passes.

To use the analysis functionality, if you previously did this:
  analyze $FNAME -domset -disable-verify
you would now do this:
  opt -analyze $FNAME -domset -disable-verify
Pretty simple.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29762 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>not really XFailing these, as only incompleteness is wrong in the graph</title>
<updated>2006-06-28T20:14:30Z</updated>
<author>
<name>Andrew Lenharth</name>
<email>andrewl@lenharth.org</email>
</author>
<published>2006-06-28T20:14:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b916ba1fe435494a0ea80ab109bcee01c0c67052'/>
<id>urn:sha1:b916ba1fe435494a0ea80ab109bcee01c0c67052</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28967 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>change I flag on test</title>
<updated>2006-06-28T20:07:36Z</updated>
<author>
<name>Andrew Lenharth</name>
<email>andrewl@lenharth.org</email>
</author>
<published>2006-06-28T20:07:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e2339aff9f8229b9859fbe092a659ecf659a5894'/>
<id>urn:sha1:e2339aff9f8229b9859fbe092a659ecf659a5894</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28966 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>another c99 style problem</title>
<updated>2006-04-25T19:27:56Z</updated>
<author>
<name>Andrew Lenharth</name>
<email>andrewl@lenharth.org</email>
</author>
<published>2006-04-25T19:27:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=044edfe019968bf5778c1525b40acdd014beae62'/>
<id>urn:sha1:044edfe019968bf5778c1525b40acdd014beae62</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27969 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
