Age | Commit message (Expand) | Author |
2013-04-14 | use compiled compiler-rt code for i64 multiplication | Alon Zakai |
2013-04-14 | asmify ctlz/cttz | Alon Zakai |
2013-04-14 | add handwritten asm i64Subtract | Alon Zakai |
2013-04-13 | fix overflow detection in i64 uadd, and add testcase | Alon Zakai |
2013-04-13 | find structural returns of >64 bits | Alon Zakai |
2013-04-13 | fix legalization of nonexistent call return values | Alon Zakai |
2013-04-12 | handle inline struct definitions (assuming zeroinit) in illegal insertvalue, ... | Alon Zakai |
2013-04-12 | coerce arguments to cxa_find_matching_catch; enable remaining asm.js exceptio... | Alon Zakai |
2013-04-12 | fix __THREW__ initialization in asm.js invokes; test_exceptions now enabled a... | Alon Zakai |
2013-04-12 | asm-coerce arguments to invoke_* | Alon Zakai |
2013-04-12 | move exception resuming into a dedicated function | Alon Zakai |
2013-04-12 | fix forced calls through invoke_* | Alon Zakai |
2013-04-12 | avoid emitting non-asm code for cxa_find_matching_catch | Alon Zakai |
2013-04-11 | avoid unnecessary array creation in cxa_find_matching_catch calls | Alon Zakai |
2013-04-11 | infrastructure for supporting exceptions in asm.js, by going through invoke_*... | Alon Zakai |
2013-04-11 | refactor emscripten.py ll splitting | Alon Zakai |
2013-04-11 | clarify INVOKE_RUN | Alon Zakai |
2013-04-11 | Merge pull request #1050 from arlolra/setgroups | Alon Zakai |
2013-04-09 | make noInitialRun and INVOKE_RUN refer to main(), not run(). run() need not c... | Alon Zakai |
2013-04-09 | remove ATMAIN hack, use a designated runPostSets function for postSets | Alon Zakai |
2013-04-09 | implement setgroups | Arlo Breault |
2013-04-09 | only emit postsets in pre and when they actually exist | Alon Zakai |
2013-04-09 | run postsets right before main, and after the memory initializer has been set up | Alon Zakai |
2013-04-09 | always load memory initializer asynchronously, to keep shell and web as simil... | Alon Zakai |
2013-04-09 | restore memory initialization and testing | Alon Zakai |
2013-04-08 | add new setjmp label into labelsDict, so it can be found by phis; fixes #1046 | Alon Zakai |
2013-04-08 | Merge branch 'sscanf' of github.com:artdent/emscripten into artdent-sscanf | Alon Zakai |
2013-04-08 | Merge pull request #1035 from azmeuk/glfw | Alon Zakai |
2013-04-06 | Merge pull request #1010 from azmeuk/openal | Ehsan Akhgari |
2013-04-06 | scanf: support '*', which matches without assigning to an argument. | Jacob Lee |
2013-04-05 | allow non-ta2 memory initializer loading | Alon Zakai |
2013-04-05 | test various chunk sizes for memory allocation | Alon Zakai |
2013-04-05 | fix test_atexit | Alon Zakai |
2013-04-05 | wait for Browser to show up to fetch memory initializer | Alon Zakai |
2013-04-05 | assert on callMain happening when no dependencies left | Alon Zakai |
2013-04-05 | refactor preRun additions | Alon Zakai |
2013-04-05 | ensure runtime initialized when dependencies have arrived, including the memo... | Alon Zakai |
2013-04-05 | use a separate memory initialization file | Alon Zakai |
2013-04-05 | support reading binary data in the shell/node | Alon Zakai |
2013-04-05 | fix xhrs for file URLs | Alon Zakai |
2013-04-05 | refactor runtime initialization | Alon Zakai |
2013-04-05 | allow calling callMain even if run() was not called | Alon Zakai |
2013-04-05 | initialize runtime from run() (asynchronously, if run is asynchronous) | Alon Zakai |
2013-04-05 | * Fixed GLFW mouse position bug. | Éloi Rivard |
2013-04-05 | * Fixed OpenAL currentContext. | Éloi Rivard |
2013-04-05 | * Added some guards. | Éloi Rivard |
2013-04-05 | * Fixed alcGetCurrentContext. | Éloi Rivard |
2013-04-05 | * Spaces and indentation. | Éloi Rivard |
2013-04-05 | Added alcGetContextsDevice and alcGetCurrentContext functions. | Éloi Rivard |
2013-04-04 | detect file suffixes of all lengths | Alon Zakai |