<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Transforms/DSAnalysis, branch master</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Transforms/DSAnalysis?h=master</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Transforms/DSAnalysis?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2006-12-13T19:39:27Z</updated>
<entry>
<title>Remove DSA tests.</title>
<updated>2006-12-13T19:39:27Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2006-12-13T19:39:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=64225643331b608ea3558623b6eee6649bca7c6c'/>
<id>urn:sha1:64225643331b608ea3558623b6eee6649bca7c6c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32549 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove DSA tests.</title>
<updated>2006-12-13T18:05:30Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2006-12-13T18:05:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=308fce15ec5078541bea5a6988cb33f8b313171d'/>
<id>urn:sha1:308fce15ec5078541bea5a6988cb33f8b313171d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32547 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>opt no longer reads .ll files.  Run llvm-as explicitly.</title>
<updated>2006-08-27T22:41:58Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2006-08-27T22:41:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=21a82e6fc718b4a2cc0281a4a43477ba940d3586'/>
<id>urn:sha1:21a82e6fc718b4a2cc0281a4a43477ba940d3586</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29924 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>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>
<entry>
<title>Adding srcdir arg</title>
<updated>2004-11-19T22:45:25Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2004-11-19T22:45:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c8c1f12778e543bf89b2cd5cf77f8d81e9ccfcac'/>
<id>urn:sha1:c8c1f12778e543bf89b2cd5cf77f8d81e9ccfcac</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18020 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression)</title>
<updated>2004-11-13T23:00:45Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2004-11-13T23:00:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=28b372f1d3653a10f44b7769bc8d534f38475516'/>
<id>urn:sha1:28b372f1d3653a10f44b7769bc8d534f38475516</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17712 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
