<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten-fastcomp/test/CodeGen/JS, branch master</title>
<subtitle>LLVM with the emscripten fastcomp javascript backend</subtitle>
<id>https://git.amat.us/emscripten-fastcomp/atom/test/CodeGen/JS?h=master</id>
<link rel='self' href='https://git.amat.us/emscripten-fastcomp/atom/test/CodeGen/JS?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/'/>
<updated>2014-03-26T21:45:54Z</updated>
<entry>
<title>optimize x &lt; 0 and generalize it to non-i64 values too</title>
<updated>2014-03-26T21:45:54Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-03-26T21:45:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=9901f6970fb393d63b606624b1fce828ada7c7e3'/>
<id>urn:sha1:9901f6970fb393d63b606624b1fce828ada7c7e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle conflicting lifetime markers conservatively.</title>
<updated>2014-03-15T23:28:55Z</updated>
<author>
<name>Dan Gohman</name>
<email>sunfish@mozilla.com</email>
</author>
<published>2014-03-15T22:20:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=8bcbabf86eb3d09086221aca4286a65c09f597bd'/>
<id>urn:sha1:8bcbabf86eb3d09086221aca4286a65c09f597bd</id>
<content type='text'>
Avoid infinite looping in AllocaManager::computeInterBlockLiveness,
without using new temporary variables. This also makes it clear that
the algorithm is conservative in the face of conflicting liveness
intrinsics.
</content>
</entry>
<entry>
<title>Add triple and datalayout strings to testcases.</title>
<updated>2014-03-15T23:28:54Z</updated>
<author>
<name>Dan Gohman</name>
<email>sunfish@mozilla.com</email>
</author>
<published>2014-03-11T05:44:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=4966d3e8f33d27b41df3ab7802005afdfbeac3ef'/>
<id>urn:sha1:4966d3e8f33d27b41df3ab7802005afdfbeac3ef</id>
<content type='text'>
This allows them to be run without specifying any command-line options,
which is convenient.
</content>
</entry>
<entry>
<title>update float ffi rules</title>
<updated>2014-03-10T18:43:30Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-03-10T18:43:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=34e9973bcb1c917acdc3b61e72bc583556d115ea'/>
<id>urn:sha1:34e9973bcb1c917acdc3b61e72bc583556d115ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add aliases test</title>
<updated>2014-03-09T18:17:34Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-03-09T18:17:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=b04c754c0294d84e85d3546b7c2ef5e0de86c726'/>
<id>urn:sha1:b04c754c0294d84e85d3546b7c2ef5e0de86c726</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable the ResolveAliases and GlobalCleanup passes.</title>
<updated>2014-03-06T03:42:53Z</updated>
<author>
<name>Dan Gohman</name>
<email>sunfish@mozilla.com</email>
</author>
<published>2014-03-06T03:40:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=805f34e607fadc603eefa3120ff514a2f3432392'/>
<id>urn:sha1:805f34e607fadc603eefa3120ff514a2f3432392</id>
<content type='text'>
Also add a test for handling of global aliases.
</content>
</entry>
<entry>
<title>Disable the LowerExpectIntrinsic pass.</title>
<updated>2014-03-06T03:04:42Z</updated>
<author>
<name>Dan Gohman</name>
<email>sunfish@mozilla.com</email>
</author>
<published>2014-03-06T03:04:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=0e03f9e9cecf388df2e3d19139be0a9faca63672'/>
<id>urn:sha1:0e03f9e9cecf388df2e3d19139be0a9faca63672</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't emit redirects for llvm.memcpy.p0i8.p0i8.i32 and friends.</title>
<updated>2014-03-06T03:01:25Z</updated>
<author>
<name>Dan Gohman</name>
<email>sunfish@mozilla.com</email>
</author>
<published>2014-03-06T03:01:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=ed9def75db9dbefd6b5a1f877d74fef8cc5fc720'/>
<id>urn:sha1:ed9def75db9dbefd6b5a1f877d74fef8cc5fc720</id>
<content type='text'>
We never reference these intrinsics by name, so we don't need redirects
for them.
</content>
</entry>
<entry>
<title>Don't emit JS declarations for LLVM intrinsics expanded inline.</title>
<updated>2014-03-06T03:00:42Z</updated>
<author>
<name>Dan Gohman</name>
<email>sunfish@mozilla.com</email>
</author>
<published>2014-03-06T02:59:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=0dfc8b303cac8e56b1dec466627462d24dbacb78'/>
<id>urn:sha1:0dfc8b303cac8e56b1dec466627462d24dbacb78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tidy up the output for memset and memcpy, and add a test.</title>
<updated>2014-03-06T03:00:38Z</updated>
<author>
<name>Dan Gohman</name>
<email>sunfish@mozilla.com</email>
</author>
<published>2014-03-06T02:58:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=95cd3de38a4d21056e90608b8553e1fda1363c12'/>
<id>urn:sha1:95cd3de38a4d21056e90608b8553e1fda1363c12</id>
<content type='text'>
</content>
</entry>
</feed>
