<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/tools, branch 1.5.4</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/tools?h=1.5.4</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/tools?h=1.5.4'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-08-09T01:29:22Z</updated>
<entry>
<title>1.5.4</title>
<updated>2013-08-09T01:29:22Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-08-09T01:29:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=db50de09170c64ac4e6150f533c89c1d6c345539'/>
<id>urn:sha1:db50de09170c64ac4e6150f533c89c1d6c345539</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve the generation of ~/.emscripten on Windows.</title>
<updated>2013-08-08T23:32:32Z</updated>
<author>
<name>Nick Bray</name>
<email>ncbray@chromium.org</email>
</author>
<published>2013-08-06T21:19:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=0535038c6060a1cf621855607af305489a1aabcd'/>
<id>urn:sha1:0535038c6060a1cf621855607af305489a1aabcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow the PNaCl toolchain to be used in place of a standard version of Clang.</title>
<updated>2013-08-08T23:32:32Z</updated>
<author>
<name>Nick Bray</name>
<email>ncbray@chromium.org</email>
</author>
<published>2013-08-06T03:08:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=34229a78e51a3f59818cd1c38c01794d4afe4676'/>
<id>urn:sha1:34229a78e51a3f59818cd1c38c01794d4afe4676</id>
<content type='text'>
The main differences between PNaCl and standard Clang are that the tools are
prefixed with "pnacl-" instead of "llvm-" and PNaCl does not accept "-o=file"
style arguments, and requires them to be specified as "-o file".
</content>
</entry>
<entry>
<title>generate static linking invokes in the prelude; fixes #1468</title>
<updated>2013-08-08T22:58:20Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-08-08T22:58:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=d3188d30a09767d2bfd693d658c972ccc5713602'/>
<id>urn:sha1:d3188d30a09767d2bfd693d658c972ccc5713602</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1470 from inolen/preload_path_fixes</title>
<updated>2013-08-08T22:03:41Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-08-08T22:03:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=634bac9e1ed719c5779d3116a3797b3aef4b2012'/>
<id>urn:sha1:634bac9e1ed719c5779d3116a3797b3aef4b2012</id>
<content type='text'>
file preload path fixes</content>
</entry>
<entry>
<title>Merge pull request #1467 from abergmeier/extend_versions</title>
<updated>2013-08-08T21:29:43Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-08-08T21:29:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=d65c3474df9dd630fd1809f03a2650f6564cf963'/>
<id>urn:sha1:d65c3474df9dd630fd1809f03a2650f6564cf963</id>
<content type='text'>
Extend use of LLVM_ADD_VERSION and CLANG_ADD_VERSION</content>
</entry>
<entry>
<title>Merge branch 'link_exports' of github.com:ncbray/emscripten into incoming</title>
<updated>2013-08-08T18:10:08Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-08-08T18:10:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=24872b7905216f29300c61b6c936103faf60d9fe'/>
<id>urn:sha1:24872b7905216f29300c61b6c936103faf60d9fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix static linker parsing bug</title>
<updated>2013-08-07T22:30:08Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-08-07T22:20:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=dae49ee3b43dd5b22ee9436c45cf7343ed6a4e6c'/>
<id>urn:sha1:dae49ee3b43dd5b22ee9436c45cf7343ed6a4e6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ensure the linker pulls in static libraries containing exported functions.</title>
<updated>2013-08-07T19:46:41Z</updated>
<author>
<name>Nick Bray</name>
<email>ncbray@chromium.org</email>
</author>
<published>2013-08-07T19:39:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=8999e0e20212d736b539f15debad25a69dda2f98'/>
<id>urn:sha1:8999e0e20212d736b539f15debad25a69dda2f98</id>
<content type='text'>
Previously, an exported function contained in a library would not be found by
the linker if the library did not contain symbols transitively reachable from
main.
</content>
</entry>
<entry>
<title>store preloaded images by their absolute path</title>
<updated>2013-08-07T05:32:44Z</updated>
<author>
<name>Anthony Pesch</name>
<email>inolen@gmail.com</email>
</author>
<published>2013-08-07T01:26:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=d6cde3066305358ad1b0f074eedc0b307774ce72'/>
<id>urn:sha1:d6cde3066305358ad1b0f074eedc0b307774ce72</id>
<content type='text'>
</content>
</entry>
</feed>
