<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/projects/sample, branch release_31</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/projects/sample?h=release_31</id>
<link rel='self' href='https://git.amat.us/llvm/atom/projects/sample?h=release_31'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-04-05T19:34:15Z</updated>
<entry>
<title>Fix a problem in the target detection for Debian GNU/HURD</title>
<updated>2012-04-05T19:34:15Z</updated>
<author>
<name>Sylvestre Ledru</name>
<email>sylvestre@debian.org</email>
</author>
<published>2012-04-05T19:34:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=703bf84d324718b6af0a8818b4515193b2a71020'/>
<id>urn:sha1:703bf84d324718b6af0a8818b4515193b2a71020</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154117 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a problem in the target detection for Debian GNU/kFreeBSD</title>
<updated>2012-04-05T18:53:09Z</updated>
<author>
<name>Sylvestre Ledru</name>
<email>sylvestre@debian.org</email>
</author>
<published>2012-04-05T18:53:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1d7e8c6148a4356c16745f6496c38c737bd37c02'/>
<id>urn:sha1:1d7e8c6148a4356c16745f6496c38c737bd37c02</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154114 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add InitializeNativeTargetDisassembler function.</title>
<updated>2012-03-26T21:56:56Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-03-26T21:56:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c4b2271d4aa5c98417d6582b4f0b69fbe5e61cb9'/>
<id>urn:sha1:c4b2271d4aa5c98417d6582b4f0b69fbe5e61cb9</id>
<content type='text'>
Patch by Ojab.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153476 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add some fixes to the configure script  for isInf and add</title>
<updated>2012-03-26T02:09:01Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-03-26T02:09:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b2bc6e4ad6a15fd93bc256f26bcb2a05c052fb25'/>
<id>urn:sha1:b2bc6e4ad6a15fd93bc256f26bcb2a05c052fb25</id>
<content type='text'>
--enable-libcpp to projects/sample.

Patch by Dmitri Shubin with additional fixes by me.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153425 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove the C backend.</title>
<updated>2012-03-23T05:50:46Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-03-23T05:50:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a443e5b1f1013612950fc3c9ebfafca60a1c20df'/>
<id>urn:sha1:a443e5b1f1013612950fc3c9ebfafca60a1c20df</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153307 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>configure: Don't require a perl interpreter to be present, LLVM's buildsystem doesn't depend on perl anymore.</title>
<updated>2012-03-07T17:07:20Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2012-03-07T17:07:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8c3d2580cbd52a91e85a27cc96301cbd5c281cee'/>
<id>urn:sha1:8c3d2580cbd52a91e85a27cc96301cbd5c281cee</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152234 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Enable -Wcovered-switch-default again, but add -Werror to the checks to make</title>
<updated>2012-02-28T23:32:06Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2012-02-28T23:32:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9993a3aebb27c5cac55429a23af2d2a0f129cb95'/>
<id>urn:sha1:9993a3aebb27c5cac55429a23af2d2a0f129cb95</id>
<content type='text'>
sure we don't use it with compilers that don't support it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151665 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Temporarily revert r151609, which enabled a new warning for LLVM and</title>
<updated>2012-02-28T19:26:56Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2012-02-28T19:26:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3c2e5f2140ade86ff353b27b37137d493f487558'/>
<id>urn:sha1:3c2e5f2140ade86ff353b27b37137d493f487558</id>
<content type='text'>
Clang builds. The detection logic for compilers that support the warning
isn't working. Rafael is going to investigate it, but didn't want people
to have to wade through build spam until then.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151649 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Enable -Wcovered-switch-default as it matches the switch style used in llvm.</title>
<updated>2012-02-28T02:01:55Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2012-02-28T02:01:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=33177f591a46e2a476fe8ab49f7055532b48fd40'/>
<id>urn:sha1:33177f591a46e2a476fe8ab49f7055532b48fd40</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151609 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain</title>
<updated>2012-02-03T00:59:30Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2012-02-03T00:59:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1aee22e0720932a82dd3bf3fc8be804fff6bb89a'/>
<id>urn:sha1:1aee22e0720932a82dd3bf3fc8be804fff6bb89a</id>
<content type='text'>
that just uses the new toolchain probing logic. This fixes linking with -m32 on
64 bit systems (the /32 dir was not being added to the search).

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