<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/src/relooper, branch 1.18.2</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/src/relooper?h=1.18.2</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/src/relooper?h=1.18.2'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-04-29T21:07:03Z</updated>
<entry>
<title>remove unneeded code</title>
<updated>2014-04-29T21:07:03Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-04-29T21:07:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=066eb33d5f169c1d0e8a3eddd41b1f21ceced6c5'/>
<id>urn:sha1:066eb33d5f169c1d0e8a3eddd41b1f21ceced6c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix bug where we tried to emit switches in fused multiples, which led to labels on ifs in some cases; fixes #2302</title>
<updated>2014-04-29T20:40:57Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-04-29T20:39:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=71e46835b826351815b94ca059756eaf65595fae'/>
<id>urn:sha1:71e46835b826351815b94ca059756eaf65595fae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>emit switches in relooper in many-entried multiple shapes</title>
<updated>2014-04-16T22:06:08Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-04-16T22:06:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=65b33689947112aa2f468dc0b00be61401152678'/>
<id>urn:sha1:65b33689947112aa2f468dc0b00be61401152678</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove unneeded relooper code</title>
<updated>2014-04-16T21:15:15Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-04-16T21:15:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=8036eb04feba4bebb5c1e500a8eda5ebafcc947d'/>
<id>urn:sha1:8036eb04feba4bebb5c1e500a8eda5ebafcc947d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>optimize multiple shape to contain a map based on ids, not blocks, so we re-merge split nodes early</title>
<updated>2014-04-16T21:12:00Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-04-16T21:12:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=0f8f1e94e02ead602699c816794d238e642ec1ca'/>
<id>urn:sha1:0f8f1e94e02ead602699c816794d238e642ec1ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add another if testcase in relooper</title>
<updated>2014-03-18T00:56:17Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-03-15T22:16:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=dbb60d034c77c65aee16bc971fb0957838ca31d7'/>
<id>urn:sha1:dbb60d034c77c65aee16bc971fb0957838ca31d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix relooper test</title>
<updated>2014-03-17T17:17:53Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-03-13T17:59:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=6470a3033d466c6b0a7bc58ef638da6513142bef'/>
<id>urn:sha1:6470a3033d466c6b0a7bc58ef638da6513142bef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix commented-out relooper code</title>
<updated>2014-03-15T17:04:09Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-03-15T17:04:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=0daeb7d072ab836ce65e95c91b4133bbba92fda9'/>
<id>urn:sha1:0daeb7d072ab836ce65e95c91b4133bbba92fda9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add a Nested branch type in relooper, to represent a path we must make sure is nested so that parallel paths do not get intertwined. this allows us to emit a more canonical form of nested ifs as a result of short-circuit operators; 1.13.2</title>
<updated>2014-03-14T23:14:00Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-03-14T22:09:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=5c03805d684cb541ba5a40138457bb598642de20'/>
<id>urn:sha1:5c03805d684cb541ba5a40138457bb598642de20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2151 from haneefmubarak/cleanup</title>
<updated>2014-03-03T21:50:09Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-03-03T21:50:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c6e98e97e5267d630f7808a1b02897f8a4867d1f'/>
<id>urn:sha1:c6e98e97e5267d630f7808a1b02897f8a4867d1f</id>
<content type='text'>
cleanup series I - part I</content>
</entry>
</feed>
