sort by:
Revision Author Date Message Commit Date
14d6b2c remove stack parameter from js optimizer traverse(), to avoid overhead when not needed 27 March 2014, 20:50:01 UTC
9ce739d improve debug logging of emcc invocation 27 March 2014, 20:25:18 UTC
422d65d optimize away individual loop vars, even if we can't remove them all 27 March 2014, 17:34:52 UTC
e01dac8 typo in .d code generation 27 March 2014, 00:43:57 UTC
dc47bec testcase for i64 < 0 26 March 2014, 22:09:01 UTC
52b1261 make llvm-lit test emit verbose output 26 March 2014, 21:43:58 UTC
5b34850 eliminate X=X which can happen due to elimination 26 March 2014, 20:55:29 UTC
c35860b make tests/cases/usenullcall.ll a fastcomp-only test 26 March 2014, 19:47:56 UTC
c4038a1 handle --default-object-ext properly, and other emcc fixes 26 March 2014, 17:43:07 UTC
bffcb8c add dependency file testing 26 March 2014, 01:06:23 UTC
78d5d9c let emcc directly access bitcode files when possible, to emit proper .d files and avoid unnecessary copies 26 March 2014, 00:55:34 UTC
135a906 improve testcase 25 March 2014, 17:51:12 UTC
62a4bce add testcase for use of call outputs to absolute targets 25 March 2014, 17:36:37 UTC
5817cd8 --emit-symbol-map option 25 March 2014, 03:23:11 UTC
63ed033 1.14.0 24 March 2014, 22:15:11 UTC
398f6f7 Merge branch 'patch-1' of github.com:dandv/emscripten into incoming Conflicts: README.markdown 24 March 2014, 21:06:49 UTC
1762d5a Merge branch 'patch-2' of github.com:dandv/emscripten into incoming Conflicts: AUTHORS 24 March 2014, 21:04:16 UTC
45a98fe Adding @dandv 24 March 2014, 20:58:19 UTC
44bec89 Merge pull request #2236 from waywardmonkeys/remove-invalid-type-info-destructor Remove empty std::type_info destructor. 24 March 2014, 18:50:42 UTC
97b99d6 fix caching of asm const strings; fixes #2253 24 March 2014, 18:14:04 UTC
e309c20 testcase for issue #2244 24 March 2014, 01:53:43 UTC
d38cd65 do not warn on missing emscripten_ functions 22 March 2014, 21:24:36 UTC
e3ec6a6 Explain what LLVM is for new users 20 March 2014, 18:11:49 UTC
e2e9426 Merge pull request #2237 from waywardmonkeys/runner-help Update test runner help text. 18 March 2014, 21:14:18 UTC
5cd4da6 comment on webrtc test 18 March 2014, 19:25:55 UTC
9158e99 webrtc test fix 18 March 2014, 19:21:15 UTC
705f294 Merge pull request #2241 from Noxalus/incoming Complete the list of properly supported keys 18 March 2014, 18:36:35 UTC
450f157 Complete the list of properly supported keys Sort the key code and scan code maps by key and add many missing keys. 18 March 2014, 18:17:56 UTC
5abf366 Merge pull request #2231 from modeswitch/incoming Add local broker for webrtc p2p test. Fixes #1974. 18 March 2014, 17:42:17 UTC
ca5203f Update test runner help text. There is no more o1 test target. 18 March 2014, 09:22:43 UTC
5569c5a Remove empty std::type_info destructor. This is provided by libcxxabi and there are actually 3 different destructors, not just this one, so let things pick up libcxxabi correctly. 18 March 2014, 08:57:13 UTC
0b04c1e add ifs benchmark 18 March 2014, 00:56:17 UTC
c998e41 flip a non-existent else block in simplifyIfs, if adding such a block can help 18 March 2014, 00:56:17 UTC
c422f49 flip in simplifyElses if it can help 18 March 2014, 00:56:17 UTC
db3ab95 fuse if-elses where the relooper did not emit a label clearing 18 March 2014, 00:56:17 UTC
dc797a4 make simplifyIfs a settings option 18 March 2014, 00:56:17 UTC
fb331c9 fix else fusing when label has multiple assigns or checks 18 March 2014, 00:56:17 UTC
9b7c270 comment on outlining downsides 18 March 2014, 00:56:17 UTC
df8919a fuse elses to remove unnecessary label settings and checks, after we simplified ifs 18 March 2014, 00:56:17 UTC
dc70532 don't commaify if it doesn't help 18 March 2014, 00:56:17 UTC
c4fc445 simplify nested ifs with identical elses 18 March 2014, 00:56:17 UTC
6c31546 uncommaify between ifs that can potentially be simplified 18 March 2014, 00:56:17 UTC
f6c2bcd remove unnecessary code from simplifyIfs 18 March 2014, 00:56:17 UTC
dbb60d0 add another if testcase in relooper 18 March 2014, 00:56:17 UTC
b079453 add test_simplify_ifs 18 March 2014, 00:56:17 UTC
e4462dc filter out empty blocks in simplifyIfs 18 March 2014, 00:56:17 UTC
3215f80 simplifyIfs js optimizer pass 18 March 2014, 00:56:17 UTC
cf5307c Cleaned up required files (some things aren't needed for this test); Run `npm install` as part of test. 17 March 2014, 23:28:04 UTC
b1f141d Updated gitignore 17 March 2014, 23:07:07 UTC
c3a8ac0 Fixed accidental submodule 17 March 2014, 23:04:51 UTC
4f0e8c3 Merge pull request #2020 from fadams/improve-websocket-config-options Provide compile time and run time options for WebSocket URL and subproto... 17 March 2014, 22:22:48 UTC
46bf009 Merge pull request #2234 from Noxalus/incoming Fix numepad 0 key and add few other keys 17 March 2014, 22:06:07 UTC
e8df5b5 Merge pull request #2228 from Daft-Freak/patch-1 Add stub for raise 17 March 2014, 21:04:09 UTC
894cae2 Set errno and return -1 17 March 2014, 19:05:39 UTC
6470a30 fix relooper test 17 March 2014, 17:17:53 UTC
a3d9177 Return error in raise 17 March 2014, 16:56:23 UTC
4a0e433 Fix numepad 0 key and add few other keys The scan code of the numepad 0 key is 98, not 88 since that correspond to the scan code of KP_ENTER. I took the opportunity to add the missing numepad keys like KP_PLUS, KP_MULTIPLY, etc... Some other keys like caps lock weren't properly detected either. 17 March 2014, 16:19:00 UTC
7e22558 Add local broker for webrtc p2p test. Fixes #1974. 17 March 2014, 00:31:11 UTC
a0402f5 Merge pull request #2229 from Daft-Freak/patch-2 Add eglWaitGL 16 March 2014, 15:50:13 UTC
f38cc41 Fix unregistering of event handlers (all params of removeEventListener must *exactly* match the signature used in registration, up to useCapture) and a closure name rename problem. Fixes #2230. 16 March 2014, 15:46:51 UTC
2b04260 don't needlessly add empty nodes in asm normalization/denormalization 15 March 2014, 21:14:45 UTC
cb47df2 remove empty subnodes after aggressive variable elimination 15 March 2014, 20:27:18 UTC
3adf97a remove empty subnodes after vacuum 15 March 2014, 20:24:03 UTC
7b68d96 remove empty subnodes after eliminate 15 March 2014, 20:19:38 UTC
0daeb7d fix commented-out relooper code 15 March 2014, 17:04:09 UTC
f6a6754 Add eglWaitGL 15 March 2014, 12:46:31 UTC
7c2ce4b Add stub for raise 15 March 2014, 12:44:47 UTC
355a67d add -profiling option 15 March 2014, 02:56:21 UTC
ccbfbc9 test for bad triple warning 15 March 2014, 02:43:18 UTC
5c03805 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 14 March 2014, 23:14:00 UTC
e56b193 Merge pull request #2224 from juj/osx_mouse OSX mouse support. 14 March 2014, 23:10:22 UTC
cef72b4 Add better documentation to emscripten/html5.h KeyEvent structure on the current implementation and deprecation status of the various fields. See also pr #2222. 14 March 2014, 19:52:26 UTC
b7ac1c0 Merge pull request #2225 from juj/safari_webaudio Safari 6.0.5 webaudio fixes in SDL and OpenAL library. 14 March 2014, 19:11:11 UTC
dee56ea Fix typo in comment. 14 March 2014, 19:00:23 UTC
21fc381 Make tests/openal_playback.cpp compilable outside the test runner. 14 March 2014, 18:58:04 UTC
7cd9a3c Fix OpenAL library to work with old Web Audio API syntax that exists in Safari 6.0.5 at least. 14 March 2014, 18:58:03 UTC
b3b29be Fix SDL Web Audio to work on Safari 6.0.5. That browser does not implement the AudioBufferSourceNode.start() method, but only has the older .noteOn() method, and the audio ctors don't come out as functions, but strongly typed ctor objects. 14 March 2014, 18:58:02 UTC
a564e87 Add an automated version of the html5 mouse test in browser test suite. 14 March 2014, 09:26:19 UTC
fb0b19e Implement support for Webkit mouse wheel events. Add new interactive mouse test. Checked on OSX Safari 6.0.5. Fixes #2219. 13 March 2014, 14:34:46 UTC
a124ef1 Manually implement mouse movementXY in HTML5 mousemove events when the browser does not provide the data. Fixes part 2) from issue #2219. 13 March 2014, 13:51:41 UTC
0d1230d Fix typo with missing parentheses from previous commit that broke keyevents from performing deferred fullscreen/pointerlock requests. 13 March 2014, 13:27:42 UTC
50ecad0 Fix IE fullscreen requests to not run in mousedown events, since IE doesn't allow them. Related to #2219. 12 March 2014, 09:15:44 UTC
74a3d9f Register mouse callbacks in test_html5_fullscreen.c sample so that it can be tested on IE as well. 12 March 2014, 09:15:08 UTC
7dfd4a4 Make tests/test_html5_fullscreen.c standalone-compilable outside test suite. 12 March 2014, 09:15:06 UTC
77e8b7d improve demangler a little 11 March 2014, 18:14:53 UTC
f69f770 improve CHECK_HEAP_ALIGN message 11 March 2014, 17:07:48 UTC
065c4cd Updated ChangeLog to latest. 11 March 2014, 12:03:57 UTC
d4ef937 Implement a IE10+ specific path to emscripten_get_callstack to get the call stack information. In IE, callstacks are populated only when an exception object is thrown. Closes #2212. 11 March 2014, 11:25:36 UTC
5c692fd Clean up warnings in emscripten_log test. 11 March 2014, 11:23:46 UTC
7998d7b fix mouse wheel deltas for closure compiler in html5 API, and add some closure testing; #2214 11 March 2014, 00:02:27 UTC
4d4fe2e add test for odin validation 10 March 2014, 22:58:22 UTC
1ec3afe add -w to spidermonkey to see odin warnings 10 March 2014, 22:50:29 UTC
131713b avoid llvm-dis when using save-bc in fastcomp 10 March 2014, 21:16:11 UTC
fe4bffc restore some closure testing 10 March 2014, 20:24:41 UTC
54b0f19 forward CLOSURE_COMPILER to settings, and use that to avoid a closure-specific workaround for Module detection; fixes #2209 10 March 2014, 20:24:37 UTC
501fdd7 1.13.1 10 March 2014, 19:10:02 UTC
8b67982 Merge branch 'patch-1' of github.com:ddiproietto/emscripten into incoming Conflicts: AUTHORS 10 March 2014, 17:12:32 UTC
8658790 add some text to safe heap asserts 10 March 2014, 01:10:24 UTC
d8423a6 add aliases testcase 08 March 2014, 18:40:59 UTC
99a8cf5 Added myself to AUTHORS 08 March 2014, 14:12:04 UTC
back to top