Age | Commit message (Expand) | Author |
2014-02-24 | v1.12.1 - first testing version with fastcomp on by default1.12.1 | Alon Zakai |
2014-02-24 | Merge branch 'fastcomp-by-default' into incoming | Alon Zakai |
2014-02-21 | release 1.12.01.12.0 | Alon Zakai |
2014-02-21 | reflect that asm is on by default in fastcomp, even in -O0, in the settings | Alon Zakai |
2014-02-21 | bump expected llvm version to 3.3, which is what fastcomp uses | Alon Zakai |
2014-02-21 | point to wiki page on fastcomp when using fastcomp but backend is not present | Alon Zakai |
2014-02-21 | turn fastcomp on by default, disabling can be done with EMCC_FAST_COMPILER=0 ... | Alon Zakai |
2014-02-18 | version 1.11.11.11.1 | Alon Zakai |
2014-02-13 | release 1.11.01.11.0 | Alon Zakai |
2014-02-11 | improve logging of opts | Alon Zakai |
2014-02-09 | add missing multibyte/internal.c in musl1.10.4 | Alon Zakai |
2014-02-09 | move emscripten_GetProcAddress to a C library, so that it is less hackish and...1.10.3 | Alon Zakai |
2014-02-06 | Add optimized versions of musl libc string and memory comparison functions. | Jukka Jylänki |
2014-01-31 | make sure rand() returns values only up to RAND_MAX; #18551.10.1 | Alon Zakai |
2014-01-29 | release 1.10.01.10.0 | Alon Zakai |
2014-01-25 | Bump version to 1.9.5 to cause relooper to rebuild after previous change. | Jukka Jylänki |
2014-01-22 | Bump version after adding new entries to src/struct_info.json. | Jukka Jylänki |
2014-01-21 | deprecate -O3 in preparation for using it for heavier js opts | Alon Zakai |
2014-01-17 | optimize memory initializer if it is large | Alon Zakai |
2014-01-17 | remove current memory initialization chunking via .concat(..) | Alon Zakai |
2014-01-16 | add fnmatch; fixes #20021.9.3 | Alon Zakai |
2014-01-15 | re-merge split blocks in multiples1.9.2 | Alon Zakai |
2014-01-15 | share block ids in relooper among split blocks1.9.1 | Alon Zakai |
2014-01-15 | release 1.9.01.9.0 | Alon Zakai |
2014-01-15 | add musl fputws, fix vswprintf, add testing for fwprintf and swprintf as well1.8.14 | Alon Zakai |
2014-01-15 | remove musl use of fwritex1.8.13 | Alon Zakai |
2014-01-15 | Bump version. | Bruce Mitchener |
2014-01-14 | fix wprintf-related bug that bit fastcomp1.8.11 | Alon Zakai |
2014-01-14 | Bump version.1.8.10 | Bruce Mitchener |
2014-01-13 | add fputwc, which enables wprintf1.8.9 | Alon Zakai |
2014-01-13 | Merge branch 'incoming' of github.com:kripken/emscripten into incoming1.8.8 | Alon Zakai |
2014-01-13 | allow relooper to manager its own output buffer, to avoid fixed output limits1.8.7 | Alon Zakai |
2014-01-07 | update other.test_simd test for llvm 3.3 and 3.4 | Alon Zakai |
2014-01-07 | Merge branch 'incoming' into llvm-3.41.8.6 | Alon Zakai |
2014-01-07 | Merge branch 'add-libuuid' of github.com:fadams/emscripten into incoming | Alon Zakai |
2014-01-06 | check clang version before applying version-specific changes, like disabling ...1.8.5 | Alon Zakai |
2014-01-06 | refactor vector disabling code | Alon Zakai |
2014-01-06 | disable vectorization which llvm 3.4 has on by default1.8.4 | Alon Zakai |
2014-01-06 | changed != to !== in a couple of places. Added fix to prevent closure minifyi... | Fraser Adams |
2014-01-04 | fix some relooper compiler warnings and update reftests for previous fixes1.8.3 | Alon Zakai |
2014-01-03 | release 1.8.21.8.2 | Alon Zakai |
2014-01-03 | make sure to give Ids to split blocks in relooper1.8.1 | Alon Zakai |
2013-12-31 | sanity check for js backend in fastcomp | Alon Zakai |
2013-12-31 | implementation of libuuid | Fraser Adams |
2013-12-30 | disable jcache in fastcomp, and fake emscripten_jcache_printf | Alon Zakai |
2013-12-28 | optimize relooper id counters1.8.0 | Alon Zakai |
2013-12-26 | support for optional complete emulation in relooper1.7.9 | Alon Zakai |
2013-12-24 | Fixed small problems which exhibit themself when building projects with too m... | Volo Zyko |
2013-12-23 | fix size limit in limit_size, necessary for s_0_0.test_safe_heap | Alon Zakai |
2013-12-23 | fix bug where close-together tempDoublePtr operations could cross each other | Alon Zakai |