Age | Commit message (Expand) | Author |
2014-05-09 | remove some warnings on moving files to directories | Alon Zakai |
2014-05-02 | handle floats in jsCall properly; fixes asm2f.test_embind_2 | Alon Zakai |
2014-04-14 | Allow setting SPIDERMONKEY_ENGINE=None in .emscripten to simplify test runner... | Jukka Jylanki |
2014-04-10 | When we build native OSX executables with Clang, we must tell Clang which OSX... | Jukka Jylanki |
2014-04-03 | Merge pull request #2232 from abergmeier/empkg_prerequisites | Alon Zakai |
2014-03-28 | Fix test runner banned engine filtering for SPIDERMONKEY_ENGINE when cmdline ... | Jukka Jylänki |
2014-03-25 | let emcc directly access bitcode files when possible, to emit proper .d files... | Alon Zakai |
2014-03-17 | Split clang options passed to clang, to be more concise and less messy. Start... | Andreas Bergmeier |
2014-03-10 | add -w to spidermonkey to see odin warnings | Alon Zakai |
2014-03-05 | If the directory tree for used LLVM compiler is not from a LLVM source checko... | Jukka Jylänki |
2014-03-03 | enable errors on implicit functions by default; fixes #2175 | Alon Zakai |
2014-03-03 | put emscripten version in emscripten-version.txt, like other repos | Alon Zakai |
2014-02-26 | more warnings on source versions not matching, plus testing | Alon Zakai |
2014-02-26 | Merge pull request #2165 from juj/fs_element_size1.12.3 | Alon Zakai |
2014-02-26 | use le32 target when fastcomp is disabled, so we do not need a fastcomp build... | Alon Zakai |
2014-02-26 | Add new fields to EmscriptenFullscreenChangeEvent structure that report the n... | Jukka Jylänki |
2014-02-25 | fix i386 target usage and asm2.test_cube2hash | Alon Zakai |
2014-02-25 | 1.12.21.12.2 | Alon Zakai |
2014-02-25 | Fix the banned_js_engines mechanism. | Dan Gohman |
2014-02-25 | Begin using the Emscripten toolchain in clang. | Dan Gohman |
2014-02-25 | Introduce the asmjs-unknown-emscripten target triple. | Dan Gohman |
2014-02-24 | warn on emscripten, llvm and clang versions not matching | Alon Zakai |
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 |