<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/src/parseTools.js, branch 1.12.1</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/src/parseTools.js?h=1.12.1</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/src/parseTools.js?h=1.12.1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-02-11T15:14:59Z</updated>
<entry>
<title>escape curly braces in regexps for more portability (unescaped curly braces are technically a SyntaxError in Ecmascript E5/E5.1)</title>
<updated>2014-02-11T15:14:59Z</updated>
<author>
<name>Sami Vaarala</name>
<email>sami.vaarala@iki.fi</email>
</author>
<published>2014-02-11T15:14:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=2e3310f64ef45a859f375582a84c5d71febc041b'/>
<id>urn:sha1:2e3310f64ef45a859f375582a84c5d71febc041b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rely on js opts to do safe heap for asm, to avoid duplicating logic for proper asm ffi coercions</title>
<updated>2014-01-28T23:10:53Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-28T23:10:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=d98aa6d1562202ed00453ed71a4b8825abd34204'/>
<id>urn:sha1:d98aa6d1562202ed00453ed71a4b8825abd34204</id>
<content type='text'>
</content>
</entry>
<entry>
<title>handle #if !X in preprocessor</title>
<updated>2014-01-18T18:15:28Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-18T18:15:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=514455525bf4f8e4e72ccdef7d3f88b26fbc77e5'/>
<id>urn:sha1:514455525bf4f8e4e72ccdef7d3f88b26fbc77e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>handle unsigned reads in safe heap</title>
<updated>2014-01-18T00:12:09Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-18T00:12:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=dd7771e94e0e80c4232c39140a0263a18e0bfa86'/>
<id>urn:sha1:dd7771e94e0e80c4232c39140a0263a18e0bfa86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove current memory initialization chunking via .concat(..)</title>
<updated>2014-01-17T18:01:04Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-17T01:20:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=e138af189b10854ba16cbc99843a171c59c6d331'/>
<id>urn:sha1:e138af189b10854ba16cbc99843a171c59c6d331</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enable a form of safe heap in asm, using js optimizer pass to ensure full coverage and support for fastcomp</title>
<updated>2014-01-16T19:27:39Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-16T19:25:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a3108271317e8242830113a2c87ceed1ec4ac02d'/>
<id>urn:sha1:a3108271317e8242830113a2c87ceed1ec4ac02d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix Math_floor coercion in unrecommended codegen modes (no roundings correction or imprecise i64)</title>
<updated>2014-01-15T22:19:55Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-15T22:19:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=54331941bfda2dca0a59224d7219fc12f93b1c15'/>
<id>urn:sha1:54331941bfda2dca0a59224d7219fc12f93b1c15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle negative zero values correctly.</title>
<updated>2014-01-13T10:59:15Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-12-11T13:36:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=369b8330ed5e115be82b616414892aaf1e3c7b2c'/>
<id>urn:sha1:369b8330ed5e115be82b616414892aaf1e3c7b2c</id>
<content type='text'>
This handles the situation when they're part of a global variable
whether it just be a float/double or embedded within a struct.

Fixes #1898.
</content>
</entry>
<entry>
<title>Merge branch 'incoming' into llvm-3.4</title>
<updated>2014-01-07T23:40:53Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-07T23:40:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=0b3416a1dcd808fb71043a9f400f3ef2aa636abc'/>
<id>urn:sha1:0b3416a1dcd808fb71043a9f400f3ef2aa636abc</id>
<content type='text'>
Conflicts:
	tests/test_benchmark.py
	tools/shared.py
</content>
</entry>
<entry>
<title>properly overflow gep arguments; fixes #1975</title>
<updated>2014-01-07T20:02:47Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-07T20:02:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=04b5c9d3d434e1bf6ab0dab42fd27fd4a4dd0721'/>
<id>urn:sha1:04b5c9d3d434e1bf6ab0dab42fd27fd4a4dd0721</id>
<content type='text'>
</content>
</entry>
</feed>
