<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/src/jsifier.js, branch 1.12.1</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/src/jsifier.js?h=1.12.1</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/src/jsifier.js?h=1.12.1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-02-15T00:14:15Z</updated>
<entry>
<title>add missing asm coercion to va_arg handler; #2120</title>
<updated>2014-02-15T00:14:15Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-15T00:12:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=32bbd16cd13d6666b751bd1db15e37f9a4775056'/>
<id>urn:sha1:32bbd16cd13d6666b751bd1db15e37f9a4775056</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add aborting stubs in main modules, and replace them with functions from side modules</title>
<updated>2014-02-10T23:48:47Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-10T23:47:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=dea258716e66c370cfbd7b66eed1f7f3465dfe97'/>
<id>urn:sha1:dea258716e66c370cfbd7b66eed1f7f3465dfe97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>emit aborting stubs for all missing functions, not just in asm mode</title>
<updated>2014-02-10T00:38:19Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-10T00:38:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=3ab1e6e8b3b72b1006f621ed55f8d708743d9cba'/>
<id>urn:sha1:3ab1e6e8b3b72b1006f621ed55f8d708743d9cba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>do not emit i64 support code in shared libs</title>
<updated>2014-02-07T16:32:38Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-07T16:32:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=484a2d3a162d27ee957b29f8f6ffc721c98745e1'/>
<id>urn:sha1:484a2d3a162d27ee957b29f8f6ffc721c98745e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix constant generation bug due to 3605f8cc</title>
<updated>2014-02-07T03:20:22Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-07T03:20:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=6b25b9bc9deaafc093397e436ef8360f79754af7'/>
<id>urn:sha1:6b25b9bc9deaafc093397e436ef8360f79754af7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow external variables to be defined as strings in library*.js files</title>
<updated>2014-02-06T02:26:05Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-06T02:26:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=3605f8cc21d082b3e509811c87d04b1370d88623'/>
<id>urn:sha1:3605f8cc21d082b3e509811c87d04b1370d88623</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix exceptions whitelist check on invoke using function pointer; fixes #2081</title>
<updated>2014-01-30T20:23:27Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-30T20:23:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=5cae031ff9a7551b6f244b110303e26bfa54076b'/>
<id>urn:sha1:5cae031ff9a7551b6f244b110303e26bfa54076b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>do not include library i64 stuff in side modules, it is in the parent; fixes #2060</title>
<updated>2014-01-27T00:47:00Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-27T00:47:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=e7d23dbbc9fec07c9ecc25c5621c5c285b4e9101'/>
<id>urn:sha1:e7d23dbbc9fec07c9ecc25c5621c5c285b4e9101</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle negative zero values correctly.</title>
<updated>2014-01-13T10:59:15Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-12-11T13:36:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=369b8330ed5e115be82b616414892aaf1e3c7b2c'/>
<id>urn:sha1:369b8330ed5e115be82b616414892aaf1e3c7b2c</id>
<content type='text'>
This handles the situation when they're part of a global variable
whether it just be a float/double or embedded within a struct.

Fixes #1898.
</content>
</entry>
<entry>
<title>notice simd signal from fastcomp</title>
<updated>2014-01-08T01:52:49Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-08T01:52:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=9ca7d4129ee227ffdb3e53b0bda94e424e19ab18'/>
<id>urn:sha1:9ca7d4129ee227ffdb3e53b0bda94e424e19ab18</id>
<content type='text'>
</content>
</entry>
</feed>
