<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/system/lib, branch 1.7.4</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/system/lib?h=1.7.4</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/system/lib?h=1.7.4'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-11-07T09:08:19Z</updated>
<entry>
<title>Bump version &amp; regen symbols for libcxx.</title>
<updated>2013-11-07T09:08:19Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-11-07T09:08:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=ad1da1e6685d4483e096d7e0bbd8e38e686bd322'/>
<id>urn:sha1:ad1da1e6685d4483e096d7e0bbd8e38e686bd322</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't use atomic as that breaks our version of clang.</title>
<updated>2013-11-07T09:08:02Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-11-07T09:08:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=8a8f0348a15b274ab2fc1f98a434fe8c7e02ff82'/>
<id>urn:sha1:8a8f0348a15b274ab2fc1f98a434fe8c7e02ff82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update libcxx to 194185, 2013-11-07.</title>
<updated>2013-11-07T09:07:18Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-11-07T08:49:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=44af976a44bc194b985fdb880f99a7feff133b5a'/>
<id>urn:sha1:44af976a44bc194b985fdb880f99a7feff133b5a</id>
<content type='text'>
This brings C++14 support.
</content>
</entry>
<entry>
<title>Add iconv from musl.</title>
<updated>2013-09-26T02:22:22Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-14T15:28:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=e197906fe1c87742ce020e7e9a1bec2d2a5abe6a'/>
<id>urn:sha1:e197906fe1c87742ce020e7e9a1bec2d2a5abe6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add wprintf, swprintf, vswprintf, vfwprintf, etc.</title>
<updated>2013-09-25T23:46:53Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-25T04:52:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=894d13a4db38885fc282f1f129b481870dfb1902'/>
<id>urn:sha1:894d13a4db38885fc282f1f129b481870dfb1902</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a lot of locale code.</title>
<updated>2013-09-25T23:46:48Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-14T08:59:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=7d58080e9354e6e34cb70568ea20cfa410c17cae'/>
<id>urn:sha1:7d58080e9354e6e34cb70568ea20cfa410c17cae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mark __assert_fail as _Noreturn.</title>
<updated>2013-09-24T14:01:04Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-24T14:01:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=baa4d38f13f436bdeba724f0825bbe985637be22'/>
<id>urn:sha1:baa4d38f13f436bdeba724f0825bbe985637be22</id>
<content type='text'>
This eliminates a performance regression caused in the box2d
benchmark by switching to the musl headers.  Without this
being _Noreturn, clang / llvm generates much worse code involving
phis and extra loads.
</content>
</entry>
<entry>
<title>Don't define _POSIX_SHARED_MEMORY_OBJECTS.</title>
<updated>2013-09-13T17:11:32Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-12T04:33:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=bf349b84d900eb403cef64ab5e9469c9bd672ec6'/>
<id>urn:sha1:bf349b84d900eb403cef64ab5e9469c9bd672ec6</id>
<content type='text'>
This isn't implemented, so don't define it.
</content>
</entry>
<entry>
<title>Update to musl-0.9.13 headers.</title>
<updated>2013-09-13T17:07:03Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-06T10:48:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=733e6877d7b1146ecb5c796f4d249843101a7b5f'/>
<id>urn:sha1:733e6877d7b1146ecb5c796f4d249843101a7b5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correctly note musl provenance and differences.</title>
<updated>2013-09-13T17:07:03Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-06T10:42:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=4c3c7df30af6dc9ba6309e527a5173d9078c56b9'/>
<id>urn:sha1:4c3c7df30af6dc9ba6309e527a5173d9078c56b9</id>
<content type='text'>
</content>
</entry>
</feed>
