<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/projects, branch stable</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/projects?h=stable</id>
<link rel='self' href='https://git.amat.us/llvm/atom/projects?h=stable'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-03-05T14:43:07Z</updated>
<entry>
<title>Print a warning message if compiler-rt can't be built because of old CMake version to make this requirement more visible to users</title>
<updated>2013-03-05T14:43:07Z</updated>
<author>
<name>Alexey Samsonov</name>
<email>samsonov@google.com</email>
</author>
<published>2013-03-05T14:43:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5c4e83626cceb2edf9ed158d89599dee0e878932'/>
<id>urn:sha1:5c4e83626cceb2edf9ed158d89599dee0e878932</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176481 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Set the deployment target for Apple llvmCore builds. &lt;rdar://problem/12712431&gt;</title>
<updated>2013-02-05T17:29:03Z</updated>
<author>
<name>Bob Wilson</name>
<email>bob.wilson@apple.com</email>
</author>
<published>2013-02-05T17:29:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cdb0a58f88c7e17620286b78390d56597ef01dda'/>
<id>urn:sha1:cdb0a58f88c7e17620286b78390d56597ef01dda</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174397 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add AArch64 as an experimental target.</title>
<updated>2013-01-31T12:12:40Z</updated>
<author>
<name>Tim Northover</name>
<email>Tim.Northover@arm.com</email>
</author>
<published>2013-01-31T12:12:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=72062f5744557e270a38192554c3126ea5f97434'/>
<id>urn:sha1:72062f5744557e270a38192554c3126ea5f97434</id>
<content type='text'>
This patch adds support for AArch64 (ARM's 64-bit architecture) to
LLVM in the "experimental" category. Currently, it won't be built
unless requested explicitly.

This initial commit should have support for:
    + Assembly of all scalar (i.e. non-NEON, non-Crypto) instructions
      (except the late addition CRC instructions).
    + CodeGen features required for C++03 and C99.
    + Compilation for the "small" memory model: code+static data &lt;
      4GB.
    + Absolute and position-independent code.
    + GNU-style (i.e. "__thread") TLS.
    + Debugging information.

The principal omission, currently, is performance tuning.

This patch excludes the NEON support also reviewed due to an outbreak of
batshit insanity in our legal department. That will be committed soon bringing
the changes to precisely what has been approved.

Further reviews would be gratefully received.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174054 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>build: add --with-python option</title>
<updated>2013-01-30T04:07:37Z</updated>
<author>
<name>Saleem Abdulrasool</name>
<email>compnerd@compnerd.org</email>
</author>
<published>2013-01-30T04:07:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3ef8b0adb4c64b5a8611472850b4991afaf289f1'/>
<id>urn:sha1:3ef8b0adb4c64b5a8611472850b4991afaf289f1</id>
<content type='text'>
This adds a new --with-python option to allow configuration of the python binary
for building.  If not specified, $PATH will be searched for common python binary
names (python, python2, python3).  If specified, and the path is not executable,
it will attempt to search $PATH.

Signed-off-by: Saleem Abdulrasool &lt;compnerd@compnerd.org&gt;
Reviewed-by: Eric Christopher &lt;echristo@gmail.com&gt;, Daniel Dunbar &lt;daniel@zuster.org&gt;

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173890 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Clean up the sample include orderings, not that it really matters...</title>
<updated>2012-12-04T10:46:21Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2012-12-04T10:46:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=183797ed24d24f6dad3755e37e6053d60916dd5f'/>
<id>urn:sha1:183797ed24d24f6dad3755e37e6053d60916dd5f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169253 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add ENABLE_CXX11 and ENABLE_WERROR to Makefile.llvm.rules for sample project. They were previously added to Makefile.llvm.config.in but the consumption was missing</title>
<updated>2012-11-27T08:12:24Z</updated>
<author>
<name>Craig Topper</name>
<email>craig.topper@gmail.com</email>
</author>
<published>2012-11-27T08:12:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1c689f7a40f37dc308471dcd65e6a4d43716b073'/>
<id>urn:sha1:1c689f7a40f37dc308471dcd65e6a4d43716b073</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168685 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Few more small CellSPU removals.</title>
<updated>2012-11-14T22:13:56Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@gmail.com</email>
</author>
<published>2012-11-14T22:13:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1a35292b486b05164d36c1a1fb1593c726fe5b07'/>
<id>urn:sha1:1a35292b486b05164d36c1a1fb1593c726fe5b07</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167987 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add --enable-werror and --enable-cxx11 to projects/sample/</title>
<updated>2012-11-12T06:11:12Z</updated>
<author>
<name>Craig Topper</name>
<email>craig.topper@gmail.com</email>
</author>
<published>2012-11-12T06:11:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8ee3963409097ba9f7717c325ae6ebd821bc965b'/>
<id>urn:sha1:8ee3963409097ba9f7717c325ae6ebd821bc965b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167716 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<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>
</feed>
