Age | Commit message (Expand) | Author |
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 | make js optimizer max chunk size customizable | Alon Zakai |
2014-02-26 | Merge pull request #2162 from TV4Fun/syntaxupdate | Alon Zakai |
2014-02-26 | Merge pull request #2165 from juj/fs_element_size1.12.3 | Alon Zakai |
2014-02-26 | add debug printout regarding chunkification in js optimizer | 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 depecrated sourceMappingURL syntax | Joel Croteau |
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-23 | disable some outlining logging | Alon Zakai |
2014-02-23 | add stack bump if only sp is defined but no bump is present, when outlining | Alon Zakai |
2014-02-21 | do not outline the entire stack prelude, including STACKTOP = .. | Alon Zakai |
2014-02-21 | release 1.12.01.12.0 | Alon Zakai |
2014-02-21 | fix llvm nativizer tool for fastcomp | 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-19 | Fix Windows EMCC invocations to call 'python emcc' in a few places instead of... | Jukka Jylänki |
2014-02-18 | version 1.11.11.11.1 | Alon Zakai |
2014-02-16 | tolerate non-asm variables in asm optimization passes, with no-op coercions (... | Alon Zakai |
2014-02-16 | optimize traverseGenerated | Alon Zakai |
2014-02-13 | release 1.11.01.11.0 | Alon Zakai |
2014-02-12 | fix bug on using file packager on subdirs; fixes #2123 | Alon Zakai |
2014-02-12 | Fixes according to pull request feedback. | jonas echterhoff |
2014-02-12 | Make download progress be correctly displayed when the browser cannot report ... | jonas echterhoff |
2014-02-11 | improve logging of opts | Alon Zakai |
2014-02-11 | silly little llvm debug tool | Alon Zakai |
2014-02-11 | optimize redundant frounds in -O3 | Alon Zakai |
2014-02-10 | Handle while statements with empty bodies. | Dan Gohman |
2014-02-10 | add aborting stubs in main modules, and replace them with functions from side... | Alon Zakai |
2014-02-10 | Merge pull request #2071 from rfk/rfk/fix-test-longjmp-throw-asm3 | 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-08 | system libs fixes | Alon Zakai |
2014-02-08 | move system libs calculation to its own file | Alon Zakai |
2014-02-07 | comments on --embed-file being inefficient, and recommending --preload-file | Alon Zakai |
2014-02-06 | Add optimized versions of musl libc string and memory comparison functions. | Jukka Jylänki |
2014-02-05 | tool to parse unaligned output | Alon Zakai |
2014-02-04 | do not apply de-morgan's laws on floats, nans break them | Alon Zakai |
2014-02-03 | proper fix for simplifying f32-int bitcasts | Alon Zakai |
2014-02-03 | handle fround in optimizing out of tempDoublePtr | Alon Zakai |