<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/System/Makefile, branch release_20</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/System/Makefile?h=release_20</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/System/Makefile?h=release_20'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2006-08-23T20:35:51Z</updated>
<entry>
<title>Turn off exception handling for this library. It no longer throws nor</title>
<updated>2006-08-23T20:35:51Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-08-23T20:35:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4c97bed5d9f20bba3fbc3d13199cd9d6a320329e'/>
<id>urn:sha1:4c97bed5d9f20bba3fbc3d13199cd9d6a320329e</id>
<content type='text'>
handles exceptions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29847 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>This uses EH extensively</title>
<updated>2006-07-07T00:47:29Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2006-07-07T00:47:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a98a81e92a5a4b1631034fc44604b556cf50e581'/>
<id>urn:sha1:a98a81e92a5a4b1631034fc44604b556cf50e581</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29036 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR786:</title>
<updated>2006-06-01T01:55:21Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-06-01T01:55:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=72f42bbc9baad5fce8ee0a9ef969afbfc201f467'/>
<id>urn:sha1:72f42bbc9baad5fce8ee0a9ef969afbfc201f467</id>
<content type='text'>
Turn -pedantic and -Wno-long-long compile flags on by default. In a few
places, avoid the warnings by removing these options in the local makefile.
One notable exception: lib/Target/CBackend/Writer.cpp. These warnings are
left on as a reminder to developers to clean them up.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28614 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add the README files to the distribution.</title>
<updated>2006-04-13T06:39:24Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-04-13T06:39:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3758552428737f2467cc58ae81a064789637b4aa'/>
<id>urn:sha1:3758552428737f2467cc58ae81a064789637b4aa</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27651 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now</title>
<updated>2005-10-24T02:26:13Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2005-10-24T02:26:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f36aeedaa30b34b044c20e8ef5d43bd8c6c0e342'/>
<id>urn:sha1:f36aeedaa30b34b044c20e8ef5d43bd8c6c0e342</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23940 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Only build .a file versions of these libraries, instead of .a and .o versions.</title>
<updated>2005-10-24T02:11:51Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2005-10-24T02:11:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e3242e2392567ba360da86ad4f86e30ae1d29f91'/>
<id>urn:sha1:e3242e2392567ba360da86ad4f86e30ae1d29f91</id>
<content type='text'>
This should speed up build times.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23937 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>We don't distribute the operating system specific directories any more.</title>
<updated>2005-01-14T22:43:01Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2005-01-14T22:43:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e1c6bfa3858dff000198b53929f85de129cb92df'/>
<id>urn:sha1:e1c6bfa3858dff000198b53929f85de129cb92df</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19563 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change Library Names Not To Conflict With Others When Installed</title>
<updated>2004-10-27T23:18:45Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-10-27T23:18:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6cb21d443eff9369e4f9035af28efd627e8f3909'/>
<id>urn:sha1:6cb21d443eff9369e4f9035af28efd627e8f3909</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17286 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add EXTRA_DIST for additional files to be distributed.</title>
<updated>2004-10-26T03:12:11Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-10-26T03:12:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=20ac4e369935566d2069619a69b4a9f972cf9150'/>
<id>urn:sha1:20ac4e369935566d2069619a69b4a9f972cf9150</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17233 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix documentation.</title>
<updated>2004-08-25T06:23:45Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-08-25T06:23:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8906e7d098b7b44c2566327bc2a0a50f79ff6921'/>
<id>urn:sha1:8906e7d098b7b44c2566327bc2a0a50f79ff6921</id>
<content type='text'>
Make the library name LLVMsystem instead of just system so as to not
to be confused with other "system" libraries.


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