<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/tools/eliminator, branch fails</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/tools/eliminator?h=fails</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/tools/eliminator?h=fails'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-07-08T18:07:58Z</updated>
<entry>
<title>update test</title>
<updated>2013-07-08T18:07:58Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-07-08T18:07:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=3117fa129fe2aef34a7c954bfe02c1eb0e5f8d29'/>
<id>urn:sha1:3117fa129fe2aef34a7c954bfe02c1eb0e5f8d29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'source-maps' of github.com:int3/emscripten into int3-source-maps</title>
<updated>2013-06-26T17:53:17Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-06-26T17:53:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=501022cbaa9e63cab9cc218ee0239256945a3061'/>
<id>urn:sha1:501022cbaa9e63cab9cc218ee0239256945a3061</id>
<content type='text'>
Conflicts:
	tools/js-optimizer.js
</content>
</entry>
<entry>
<title>Move line numbers to the AST node itself.</title>
<updated>2013-06-26T08:15:35Z</updated>
<author>
<name>Jez Ng</name>
<email>me@jezng.com</email>
</author>
<published>2013-06-26T08:15:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=566447048806a59eb6e102fc364191ce292d7045'/>
<id>urn:sha1:566447048806a59eb6e102fc364191ce292d7045</id>
<content type='text'>
This allows us to use strict comparisons on the node type.
</content>
</entry>
<entry>
<title>fix crash in js optimizer loop variables pass on empty if blocks</title>
<updated>2013-06-25T17:52:54Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-06-25T17:52:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=6f3337677dbec6716d9a08f4414454d6472926ee'/>
<id>urn:sha1:6f3337677dbec6716d9a08f4414454d6472926ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/incoming' into source-maps</title>
<updated>2013-06-23T06:46:31Z</updated>
<author>
<name>Jez Ng</name>
<email>me@jezng.com</email>
</author>
<published>2013-06-23T05:14:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=7ff0dde7802ca3596457d3b15ece6949ed380a15'/>
<id>urn:sha1:7ff0dde7802ca3596457d3b15ece6949ed380a15</id>
<content type='text'>
Conflicts:
	emcc
	tools/js-optimizer.js
	tools/js_optimizer.py
</content>
</entry>
<entry>
<title>Get test_source_map passing again.</title>
<updated>2013-06-22T08:23:22Z</updated>
<author>
<name>Jez Ng</name>
<email>me@jezng.com</email>
</author>
<published>2013-06-21T23:01:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=88feddf045882bbddd29d9286eae4e6a9086e286'/>
<id>urn:sha1:88feddf045882bbddd29d9286eae4e6a9086e286</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Put uglify back the way it was.</title>
<updated>2013-06-22T08:23:22Z</updated>
<author>
<name>Jez Ng</name>
<email>me@jezng.com</email>
</author>
<published>2013-06-21T12:55:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=4eef4beff61d4efae4e372e7f4ee66090f9bcef5'/>
<id>urn:sha1:4eef4beff61d4efae4e372e7f4ee66090f9bcef5</id>
<content type='text'>
Makes for an easier-to-review pull request.
</content>
</entry>
<entry>
<title>Make optimizer handle both strings and string-like type objects.</title>
<updated>2013-06-22T08:23:21Z</updated>
<author>
<name>Jez Ng</name>
<email>me@jezng.com</email>
</author>
<published>2013-06-21T08:41:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=7212198353b83e2e8b638a8755708cc14d39aee6'/>
<id>urn:sha1:7212198353b83e2e8b638a8755708cc14d39aee6</id>
<content type='text'>
NodeWithToken is a string-like type produced by the parser during 'embed
tokens' mode, which allows us to track line numbers.
</content>
</entry>
<entry>
<title>Fix line numbering for invoke instructions.</title>
<updated>2013-06-22T08:23:21Z</updated>
<author>
<name>Jez Ng</name>
<email>me@jezng.com</email>
</author>
<published>2013-06-20T21:46:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=5459b3543fdc8eb01806e6fb03b05d19bd2815e9'/>
<id>urn:sha1:5459b3543fdc8eb01806e6fb03b05d19bd2815e9</id>
<content type='text'>
Line numbering of exceptions now work (better) in optimized mode.
</content>
</entry>
<entry>
<title>update tests</title>
<updated>2013-06-21T23:37:48Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-06-21T23:37:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=df420614de18bf8fa8e45a88feabbecd3618b892'/>
<id>urn:sha1:df420614de18bf8fa8e45a88feabbecd3618b892</id>
<content type='text'>
</content>
</entry>
</feed>
