<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten-fastcomp/include, branch 1.14.1</title>
<subtitle>LLVM with the emscripten fastcomp javascript backend</subtitle>
<id>https://git.amat.us/emscripten-fastcomp/atom/include?h=1.14.1</id>
<link rel='self' href='https://git.amat.us/emscripten-fastcomp/atom/include?h=1.14.1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/'/>
<updated>2014-02-26T17:37:10Z</updated>
<entry>
<title>NoExitRuntime</title>
<updated>2014-02-26T17:37:10Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-26T02:02:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=547e6d4d13108f7b9a9c0c81451b623017dd7eff'/>
<id>urn:sha1:547e6d4d13108f7b9a9c0c81451b623017dd7eff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce the asmjs-unknown-emscripten target triple.</title>
<updated>2014-02-25T19:58:56Z</updated>
<author>
<name>Dan Gohman</name>
<email>sunfish@google.com</email>
</author>
<published>2014-02-21T01:23:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=5653eb58d0b0068f0ef341c8928aa06d1d0ea3f7'/>
<id>urn:sha1:5653eb58d0b0068f0ef341c8928aa06d1d0ea3f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>initial work on setjmp/longjmp for emscripten</title>
<updated>2014-01-20T01:43:16Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-19T22:53:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=e467883cf9af64d65b5aa13d02293a457ff08642'/>
<id>urn:sha1:e467883cf9af64d65b5aa13d02293a457ff08642</id>
<content type='text'>
</content>
</entry>
<entry>
<title>exception handling support</title>
<updated>2014-01-10T00:04:25Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-09T23:56:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=245715440fb27520b37e27ad1c62c90acc1abc20'/>
<id>urn:sha1:245715440fb27520b37e27ad1c62c90acc1abc20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>boilerplate for ExpandI64Pass</title>
<updated>2013-12-04T18:57:52Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-12-04T18:57:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=82307b1c5b914e45b400aa5721688714adce18e7'/>
<id>urn:sha1:82307b1c5b914e45b400aa5721688714adce18e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up handling of PNaCl bitcode headers.</title>
<updated>2013-11-21T18:34:00Z</updated>
<author>
<name>Karl Schimpf</name>
<email>kschimpf@google.com</email>
</author>
<published>2013-11-21T18:34:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=7026af7138fccfb256456b04b375d39b025bdb7c'/>
<id>urn:sha1:7026af7138fccfb256456b04b375d39b025bdb7c</id>
<content type='text'>
Write out all of PNaCl bitcode headers using a single interface
function.

BUG= https://code.google.com/p/nativeclient/issues/detail?id=3720
R=jvoung@chromium.org

Review URL: https://codereview.chromium.org/61753017
</content>
</entry>
<entry>
<title>Define comparison for PNaCl bitcode abbreviations.</title>
<updated>2013-11-21T17:40:15Z</updated>
<author>
<name>Karl Schimpf</name>
<email>kschimpf@google.com</email>
</author>
<published>2013-11-15T21:47:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=757414ba931360b0c65851c2583e511d67948d91'/>
<id>urn:sha1:757414ba931360b0c65851c2583e511d67948d91</id>
<content type='text'>
Define comparison of bitcode abbreviations so that we can add bitcode
abbreviations to collections.

BUG= https://code.google.com/p/nativeclient/issues/detail?id=3720
</content>
</entry>
<entry>
<title>Factor out bitcode parser from pnacl-bcanalyzer.</title>
<updated>2013-11-07T16:54:33Z</updated>
<author>
<name>Karl Schimpf</name>
<email>kschimpf@google.com</email>
</author>
<published>2013-11-07T16:54:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=2796c5b8a31ea88cc24bf3449a95319928c93519'/>
<id>urn:sha1:2796c5b8a31ea88cc24bf3449a95319928c93519</id>
<content type='text'>
Factors out bitcode parser from pnacl-bcanalyzer, so that it can also
be used for PNaCl bitcode to bitcode rewriters.

BUG= https://code.google.com/p/nativeclient/issues/detail?id=3720
R=jvoung@chromium.org

Review URL: https://codereview.chromium.org/48623003
</content>
</entry>
<entry>
<title>Move global FlagSfi variables to common module</title>
<updated>2013-10-30T12:16:42Z</updated>
<author>
<name>Petar Jovanovic</name>
<email>petar.jovanovic@rt-rk.com</email>
</author>
<published>2013-10-30T12:16:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=64ad0b18dc627d913a301088e7e517f28ec05d3f'/>
<id>urn:sha1:64ad0b18dc627d913a301088e7e517f28ec05d3f</id>
<content type='text'>
When built as nexe, llc is configured and built for one arch only.
Variables FlagSfiData, FlagSfiLoad, FlagSfiStore, FlagSfiStack, and
FlagSfiBranch have to availabe for MIPS as well, so this change moves
them from ARM-only code to common code.

BUG= building pnacl-llc.nexe for MIPS fails
TEST= build sandboxed tools for MIPS
R=mseaborn@chromium.org

Review URL: https://codereview.chromium.org/46193002
</content>
</entry>
<entry>
<title>Remove obsolete bitcode wrapper code</title>
<updated>2013-10-23T15:35:49Z</updated>
<author>
<name>Derek Schuff</name>
<email>dschuff@chromium.org</email>
</author>
<published>2013-10-23T15:35:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=99a581677ff9a785f77e9d9d171b87d61f2da25e'/>
<id>urn:sha1:99a581677ff9a785f77e9d9d171b87d61f2da25e</id>
<content type='text'>
We are using our own bitcode reader now, and no longer need this.

R=jvoung@chromium.org, kschimpf@google.com
BUG=cleanup

Review URL: https://codereview.chromium.org/32943005
</content>
</entry>
</feed>
