<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten-fastcomp/cmake, branch master</title>
<subtitle>LLVM with the emscripten fastcomp javascript backend</subtitle>
<id>https://git.amat.us/emscripten-fastcomp/atom/cmake?h=master</id>
<link rel='self' href='https://git.amat.us/emscripten-fastcomp/atom/cmake?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/'/>
<updated>2013-05-06T16:22:34Z</updated>
<entry>
<title>[SystemZ] Add configure bits</title>
<updated>2013-05-06T16:22:34Z</updated>
<author>
<name>Ulrich Weigand</name>
<email>ulrich.weigand@de.ibm.com</email>
</author>
<published>2013-05-06T16:22:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=735ab83b3cbe18c97ec9e397c41fa21a7ef639a4'/>
<id>urn:sha1:735ab83b3cbe18c97ec9e397c41fa21a7ef639a4</id>
<content type='text'>
This patch wires up the SystemZ target in configure, so that it can now be
built using --enable-targets=systemz.   It is not yet included in the default
build (--enable-targets=all); this will be done by a follow-up patch.

Patch by Richard Sandiford.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181208 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Build system changes to enable MCJIT on AArch64</title>
<updated>2013-05-04T20:13:52Z</updated>
<author>
<name>Tim Northover</name>
<email>Tim.Northover@arm.com</email>
</author>
<published>2013-05-04T20:13:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=bd121f5b3ab3703527b810be1dc38e15a6f8944a'/>
<id>urn:sha1:bd121f5b3ab3703527b810be1dc38e15a6f8944a</id>
<content type='text'>
These changes just allow AArch64 to take part in the MCJIT world when
built correctly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181130 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Allow host triple to be correctly overridden in CMake builds</title>
<updated>2013-05-04T07:36:23Z</updated>
<author>
<name>Tim Northover</name>
<email>Tim.Northover@arm.com</email>
</author>
<published>2013-05-04T07:36:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=d66ad6c57115e85487e8a29b1e073305690a9be2'/>
<id>urn:sha1:d66ad6c57115e85487e8a29b1e073305690a9be2</id>
<content type='text'>
The intended semantics mirror autoconf, where the user is able to
specify a host triple, but if it's left to the build system then
"config.guess" is invoked for the default.

This also renames the LLVM_HOSTTRIPLE define to LLVM_HOST_TRIPLE to
fit in with the style of the surrounding defines.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181112 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>CMake: cxxabi.h is only available to C++ compilers, use the right check macro.</title>
<updated>2013-05-03T14:48:29Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2013-05-03T14:48:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=e050e59a47a50f7236de8a1678a6a7c5e2e693c8'/>
<id>urn:sha1:e050e59a47a50f7236de8a1678a6a7c5e2e693c8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181019 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Only use cxxabi.h's demangler, if it is actually available.</title>
<updated>2013-04-27T22:12:32Z</updated>
<author>
<name>Joerg Sonnenberger</name>
<email>joerg@bec.de</email>
</author>
<published>2013-04-27T22:12:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=dfa0e92fa034019252305d62e42387bf6a758500'/>
<id>urn:sha1:dfa0e92fa034019252305d62e42387bf6a758500</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180684 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use zlib to uncompress debug sections in DWARF parser.</title>
<updated>2013-04-23T10:17:34Z</updated>
<author>
<name>Alexey Samsonov</name>
<email>samsonov@google.com</email>
</author>
<published>2013-04-23T10:17:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=005159e92420a102516ee6e29ef2178c818da5d0'/>
<id>urn:sha1:005159e92420a102516ee6e29ef2178c818da5d0</id>
<content type='text'>
This makes llvm-dwarfdump and llvm-symbolizer understand
debug info sections compressed by ld.gold linker.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180088 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add basic zlib support to LLVM. This would allow to use compression/uncompression in selected LLVM tools.</title>
<updated>2013-04-23T08:28:39Z</updated>
<author>
<name>Alexey Samsonov</name>
<email>samsonov@google.com</email>
</author>
<published>2013-04-23T08:28:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=ee03c949b85036b68c261dcc27dca064ee7e525d'/>
<id>urn:sha1:ee03c949b85036b68c261dcc27dca064ee7e525d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180083 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove the executable bit on cmake files</title>
<updated>2013-04-21T09:04:59Z</updated>
<author>
<name>Sylvestre Ledru</name>
<email>sylvestre@debian.org</email>
</author>
<published>2013-04-21T09:04:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=7aad829243dd0b14515e556f87bfada139c56f81'/>
<id>urn:sha1:7aad829243dd0b14515e556f87bfada139c56f81</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179976 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't explicitly provide -pie in MSan bootstrap of LLVM, as it's now implied by the driver</title>
<updated>2013-04-12T07:18:55Z</updated>
<author>
<name>Alexey Samsonov</name>
<email>samsonov@google.com</email>
</author>
<published>2013-04-12T07:18:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=5eacadd64953918cc9d3bcb63387d7e0d20a40d2'/>
<id>urn:sha1:5eacadd64953918cc9d3bcb63387d7e0d20a40d2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179367 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>[cmake] Avoid rel+asserts warnings when passing -UNDEBUG</title>
<updated>2013-04-07T01:45:01Z</updated>
<author>
<name>Reid Kleckner</name>
<email>reid@kleckner.net</email>
</author>
<published>2013-04-07T01:45:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=16f19693282b41bb6b0a627e417684add6f26de4'/>
<id>urn:sha1:16f19693282b41bb6b0a627e417684add6f26de4</id>
<content type='text'>
MSVC 2012 gives warning D9025, "overriding /D NDEBUG with -UNDEBUG".
Removing the original definition of NDEBUG silences this.

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