<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/CBackend, branch release_1</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/CBackend?h=release_1</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/CBackend?h=release_1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2003-10-23T19:16:12Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'release_1'.</title>
<updated>2003-10-23T19:16:12Z</updated>
<author>
<name>cvs2svn</name>
<email>nothing@nowhere.org</email>
</author>
<published>2003-10-23T19:16:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9ce8d306a3b2460815deae7dabb4817b3a3dcd15'/>
<id>urn:sha1:9ce8d306a3b2460815deae7dabb4817b3a3dcd15</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9439 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fail gracefully if we have a zero arg varargs function</title>
<updated>2003-10-23T18:39:22Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-23T18:39:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4065ef99f91f929e4e0305cbd22b44873bbe66ab'/>
<id>urn:sha1:4065ef99f91f929e4e0305cbd22b44873bbe66ab</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9436 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added LLVM copyright notice to Makefiles.</title>
<updated>2003-10-20T22:26:57Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-10-20T22:26:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e488e9360b1a865ba604330965edcf139e590b65'/>
<id>urn:sha1:e488e9360b1a865ba604330965edcf139e590b65</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9312 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added LLVM project notice to the top of every C++ source file.</title>
<updated>2003-10-20T19:43:21Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-10-20T19:43:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b576c94c15af9a440f69d9d03c2afead7971118c'/>
<id>urn:sha1:b576c94c15af9a440f69d9d03c2afead7971118c</id>
<content type='text'>
Header files will be on the way.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9298 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add support for the new varargs intrinsics and instructions</title>
<updated>2003-10-18T05:57:43Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-18T05:57:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4d45bd007d0c3a3a6e5b3876b67fd495acb0db2b'/>
<id>urn:sha1:4d45bd007d0c3a3a6e5b3876b67fd495acb0db2b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9226 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add support for 'weak' linkage.</title>
<updated>2003-10-16T18:29:00Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-16T18:29:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=72ac148d4964fbff950fe11a0eeeda73973b849b'/>
<id>urn:sha1:72ac148d4964fbff950fe11a0eeeda73973b849b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9171 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Decrease usage of use_size()</title>
<updated>2003-10-15T16:48:29Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-15T16:48:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fd05924946ebfcfb3409b21996cfd0836e4ddb31'/>
<id>urn:sha1:fd05924946ebfcfb3409b21996cfd0836e4ddb31</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9135 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Do not allow fallthroughs in switch statements.  This fixes PR37,</title>
<updated>2003-10-13T20:32:04Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-13T20:32:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3875657ee5eef43707b8481143df7630b689432b'/>
<id>urn:sha1:3875657ee5eef43707b8481143df7630b689432b</id>
<content type='text'>
253.perlbmk, and test/Programs/SingleSource/UnitTests/2003-10-13-SwitchTest.c!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9101 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use the autoconf macro John wrote</title>
<updated>2003-10-13T17:13:53Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-13T17:13:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4946a8cf56325e90999a078fa406b5af60061aa2'/>
<id>urn:sha1:4946a8cf56325e90999a078fa406b5af60061aa2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9095 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>* Spell "necessary" correctly</title>
<updated>2003-10-12T08:12:58Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-12T08:12:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5ef6ffd6c367e23189feb5353ded501ef8b96e20'/>
<id>urn:sha1:5ef6ffd6c367e23189feb5353ded501ef8b96e20</id>
<content type='text'>
* Print floating point values using C99 hexadecimal style FP if possible.
  This increases the number of floating point constants that may be emitted
  inline, and improves precision for global variable initializers which
  can not be emitted in integer form.

This fixes the Olden/Power benchmark with the CBE!!!!


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