<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/projects, branch release_20</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/projects?h=release_20</id>
<link rel='self' href='https://git.amat.us/llvm/atom/projects?h=release_20'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-02-18T03:03:41Z</updated>
<entry>
<title>avoid collision with /usr/bin/sample if this ever gets installed.</title>
<updated>2007-02-18T03:03:41Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-02-18T03:03:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9bc823ec54435254ec4a4d4184087b77c0948ff5'/>
<id>urn:sha1:9bc823ec54435254ec4a4d4184087b77c0948ff5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34387 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove obsolete comment</title>
<updated>2007-01-17T05:26:57Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-01-17T05:26:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=de8dacf75998f4603feffb49a86bdb5ef6c3112f'/>
<id>urn:sha1:de8dacf75998f4603feffb49a86bdb5ef6c3112f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33292 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR1074:</title>
<updated>2007-01-17T02:18:44Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-01-17T02:18:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d203342a597bff2bc896cb31b7ea8dcd4e45a425'/>
<id>urn:sha1:d203342a597bff2bc896cb31b7ea8dcd4e45a425</id>
<content type='text'>
Remove the projects/Stacker directory. LLVM is now free of dependency
on llvm-gcc.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33278 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>relax type</title>
<updated>2007-01-07T08:39:27Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-01-07T08:39:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f1d71b537c1de856e399bf1b1a16f2f954d1f937'/>
<id>urn:sha1:f1d71b537c1de856e399bf1b1a16f2f954d1f937</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32993 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR950:</title>
<updated>2006-12-31T05:50:28Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-12-31T05:50:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=db8d2bed6a0ef890b81fabb014bfcb678e891695'/>
<id>urn:sha1:db8d2bed6a0ef890b81fabb014bfcb678e891695</id>
<content type='text'>
Convert signed integer types to signless.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32786 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR950:</title>
<updated>2006-12-23T06:05:41Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-12-23T06:05:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e4d87aa2de6e52952dca73716386db09aad5a8fd'/>
<id>urn:sha1:e4d87aa2de6e52952dca73716386db09aad5a8fd</id>
<content type='text'>
This patch removes the SetCC instructions and replaces them with the ICmp
and FCmp instructions. The SetCondInst instruction has been removed and
been replaced with ICmpInst and FCmpInst.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32751 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>switch statistic over, remove misspelt comment.</title>
<updated>2006-12-19T23:03:41Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2006-12-19T23:03:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2edc43f02d7ff75b3ed6091522c2571f8c3bbc27'/>
<id>urn:sha1:2edc43f02d7ff75b3ed6091522c2571f8c3bbc27</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32704 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update for llvm-gcc4 build.</title>
<updated>2006-12-13T08:03:25Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-12-13T08:03:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e922eb6f179969e79b40afd84e482d11beb7eb56'/>
<id>urn:sha1:e922eb6f179969e79b40afd84e482d11beb7eb56</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32533 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change createInferredCast calls to more accurate cast creation calls.</title>
<updated>2006-12-13T00:47:58Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-12-13T00:47:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=31b628ba6096d2b0bb5591b1231a8e4df4f6c8b8'/>
<id>urn:sha1:31b628ba6096d2b0bb5591b1231a8e4df4f6c8b8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32520 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are</title>
<updated>2006-12-07T01:30:32Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2006-12-07T01:30:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e81561909d128c6e2d8033cb5465a49b2596b26a'/>
<id>urn:sha1:e81561909d128c6e2d8033cb5465a49b2596b26a</id>
<content type='text'>
now cerr, cout, and NullStream resp.


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