<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/Stacker.html, branch release_22</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/Stacker.html?h=release_22</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/Stacker.html?h=release_22'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-09-22T10:13:39Z</updated>
<entry>
<title>Validation fixes</title>
<updated>2007-09-22T10:13:39Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2007-09-22T10:13:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=79070057c1d564e51b4e1888cd250a995e803c6f'/>
<id>urn:sha1:79070057c1d564e51b4e1888cd250a995e803c6f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42231 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Subversionify the documentation.</title>
<updated>2007-07-09T08:04:31Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-07-09T08:04:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=669ed45029765df223ba7e9cdc242f62c17497e4'/>
<id>urn:sha1:669ed45029765df223ba7e9cdc242f62c17497e4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38442 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update for changes in location of Stacker.</title>
<updated>2007-01-17T05:37:42Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-01-17T05:37:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=72826f61710a8bdc421ddc5f8c2ed10bf6873de8'/>
<id>urn:sha1:72826f61710a8bdc421ddc5f8c2ed10bf6873de8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33293 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Typo.</title>
<updated>2006-12-31T03:44:08Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2006-12-31T03:44:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=790fb928088f6eb6b07cbf0ffbccb387a931902c'/>
<id>urn:sha1:790fb928088f6eb6b07cbf0ffbccb387a931902c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32774 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix an example that used the old SetCondInst instruction.</title>
<updated>2006-12-19T19:47:54Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-12-19T19:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6388e3059deea795c21af1f7ebfdcfd000c8bf0a'/>
<id>urn:sha1:6388e3059deea795c21af1f7ebfdcfd000c8bf0a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32681 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR950:</title>
<updated>2006-10-20T07:07:24Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-10-20T07:07:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b83eb6447ba155342598f0fabe1f08f5baa9164a'/>
<id>urn:sha1:b83eb6447ba155342598f0fabe1f08f5baa9164a</id>
<content type='text'>
This patch implements the first increment for the Signless Types feature.
All changes pertain to removing the ConstantSInt and ConstantUInt classes
in favor of just using ConstantInt.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31063 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Changes docs for llvm.cs.uiuc.edu -&gt; llvm.org</title>
<updated>2006-03-14T05:39:39Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-03-14T05:39:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=05fe4b02561f4431626a73ac2900be523e233cd6'/>
<id>urn:sha1:05fe4b02561f4431626a73ac2900be523e233cd6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26746 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Correct the descriptions of WHILE...END and RROT. Thanks to Lalo Martins</title>
<updated>2005-05-04T15:43:40Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2005-05-04T15:43:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=68fb553332f582f5f910fd346e0dd4de80346d67'/>
<id>urn:sha1:68fb553332f582f5f910fd346e0dd4de80346d67</id>
<content type='text'>
for pointing out these errors.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21683 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update table to llvm.css standards.</title>
<updated>2004-11-01T20:47:22Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-11-01T20:47:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1f92301a7dc8a0670b8bb625343d0956cd3c0d8a'/>
<id>urn:sha1:1f92301a7dc8a0670b8bb625343d0956cd3c0d8a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17409 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Take one item off the "to do" list: implemented -O1 .. -O5 options for</title>
<updated>2004-09-04T20:30:01Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-09-04T20:30:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=88eed81802c777552b5e77a2331d3ae0cadaaf72'/>
<id>urn:sha1:88eed81802c777552b5e77a2331d3ae0cadaaf72</id>
<content type='text'>
optimization in stkrc instead of depending on "opt"


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16169 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
