<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/runtime/GCCLibraries/libm, branch release_20</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/runtime/GCCLibraries/libm?h=release_20</id>
<link rel='self' href='https://git.amat.us/llvm/atom/runtime/GCCLibraries/libm?h=release_20'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2006-11-17T03:32:33Z</updated>
<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>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>Put an innocuous statement in this file to quelch warnings about compiling</title>
<updated>2006-06-01T01:49:08Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-06-01T01:49:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2362bad21fdf65aca03a6825fcaea6073828f214'/>
<id>urn:sha1:2362bad21fdf65aca03a6825fcaea6073828f214</id>
<content type='text'>
an empty file.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28612 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR432:</title>
<updated>2004-12-22T05:57:33Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-12-22T05:57:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e676067be55ef23a5ea35ac0a05f4c41d3bd1ef7'/>
<id>urn:sha1:e676067be55ef23a5ea35ac0a05f4c41d3bd1ef7</id>
<content type='text'>
* Variable name change: cferuntime_libdir -&gt; CFERuntimeLibDir


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19096 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use the new BYTECODE_DESTINATION to override the default bytecode install</title>
<updated>2004-12-13T07:40:50Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-12-13T07:40:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b8e7df3937fca6e9a2ff424708eca40ca1a58dd0'/>
<id>urn:sha1:b8e7df3937fca6e9a2ff424708eca40ca1a58dd0</id>
<content type='text'>
destination for this library so that it goes to $(cferuntime_libdir) rather
than just $(libdir). Normal bytecode libraries should be installed in the
$(libdir), but these ones are "special" because they're part of the the
C/C++ front end.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18882 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Standardize the makefiles with space around = to match the rest of LLVM.</title>
<updated>2004-12-02T09:58:09Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-12-02T09:58:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=010834654a4bb7341da7bdf62bb84d7434c903ca'/>
<id>urn:sha1:010834654a4bb7341da7bdf62bb84d7434c903ca</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18429 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Standardize the format of the runtime libraries makefiles.</title>
<updated>2004-12-02T09:31:40Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-12-02T09:31:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8aa9a8ca989c9e5c14e278550f17521a35a781cb'/>
<id>urn:sha1:8aa9a8ca989c9e5c14e278550f17521a35a781cb</id>
<content type='text'>
* Don't have lines longer than 80 cols
* Blank line after the header
* Reduce spaces in var definitions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18427 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>We won't use automake</title>
<updated>2004-10-22T03:35:04Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-10-22T03:35:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cac731ecbe6a80e0c607ece2833525a92601db99'/>
<id>urn:sha1:cac731ecbe6a80e0c607ece2833525a92601db99</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17155 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Initial automake generated Makefile template</title>
<updated>2004-10-18T23:55:41Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-10-18T23:55:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=86d341b204171d53a470c361ee58811bfc22bf1a'/>
<id>urn:sha1:86d341b204171d53a470c361ee58811bfc22bf1a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17136 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
