https://github.com/kripken/emscripten

sort by:
Revision Author Date Message Commit Date
00bc108 use i32 values in mem init to save size, when not using binary mem init file 01 April 2014, 18:56:42 UTC
04903aa fix mkdir on a path ending in a slash; fixes #2263 and #2258 01 April 2014, 16:38:12 UTC
927f26f testcase for returning nan 01 April 2014, 00:55:46 UTC
d75c0bc Merge pull request #2264 from imvu/incoming-with-fastcomp-asm.js-emval-2 Make emscripten::val compatible with fastcomp/asm.js 01 April 2014, 00:28:55 UTC
673d431 testcase for fixable bad function casts with extra params 01 April 2014, 00:22:30 UTC
ffed52a Remove 'vararg' from names of functions, per code review. Don't expand floats to doubles in argument packs. 31 March 2014, 19:53:15 UTC
1a5437e comment 31 March 2014, 17:20:43 UTC
f8fa2ce add testing for EM_ASM_ARGS 31 March 2014, 17:12:38 UTC
2115e4f update test_idbfs_sync to use EM_ASM with input arguments, which is more idiomatic 31 March 2014, 17:11:04 UTC
ad08fef better error handling in EM_ASM 31 March 2014, 17:10:33 UTC
30e9700 add EM_ASM_ARGS, a nicer name for EM_ASM_ 31 March 2014, 17:09:15 UTC
3c5aa9b Follow up from azakai's code review 29 March 2014, 20:33:20 UTC
aa05c2e Instead of varargs, which depend on the compiler, manually build the varargs packs on the stack. 29 March 2014, 06:56:42 UTC
0ee1cab Make val::val(T&&) compatible with asm.js 29 March 2014, 06:56:42 UTC
8770323 Make val::operator() compatible with asm.js 29 March 2014, 06:56:41 UTC
6e9b2e3 Rename readValueFromPointer to readValueFromVarArg to make its sometimes odd behavior a little clearer 29 March 2014, 06:56:41 UTC
fa3e4f4 Make val::call<> compatible with asm.js 29 March 2014, 06:56:41 UTC
bcb2da7 Fix passing memory_views in varargs 29 March 2014, 06:56:41 UTC
f9ef5a0 Allow passing memory_views in varargs 29 March 2014, 06:56:41 UTC
b9abf3c Some minor emval simplifications 29 March 2014, 06:56:41 UTC
bb34f6a It appears we can use doubles as generic wire types. 29 March 2014, 06:56:40 UTC
6291f97 make val::new_ compatible with asm.js 29 March 2014, 06:56:40 UTC
464f4a3 make val::as<> compatible with asm.js 29 March 2014, 06:56:40 UTC
555cb82 tests for val::as on strings and val too 29 March 2014, 06:56:39 UTC
6184999 Add some unit tests that verify we can pass all kinds of primitive types through val::as 29 March 2014, 06:56:39 UTC
13e7b4c Merge pull request #2262 from juj/fix_js_engine_filtering Fix test runner banned engine filtering for SPIDERMONKEY_ENGINE. 29 March 2014, 03:27:56 UTC
10183ed Fix test runner banned engine filtering for SPIDERMONKEY_ENGINE when cmdline params are automatically added to that engine. 29 March 2014, 03:21:44 UTC
cde38c8 fix the case where emcc's input and output is a bitcode file 28 March 2014, 23:52:28 UTC
20bfe6c emcc logging improvements 28 March 2014, 23:33:34 UTC
22bc2ba add fastcomp env var to library builds in test runner, to fix errors in slow2asm.test_the_bullet 28 March 2014, 18:35:41 UTC
a4a85b7 fix SDL bug where freeing the surface screen did not work properly 28 March 2014, 18:04:35 UTC
efe2cd8 add fuzz testcase for nested i24 constantExprs 28 March 2014, 17:41:18 UTC
e3cb673 fix test_files_m on latest spidermonkey, which shows more warnings 27 March 2014, 23:29:35 UTC
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
back to top