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-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 |
2014-02-02 | Simplify labelled-block handling so it works better with switch statements. | Ryan Kelly |
2014-02-02 | Handle non-breaking case bodies in switch statement. | Ryan Kelly |
2014-01-31 | make sure rand() returns values only up to RAND_MAX; #18551.10.1 | Alon Zakai |
2014-01-31 | Teach buildFlowGraph about functions that are known to always throw. | Ryan Kelly |
2014-01-31 | Don't let buildFlowGraph return to a junction if it's known to be unreachable. | Ryan Kelly |
2014-01-31 | Add return-type tracking to normalizeAsm/denormlizeAsm | Ryan Kelly |
2014-01-29 | better error message on errors in CRUNCH | Alon Zakai |
2014-01-29 | release 1.10.01.10.0 | Alon Zakai |
2014-01-28 | fix find_bigis.py tool | Alon Zakai |
2014-01-28 | Fix assertion that all switch-cases break. | Ryan Kelly |
2014-01-25 | do more parallel work in js optimizer | Alon Zakai |
2014-01-25 | Bump version to 1.9.5 to cause relooper to rebuild after previous change. | Jukka Jylänki |
2014-01-24 | Merge pull request #2035 from juj/html5_events1.9.4 | Alon Zakai |
2014-01-23 | Merge pull request #2046 from rfk/rfk/registerize-harder-followups | Alon Zakai |
2014-01-23 | rename filePackageURL to filePackagePrefixURL | Alon Zakai |