<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Linker, branch release_20</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Linker?h=release_20</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Linker?h=release_20'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-05-06T09:29:13Z</updated>
<entry>
<title>switch this to bitcode instead of bytecode</title>
<updated>2007-05-06T09:29:13Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-06T09:29:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4bcca0f2ac85c918fc8617e34b7642e5e5233460'/>
<id>urn:sha1:4bcca0f2ac85c918fc8617e34b7642e5e5233460</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36867 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add bitcode support</title>
<updated>2007-05-06T06:02:13Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-06T06:02:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1a019e5ffd0d8643ddffc7ed5736eb78065c5f88'/>
<id>urn:sha1:1a019e5ffd0d8643ddffc7ed5736eb78065c5f88</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36855 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>If an archive is not recognized as an LLVM bytecode archive then declare</title>
<updated>2007-04-30T00:29:39Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-30T00:29:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c9a83e4f19519e19469efa0ed39d81ed60b94401'/>
<id>urn:sha1:c9a83e4f19519e19469efa0ed39d81ed60b94401</id>
<content type='text'>
that it is native so that the linker will pass it on downstream. This avoids
a problem where the native link line fails because there is both a .so and
a .a file. The .a file gets processed as bytecode and then dropped from the
command line.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36584 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Dependent libraries could be native too.</title>
<updated>2007-04-30T00:00:10Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-30T00:00:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=126b1b868309659e124f7706bc8161943cfc0290'/>
<id>urn:sha1:126b1b868309659e124f7706bc8161943cfc0290</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36582 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Implement visibility checking during linking. Also implement protected</title>
<updated>2007-04-29T20:56:48Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2007-04-29T20:56:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9cd3ccf5065a8a139e458d016c88a8512471598b'/>
<id>urn:sha1:9cd3ccf5065a8a139e458d016c88a8512471598b</id>
<content type='text'>
visibility support for bitcode.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36577 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Implement the "thread_local" keyword.</title>
<updated>2007-04-12T18:32:50Z</updated>
<author>
<name>Lauro Ramos Venancio</name>
<email>lauro.venancio@gmail.com</email>
</author>
<published>2007-04-12T18:32:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c763552299165b88d34a7d4f2d76ff413cbc7f67'/>
<id>urn:sha1:c763552299165b88d34a7d4f2d76ff413cbc7f67</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35950 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR1146:</title>
<updated>2007-04-11T02:44:20Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-11T02:44:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=18da0720887527ed570e9703ae5f290beb491ee1'/>
<id>urn:sha1:18da0720887527ed570e9703ae5f290beb491ee1</id>
<content type='text'>
Put the parameter attributes in their own ParamAttr name space. Adjust the
rest of llvm as a result.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35877 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR1302:</title>
<updated>2007-04-04T06:44:18Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-04T06:44:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c07cfdda023b168c085f0b5c9a78a90b22fa98eb'/>
<id>urn:sha1:c07cfdda023b168c085f0b5c9a78a90b22fa98eb</id>
<content type='text'>
Use local variable names that match the function parameter name that it
is passed to so the code is more clear, to wit: is_bytecode -&gt; is_native


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35656 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR1302:</title>
<updated>2007-04-04T06:33:17Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-04T06:33:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c8539731bd7ef7dae1dfc267446f734380f929c9'/>
<id>urn:sha1:c8539731bd7ef7dae1dfc267446f734380f929c9</id>
<content type='text'>
Implement file tests for both LinkInLibrary and LinkInFile to determine if
the file is native. Don't generate warnings if the file is native.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35653 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR1195:</title>
<updated>2007-02-15T02:26:10Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-02-15T02:26:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9d6565a5b1fbc4286d6ee638d8f47a3171a9ed7e'/>
<id>urn:sha1:9d6565a5b1fbc4286d6ee638d8f47a3171a9ed7e</id>
<content type='text'>
Rename PackedType -&gt; VectorType, ConstantPacked -&gt; ConstantVector, and
PackedTyID -&gt; VectorTyID. No functional changes.


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