<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/runtime, branch release_21</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/runtime?h=release_21</id>
<link rel='self' href='https://git.amat.us/llvm/atom/runtime?h=release_21'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-09-11T17:12:32Z</updated>
<entry>
<title>Reenable libgc and libprofile is explicitly requested.</title>
<updated>2007-09-11T17:12:32Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-09-11T17:12:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=95bb69acbcec9a2e162875e7a940ccede90fd3f9'/>
<id>urn:sha1:95bb69acbcec9a2e162875e7a940ccede90fd3f9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41851 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove an obsolete library.</title>
<updated>2007-09-11T17:10:52Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-09-11T17:10:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=210329a02562d196834eb2d4e1afcd7d9e37e87d'/>
<id>urn:sha1:210329a02562d196834eb2d4e1afcd7d9e37e87d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41850 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Dror GCCLibraries: they are obsolete since 2.0 release. This also reduces number of licenses used in LLVM.</title>
<updated>2007-08-21T22:40:44Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2007-08-21T22:40:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b08c6db11511275eee96c48534c351e4e02b850b'/>
<id>urn:sha1:b08c6db11511275eee96c48534c351e4e02b850b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41257 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>crtend is only for llvm-gcc3, remove it.</title>
<updated>2007-02-23T19:34:09Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-02-23T19:34:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6e3d3bc9ee8a9db57ac98dc03fe06f099b8015df'/>
<id>urn:sha1:6e3d3bc9ee8a9db57ac98dc03fe06f099b8015df</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34529 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>the old trace values pass has been removed, remove its runtime library.</title>
<updated>2007-01-07T18:13:48Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-01-07T18:13:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5c4a96dfc57811c2c8eb238e2f702fb5a9dd9574'/>
<id>urn:sha1:5c4a96dfc57811c2c8eb238e2f702fb5a9dd9574</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32999 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Undo removal of the runtime libraries. While this may have been a bit</title>
<updated>2006-11-17T03:32:33Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-11-17T03:32:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8b2e1419cf24a33df5a87c99e367528b44dc28cf'/>
<id>urn:sha1:8b2e1419cf24a33df5a87c99e367528b44dc28cf</id>
<content type='text'>
premature, these libraries will be going away for the 2.0 release. Other
arrangements for profiling, gc, etc. should be made in the next few months.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31807 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will</title>
<updated>2006-11-16T23:17:27Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-11-16T23:17:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ac90d5e50b327476dcb468668f8e0eec3fb923d0'/>
<id>urn:sha1:ac90d5e50b327476dcb468668f8e0eec3fb923d0</id>
<content type='text'>
be dropped. This patch pertains to removing the runtime directory from LLVM.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31793 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove unused variable.</title>
<updated>2006-11-03T01:58:30Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-11-03T01:58:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=162e20934b314f8e1e80004dc8d64723e0bfb4cf'/>
<id>urn:sha1:162e20934b314f8e1e80004dc8d64723e0bfb4cf</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31404 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR786:</title>
<updated>2006-11-02T20:25:50Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-11-02T20:25:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3ed469ccd7b028a030b550d84b7336d146f5d8fa'/>
<id>urn:sha1:3ed469ccd7b028a030b550d84b7336d146f5d8fa</id>
<content type='text'>
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused functions (I didn't want to delete code without review) and unused
variables in generated code. Maintainers should clean up the remaining
issues when they see them. All changes pass DejaGnu tests and Olden.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31380 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Describe and date modifications we made per LGPL requirements.</title>
<updated>2006-08-08T14:47:54Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2006-08-08T14:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fd3a9c79722c67deed812cdc99bd46cf8963bd08'/>
<id>urn:sha1:fd3a9c79722c67deed812cdc99bd46cf8963bd08</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29569 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
