https://github.com/kripken/emscripten

sort by:
Revision Author Date Message Commit Date
8e283ee rename dlmalloc to libc in cache, in preparation for adding further code there 09 January 2013, 20:38:43 UTC
4dd19ff mention asm.js'ing in benchmarks 09 January 2013, 19:09:59 UTC
b6c33b1 fix asmEnsureFloat and asmInitializer 09 January 2013, 18:55:36 UTC
d7c3e10 optimize |,& on constants 09 January 2013, 02:24:29 UTC
4c4cade make docs mention that bitcode is the default 09 January 2013, 01:59:58 UTC
ed106fe make sure there is a final return in functions that return value in asm 09 January 2013, 01:15:36 UTC
62ca2bf add tempValue in asm 09 January 2013, 00:52:02 UTC
c31a515 improve |0 removal in asm mode a little 09 January 2013, 00:50:37 UTC
78dbafb keep a coercion right on top of heap accesses in asm mode 09 January 2013, 00:43:52 UTC
0779c55 fix asmCoercion for aggregate types 09 January 2013, 00:03:01 UTC
e30b32a uncomment exception stub 08 January 2013, 23:57:40 UTC
486db79 fix bug with lack of recursion in simplifyBitops 08 January 2013, 23:12:12 UTC
14bb76d asm coerce varargs argument 08 January 2013, 22:17:30 UTC
166aed3 stub _ZNSt9exceptionD2Ev for the case where dlmalloc is included but not libcxx, to avoid an asm warning 08 January 2013, 22:13:03 UTC
a4a85b7 fix test_exceptions 08 January 2013, 22:10:05 UTC
4379d19 ensure a return when an abort happens in a function that returns something 08 January 2013, 21:51:02 UTC
3a866bd define tempInt in asm 08 January 2013, 21:26:54 UTC
828a7ec refactor networking code to start supporting multiple backends 08 January 2013, 19:05:45 UTC
2d164ea rename websockets tests 08 January 2013, 18:35:35 UTC
0cb8bcd wget2 docs 08 January 2013, 02:50:53 UTC
51980b3 Merge remote-tracking branch 'wolfviking/incoming' into incoming Conflicts: AUTHORS src/library_browser.js system/include/emscripten/emscripten.h 08 January 2013, 01:43:36 UTC
9bf835d fix asm relooper bug 08 January 2013, 00:51:27 UTC
fe0d110 do not asm coerce values of type void (e.g. functions that return nothing) 08 January 2013, 00:12:26 UTC
680d3f7 accept either 0.0 or +0 as double in asm coercion 08 January 2013, 00:01:08 UTC
116eb79 ensure float literals are hinted as floats in asm 07 January 2013, 23:49:57 UTC
7d249fb add asm.js mode to relooper, for label comparisons 07 January 2013, 22:02:19 UTC
79f0cfe update relooper tests 07 January 2013, 21:52:17 UTC
97fe315 always coerce asm calls 07 January 2013, 21:21:58 UTC
6538207 remove unneeded ' in asm exports 07 January 2013, 21:15:08 UTC
5789714 reset the stack top when CATCH_EXIT_CODE 07 January 2013, 20:54:29 UTC
904d9b7 disable EXCEPTION_DEBUG by default 07 January 2013, 19:53:19 UTC
cdbb625 TODO for asm double literals 07 January 2013, 19:48:08 UTC
2c2fda2 notice Math.* library redirects as being functions 07 January 2013, 19:10:52 UTC
6e7910e fix bug with adding non-functions to libraryFunctions in ASM_JS 07 January 2013, 19:05:12 UTC
006059d simple asm mode that just exports main 07 January 2013, 18:34:48 UTC
b787395 do not call run if dependencies are resolved but we were not supposed to call run in the first place 06 January 2013, 20:00:21 UTC
8e12485 sysexits.h 06 January 2013, 18:08:00 UTC
e2cca54 index, rindex 06 January 2013, 18:03:24 UTC
d15a3b3 fix networking for both stream and dgram 05 January 2013, 20:15:05 UTC
814cd72 handle sending forced messages of non-multiple-of-4 sizes 05 January 2013, 02:54:31 UTC
4804ea9 SOCKET_FORCED_MESSAGING option 05 January 2013, 01:14:50 UTC
1951a1c refactor socket code, ensure that each call to recv/recvmsg receives a single separate message 04 January 2013, 23:10:35 UTC
05be831 rename socket queue 04 January 2013, 22:38:06 UTC
de82576 refactor socket code, ensure that we send all a sendmsg's iovs in a single socket send 04 January 2013, 22:31:55 UTC
a11bed2 fix sdl shutdown crash 04 January 2013, 02:50:23 UTC
95feb64 warn about ASM_JS 03 January 2013, 20:10:41 UTC
3754206 fix glut mouseFunc call 03 January 2013, 20:02:22 UTC
09ebbe5 fix glut typo 03 January 2013, 19:53:56 UTC
cf3f778 fix memory growth error 03 January 2013, 18:41:19 UTC
a5b5727 SDL mutex stubs 03 January 2013, 01:37:49 UTC
87b9fe1 assert on socket fd size 02 January 2013, 22:47:50 UTC
4485acf select() 02 January 2013, 22:27:42 UTC
faf6b1d mkstemp 02 January 2013, 19:31:53 UTC
fe80f74 support function pointers in multiphase 01 January 2013, 23:38:48 UTC
2b53421 sig* functions 01 January 2013, 20:34:45 UTC
b42a903 deprecate EMSCRIPTEN_KEEPALIVE - add your functions to EXPORTED_FUNCTIONS instead 01 January 2013, 19:03:10 UTC
6181442 update ccall docs 01 January 2013, 18:43:03 UTC
c523f98 remove unneeded KEEPALIVE in test_ccall 01 January 2013, 18:41:44 UTC
9c66347 getProcAddress fixes 01 January 2013, 01:35:19 UTC
4e9f8bf update jcache test - without named globals, we generate smaller code and fewer chunks 01 January 2013, 01:03:21 UTC
a97833a fix jcache breakage due to missing global annotation 01 January 2013, 00:52:04 UTC
48f347c fix test runner ALL 01 January 2013, 00:46:27 UTC
cce607a fix test_strings 01 January 2013, 00:45:24 UTC
68b84c9 version 1.2, asm+unnamed globals+optimized >32bit returns 01 January 2013, 00:28:06 UTC
654963c fix silly crash 31 December 2012, 23:27:12 UTC
a609b46 fix test_runtimelink_multi 31 December 2012, 22:51:05 UTC
2f233e3 forward unindexable globals to asm 31 December 2012, 22:48:33 UTC
387b4f7 fix test_ccall 31 December 2012, 22:39:16 UTC
f7e8ad5 properly forward unnamed global externals to asm 31 December 2012, 22:37:13 UTC
491dcb1 forward externals to asm 31 December 2012, 22:03:29 UTC
e5e62a1 fix llvm_ctlz_i64 31 December 2012, 20:37:55 UTC
d8e2ae8 disable non-optimized asm test suite 31 December 2012, 20:36:45 UTC
ab7cd91 fix llvm_swap_i64 31 December 2012, 20:36:31 UTC
5edd66f fix parseInt64 31 December 2012, 20:23:09 UTC
ac97466 export malloc and free from asm, if present 31 December 2012, 20:07:02 UTC
2325baf Merge branch 'incoming' into asm_js Conflicts: src/library_browser.js 31 December 2012, 19:56:53 UTC
a55c2a2 make browser fs api test robust 31 December 2012, 19:38:39 UTC
3b25107 some debugging for browser fs api test 31 December 2012, 19:26:20 UTC
6856849 improve parsing of globals and types 31 December 2012, 18:49:03 UTC
e97f48a emscripten_async_wget_data 31 December 2012, 00:36:28 UTC
c3ed294 fix i64 precise modulo 30 December 2012, 23:38:57 UTC
b500e12 fix mmap; fixes #769 30 December 2012, 20:49:43 UTC
a16fb0d fix parseInt of '0' 30 December 2012, 20:48:50 UTC
7cf24cb minor i64 parsing fixes 30 December 2012, 19:22:51 UTC
a25763b parse empty i64 strings properly 30 December 2012, 19:15:04 UTC
d4562d8 use precise 64-bit parsing for parseInt, add bswap64 test, fixes #768 30 December 2012, 19:07:01 UTC
ea655d0 update bignum code with bugfix from upstream, and add i64Math code to parse 30 December 2012, 19:05:26 UTC
29d1e22 add llvm_bswap_i64 for #768 30 December 2012, 01:40:00 UTC
9f8132c force mmap to return page-aligned addresses, and check for valid input in munmap 29 December 2012, 18:31:07 UTC
7b9f475 chunk very large embed-file 29 December 2012, 18:20:48 UTC
15e1954 save legalizedI64 state for multiphase compilation 29 December 2012, 16:32:16 UTC
44f1456 fix repeated compilation 29 December 2012, 03:50:53 UTC
68d5248 Add comment,test,authors. Change indentation and comma space Modify the indentation Add Author Add comment Add test inside runner.py 28 December 2012, 08:36:13 UTC
98d5842 compile given ll in compiler.html 28 December 2012, 03:36:50 UTC
0833e5b option to provide raw ll to compiler.js 28 December 2012, 03:30:12 UTC
0bf4db9 compile and run in compiler.html 28 December 2012, 00:07:13 UTC
275adcf allow (unoptimal) single-phase compiler.js invocation 27 December 2012, 20:25:31 UTC
66021ae patch up compiler.html 26 December 2012, 06:46:51 UTC
9a3f203 fix typo 26 December 2012, 06:12:50 UTC
e91fc01 fix autodebugger 26 December 2012, 06:01:17 UTC
back to top