Граф коммитов

9574 Коммитов

Автор SHA1 Сообщение Дата
Alon Zakai 7fff4e3eaa better error message for asm.js not supporting growable heap yet 2014-01-19 12:09:18 -08:00
Alon Zakai fa70d238fc improve EM_ASM to tolerate quotes when safe, and error when not; fixes #2032 2014-01-18 18:26:19 -08:00
Alon Zakai fd08013827 Merge pull request #2030 from waywardmonkeys/updates4
Updates 4
2014-01-18 18:12:00 -08:00
Alon Zakai 514455525b handle #if !X in preprocessor 2014-01-18 10:15:28 -08:00
Alon Zakai e1fe780c97 Merge pull request #2031 from juj/fix_glemu_enabledisable
Fix glemu enabledisable
2014-01-18 10:10:42 -08:00
juj 6626c39cb6 Merge pull request #2007 from abergmeier/cmake_test_ninja
Add support for Ninja and Eclipse+Ninja testing in test_cmake.
2014-01-18 02:53:57 -08:00
Jukka Jylänki 7a1c4076a2 Fix GL emulation cleanup to properly update the state it changes. 2014-01-18 12:52:43 +02:00
Jukka Jylänki ac244127bf Fix FFP GL emulation directives. The form !GL_FFP_ONLY is not supported, use GL_FFP_ONLY == 0 instead. 2014-01-18 12:33:18 +02:00
Bruce Mitchener 8762f31749 Implement catopen/catgets/catclose to help libcxx tests pass. 2014-01-18 14:31:20 +07:00
Bruce Mitchener ab0a6e5a6f No need for 64 bit aliases for these 2014-01-18 14:16:04 +07:00
Bruce Mitchener 57c6729838 Make exception tests named more consistently. 2014-01-18 14:11:57 +07:00
Bruce Mitchener 7b47897f85 catched -> caught 2014-01-18 14:11:57 +07:00
Bruce Mitchener f138d08629 Remove unused aliases. 2014-01-18 14:11:57 +07:00
Alon Zakai d963b0fb61 fix asm1.test_cubescript 2014-01-17 19:54:16 -08:00
Alon Zakai 918bbd41b3 fix test_source_map 2014-01-17 19:47:46 -08:00
Alon Zakai b50632c760 fix flakey lua benchmark 2014-01-17 17:38:09 -08:00
Alon Zakai a0e815f0a7 make debug checks in asm2g more lenient, so they pass on fastcomp 2014-01-17 16:30:13 -08:00
Alon Zakai f5cd0acf0d add missing ; 2014-01-17 16:17:46 -08:00
Alon Zakai dd7771e94e handle unsigned reads in safe heap 2014-01-17 16:12:09 -08:00
Alon Zakai af52dc5060 remove stale comment 2014-01-17 15:35:51 -08:00
Alon Zakai 27a17f57f8 don't remove whitespace in emcc, not worth the time 2014-01-17 15:10:12 -08:00
Alon Zakai c0ea7656d7 clean up emcc timing logging 2014-01-17 14:31:40 -08:00
Alon Zakai d7cdf4581f add missing ;s 2014-01-17 10:43:51 -08:00
Alon Zakai 799c3a3dae add missing ; 2014-01-17 10:29:30 -08:00
Alon Zakai d0342ae398 use double for float arguments to safe heap 2014-01-17 10:19:47 -08:00
Alon Zakai d19b49ff81 disable test_fnmatch in s_x_x 2014-01-17 10:03:13 -08:00
Alon Zakai 620ff9a94d optimize memory initializer if it is large 2014-01-17 10:01:04 -08:00
Alon Zakai e138af189b remove current memory initialization chunking via .concat(..) 2014-01-17 10:01:04 -08:00
Jukka Jylänki 6c0e61a085 Fix GL_FFP_ONLY path to enable/disable vertex attribute arrays as a response to glEnable/DisableClientState instead of adjusting that during rendering. 2014-01-17 17:01:33 +02:00
Alon Zakai 3c4f29d187 make asm2g use SAFE_HEAP in fastcomp 2014-01-16 21:15:02 -08:00
Alon Zakai cea0be49c3 Merge branch 'remove-01-aliases' of github.com:waywardmonkeys/emscripten into incoming 2014-01-16 20:38:25 -08:00
Alon Zakai 5bb976ed71 add fnmatch; fixes #2002 2014-01-16 15:42:14 -08:00
Alon Zakai 3d771ae928 fix strnlen input of size, which should be unsigned 2014-01-16 15:41:31 -08:00
Alon Zakai 72972e7102 add __h_errno; fixes #2013 2014-01-16 14:31:47 -08:00
Alon Zakai 62de2bd37e don't override Module.print and printErr if the user specified them 2014-01-16 14:17:12 -08:00
Alon Zakai 41675a7501 strengthen test_alloca to check alignment 2014-01-16 13:17:37 -08:00
Alon Zakai 0d1f0bde19 Merge branch 'patch-1' of github.com:sindresorhus/emscripten into incoming 2014-01-16 12:10:00 -08:00
Sindre Sorhus 9fed906bd0 It's 2014 2014-01-16 20:38:58 +01:00
Alon Zakai a310827131 enable a form of safe heap in asm, using js optimizer pass to ensure full coverage and support for fastcomp 2014-01-16 11:27:39 -08:00
Bruce Mitchener f989aa0abb Remove __01*64_ aliases that don't appear to be necessary.
These were added when Python support was fixed up, but don't appear
to be needed or used anywhere.
2014-01-16 20:59:16 +07:00
Alon Zakai e14e6ea75c add todo 2014-01-15 21:35:30 -08:00
Alon Zakai 7600935358 Merge pull request #2016 from rfk/rfk/minify-names-separately
Split name-minification into a separate pass from registerization.
2014-01-15 21:33:17 -08:00
Ryan Kelly 375761d4a5 Address review comments. 2014-01-16 16:19:22 +11:00
Alon Zakai c7cb560f93 do not track eliminable variables from one switch statement to another, if they have any dependencies; fixes #2003 2014-01-15 21:06:50 -08:00
Alon Zakai 799dbd53d4 re-merge split blocks in multiples 2014-01-15 17:49:23 -08:00
Alon Zakai 1caa54d87f share block ids in relooper among split blocks 2014-01-15 17:38:26 -08:00
Alon Zakai 7dc8c2ff08 undo unnecessary test disabling 2014-01-15 17:02:28 -08:00
Alon Zakai c42b937808 Merge branch 'incoming' 2014-01-15 17:01:19 -08:00
Alon Zakai e5ccf17e84 release 1.9.0 2014-01-15 17:01:11 -08:00
Alon Zakai 54331941bf fix Math_floor coercion in unrecommended codegen modes (no roundings correction or imprecise i64) 2014-01-15 14:19:55 -08:00