<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/projects, branch release_32</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/projects?h=release_32</id>
<link rel='self' href='https://git.amat.us/llvm/atom/projects?h=release_32'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-10-29T19:49:45Z</updated>
<entry>
<title>Add mips64-* and mips64el-* triples to configure scripts</title>
<updated>2012-10-29T19:49:45Z</updated>
<author>
<name>Simon Atanasyan</name>
<email>satanasyan@mips.com</email>
</author>
<published>2012-10-29T19:49:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4830ccff925b8d57f589650a3ad6007ffa0536d5'/>
<id>urn:sha1:4830ccff925b8d57f589650a3ad6007ffa0536d5</id>
<content type='text'>
as valid triples denote  Mips target.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166961 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>[CMake] Introduce LLVM_EXTERNAL_COMPILER_RT_SOURCE_DIR.</title>
<updated>2012-10-24T12:26:08Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2012-10-24T12:26:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0ed9b8e0bf065470fcffb8c2ced3d794b376356d'/>
<id>urn:sha1:0ed9b8e0bf065470fcffb8c2ced3d794b376356d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166552 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Re-enable support for --program-prefix.</title>
<updated>2012-10-01T18:40:32Z</updated>
<author>
<name>Jordan Rose</name>
<email>jordan_rose@apple.com</email>
</author>
<published>2012-10-01T18:40:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=92080529a05e223303a75d83008f804fd518aba7'/>
<id>urn:sha1:92080529a05e223303a75d83008f804fd518aba7</id>
<content type='text'>
The Apple buildbots have been modified not to pass --target,
so they shouldn't choke on a default program prefix anymore.

Patch by Rick Foos!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164956 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert 'Fix a typo 'iff' =&gt; 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164767</title>
<updated>2012-09-27T10:14:43Z</updated>
<author>
<name>Sylvestre Ledru</name>
<email>sylvestre@debian.org</email>
</author>
<published>2012-09-27T10:14:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=94c22716d60ff5edf6a98a3c67e0faa001be1142'/>
<id>urn:sha1:94c22716d60ff5edf6a98a3c67e0faa001be1142</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164768 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a typo 'iff' =&gt; 'if'</title>
<updated>2012-09-27T09:59:43Z</updated>
<author>
<name>Sylvestre Ledru</name>
<email>sylvestre@debian.org</email>
</author>
<published>2012-09-27T09:59:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7e2c793a2b5c746344652b6579e958ee42fafdcc'/>
<id>urn:sha1:7e2c793a2b5c746344652b6579e958ee42fafdcc</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164767 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert "Add --program-prefix support to build"</title>
<updated>2012-09-26T00:01:00Z</updated>
<author>
<name>Jordan Rose</name>
<email>jordan_rose@apple.com</email>
</author>
<published>2012-09-26T00:01:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=85042e658558e32a168a91379d158e6d694d6530'/>
<id>urn:sha1:85042e658558e32a168a91379d158e6d694d6530</id>
<content type='text'>
The Apple buildbots are set up to pass --target to configure for both
cross- and non-cross-compile builds, and the standard autoconf response
to this is to set the program prefix to '&lt;target&gt;-'. Until we can figure
out the proper way to handle this (don't pass --target? pass an explicit
--program-prefix=""? don't auto-populate program_prefix with target_alias?)
it's more important to keep the buildbots running.

This reverts r164633 / ba48ceb1a3802e20e781ef04ea2573ffae2ac414.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164651 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add --program-prefix support to build</title>
<updated>2012-09-25T21:15:08Z</updated>
<author>
<name>Sebastian Pop</name>
<email>spop@codeaurora.org</email>
</author>
<published>2012-09-25T21:15:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ba48ceb1a3802e20e781ef04ea2573ffae2ac414'/>
<id>urn:sha1:ba48ceb1a3802e20e781ef04ea2573ffae2ac414</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164633 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>[CMake] Respect LLVM_BUILD_RUNTIME.</title>
<updated>2012-09-21T22:49:06Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2012-09-21T22:49:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0543c147df79efeb2ca36132158c51a5274b9c77'/>
<id>urn:sha1:0543c147df79efeb2ca36132158c51a5274b9c77</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164424 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Enable recursing into the compiler-rt projcet with the CMake build.</title>
<updated>2012-08-29T00:38:02Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2012-08-29T00:38:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d9f3dd96b2a924f12d379459d415e9a1a9793cfd'/>
<id>urn:sha1:d9f3dd96b2a924f12d379459d415e9a1a9793cfd</id>
<content type='text'>
This only fires if using a recent enough CMake -- compiler-rt uses a few
of the more advanced features that not everyone needs.

Please let me know if anyone sees issues with this. I'll be updating
documentation and other stuff to tell people about this.

Many thanks to Alexey for doing a ton of work to get ASan's CMake build
into a really fantastic shape. =]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162815 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a typo (the the =&gt; the)</title>
<updated>2012-07-23T08:51:15Z</updated>
<author>
<name>Sylvestre Ledru</name>
<email>sylvestre@debian.org</email>
</author>
<published>2012-07-23T08:51:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c8e41c591741b3da1077f7000274ad040bef8002'/>
<id>urn:sha1:c8e41c591741b3da1077f7000274ad040bef8002</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160621 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
