Age | Commit message (Expand) | Author |
2012-03-10 | better handling of detection of scriptArgs and arguments | Alon Zakai |
2012-03-10 | be careful when flushing streams that may have been closed, during shutdown | Alon Zakai |
2012-03-10 | start filesystem descriptors at 1, since we intermix them with pointers, so k... | Alon Zakai |
2012-03-10 | properly implement isatty | Alon Zakai |
2012-03-10 | allow Module.stdin,out,err to provide defaults for streams | Alon Zakai |
2012-03-10 | export malloc and free by default, many libraries need that | Alon Zakai |
2012-03-10 | add HEAPF64, useful sometimes for manually optimized code | Alon Zakai |
2012-03-08 | default closure compiler in a way that doesn't require EMSCRIPTEN_ROOT | Alon Zakai |
2012-03-08 | Merge pull request #300 from nathanhammond/incoming | Alon Zakai |
2012-03-07 | Merge with @richardassar's changes. | Nathan Hammond |
2012-03-07 | improve emcc input finding so that it ignores -MT x | Alon Zakai |
2012-03-06 | add sign correction to llvmswitch test, needed for s_x_x | Alon Zakai |
2012-03-06 | Make requested changes: fix include, add myself to authors. | Nathan Hammond |
2012-03-06 | Merge pull request #301 from richardassar/array-prealloc | Alon Zakai |
2012-03-06 | Merge branch 'master' into incoming | Alon Zakai |
2012-03-06 | standardize switch comparisons on signed values | Alon Zakai |
2012-03-06 | escape & in html | Alon Zakai |
2012-03-06 | Include Closure Compiler by default. | Nathan Hammond |
2012-03-06 | Merge pull request #298 from richardassar/authors | Alon Zakai |
2012-03-06 | Merge pull request #294 from LCID-Fire/error_fix | Alon Zakai |
2012-03-06 | ignore fence llvm items | Alon Zakai |
2012-03-05 | handle signedness properly in 64-bit div, mul, rem | Alon Zakai |
2012-03-05 | do not rely on browser timezone info, it is very unpredictable | Alon Zakai |
2012-03-05 | fix i64 comparisons | Alon Zakai |
2012-03-05 | Adding myself to authors | The_Fly |
2012-03-05 | Merge branch 'master' into incoming | Alon Zakai |
2012-03-05 | properly handle html-unfriendly print() output | Alon Zakai |
2012-03-05 | Merge pull request #290 from LCID-Fire/scons | Alon Zakai |
2012-03-05 | Optimisation of FS.createDataFile | The_Fly |
2012-03-05 | Remove unnecessary accessing of stdout | LCID Fire |
2012-03-04 | make string constant comments safe for inclusion in html | Alon Zakai |
2012-03-03 | add noExitRuntime option | Alon Zakai |
2012-03-03 | Add Tool support for SCons | LCID Fire |
2012-03-03 | .o .bc comment | Alon Zakai |
2012-03-02 | comment | Alon Zakai |
2012-03-02 | minify label ids to numbers early in the analysis | Alon Zakai |
2012-03-01 | emit smaller labels for loops | Alon Zakai |
2012-03-01 | don't run optimizeShiftsAggressive without relooping, since it assumes non-sw... | Alon Zakai |
2012-03-01 | clean up optimizeShiftsAggressive a little | Alon Zakai |
2012-03-01 | remove old debugging line | Alon Zakai |
2012-03-01 | Catch and log the errors when calling Processes because users don't get any c... | LCID Fire |
2012-02-29 | optimize alignMemoryPage | Alon Zakai |
2012-02-29 | fix i64 invoke args, and parsing of very large i64 (and other illegal) constants | Alon Zakai |
2012-02-29 | better fix for leaked globals | Alon Zakai |
2012-02-29 | do not pollute global scope except for node (where we must) | Alon Zakai |
2012-02-29 | prevent 3965src etc. from leaking to global scope | Alon Zakai |
2012-02-28 | handle invoke that returns i64 | Alon Zakai |
2012-02-27 | EMCC_CFLAGS support | Alon Zakai |
2012-02-27 | properly handle illegal phi literals | Alon Zakai |
2012-02-27 | emcc fix | Alon Zakai |