<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/tools, branch 1.7.9</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/tools?h=1.7.9</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/tools?h=1.7.9'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-12-26T23:52:06Z</updated>
<entry>
<title>support for optional complete emulation in relooper</title>
<updated>2013-12-26T23:52:06Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-12-26T23:08:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=34278eef421e19e0df84195aeaf28724b9fccead'/>
<id>urn:sha1:34278eef421e19e0df84195aeaf28724b9fccead</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1943 from volo-zyko/incoming</title>
<updated>2013-12-25T16:39:55Z</updated>
<author>
<name>juj</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-12-25T16:39:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=0caa98e6ccae219815efafe1f7692ac0dce04971'/>
<id>urn:sha1:0caa98e6ccae219815efafe1f7692ac0dce04971</id>
<content type='text'>
Fixed small problems which exhibit themself when building projects with ...</content>
</entry>
<entry>
<title>remove outdated comment</title>
<updated>2013-12-24T18:56:36Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-12-24T18:56:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=59051ea5144993b2e2d94bb727e7dc5e33cb140a'/>
<id>urn:sha1:59051ea5144993b2e2d94bb727e7dc5e33cb140a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed small problems which exhibit themself when building projects with too many source files.</title>
<updated>2013-12-24T13:56:32Z</updated>
<author>
<name>Volo Zyko</name>
<email>volo.zyko@gmail.com</email>
</author>
<published>2013-12-20T13:16:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c0fcd18329fb0cf477a6beac8629e75420d05de6'/>
<id>urn:sha1:c0fcd18329fb0cf477a6beac8629e75420d05de6</id>
<content type='text'>
When there are too many source files and one builds static libraray cmake splits the whole list of files
into several invocations of library archiver. In order this to work cmake needs to know both how to create
and how to append to archive. Another related issue is that emscripten code fails when links a final
javascript code if a command line of a link command is too long (this 'too long' is very OS dependent).

Related discussion can be found in issue #1931.

Conflicts:
	AUTHORS
</content>
</entry>
<entry>
<title>fix size limit in limit_size, necessary for s_0_0.test_safe_heap</title>
<updated>2013-12-24T04:45:25Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-12-24T04:45:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=821316d6173441fc02f3d49a5b430b179e1f302a'/>
<id>urn:sha1:821316d6173441fc02f3d49a5b430b179e1f302a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make eliminator not get confused by calls without a return but with a coercion</title>
<updated>2013-12-24T02:42:28Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-12-24T02:42:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=508d4f02413a6f3d1924c17e410882081ba67615'/>
<id>urn:sha1:508d4f02413a6f3d1924c17e410882081ba67615</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't get confused by temporary empty nodes when calculating assigns in the loop variable optimizer</title>
<updated>2013-12-24T01:52:54Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-12-24T01:52:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=5f00b61350b9236c36e81dafd5e8e3a9c93b347e'/>
<id>urn:sha1:5f00b61350b9236c36e81dafd5e8e3a9c93b347e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix bug where close-together tempDoublePtr operations could cross each other</title>
<updated>2013-12-23T23:43:01Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-12-23T23:43:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=b86abc2ecfea9ccbb93cad2fe4e9f8574beb7ed8'/>
<id>urn:sha1:b86abc2ecfea9ccbb93cad2fe4e9f8574beb7ed8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>comment on how tempDoublePtr is optimized</title>
<updated>2013-12-23T05:29:26Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-12-23T05:29:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=8825277bf323c15f8354e0429af85868b919cf9a'/>
<id>urn:sha1:8825277bf323c15f8354e0429af85868b919cf9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix file packager</title>
<updated>2013-12-21T04:30:03Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-12-21T04:30:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=da894244a04eb94a6284d85a960944185cc9fb45'/>
<id>urn:sha1:da894244a04eb94a6284d85a960944185cc9fb45</id>
<content type='text'>
</content>
</entry>
</feed>
