Age | Commit message (Expand) | Author |
2014-04-03 | Merge pull request #2232 from abergmeier/empkg_prerequisites | Alon Zakai |
2014-04-03 | Apply requested formatting changes. | Andreas Bergmeier |
2014-04-03 | Add valid_abspath option to emcc --help. | Andreas Bergmeier |
2014-03-28 | fix the case where emcc's input and output is a bitcode file | Alon Zakai |
2014-03-28 | emcc logging improvements | Alon Zakai |
2014-03-27 | improve debug logging of emcc invocation | Alon Zakai |
2014-03-26 | typo in .d code generation | Alon Zakai |
2014-03-26 | handle --default-object-ext properly, and other emcc fixes | Alon Zakai |
2014-03-25 | let emcc directly access bitcode files when possible, to emit proper .d files... | Alon Zakai |
2014-03-24 | --emit-symbol-map option | Alon Zakai |
2014-03-18 | comment on webrtc test | Alon Zakai |
2014-03-17 | make simplifyIfs a settings option | Alon Zakai |
2014-03-17 | uncommaify between ifs that can potentially be simplified | Alon Zakai |
2014-03-17 | simplifyIfs js optimizer pass | Alon Zakai |
2014-03-17 | Add option valid-abspath to add absolute path, which should be considered valid. | Andreas Bergmeier |
2014-03-14 | add -profiling option | Alon Zakai |
2014-03-11 | improve CHECK_HEAP_ALIGN message | Alon Zakai |
2014-03-10 | avoid llvm-dis when using save-bc in fastcomp | Alon Zakai |
2014-03-10 | forward CLOSURE_COMPILER to settings, and use that to avoid a closure-specifi... | Alon Zakai |
2014-03-06 | add commented out line to help debugging llvm opt aborts | Alon Zakai |
2014-03-06 | add docs and testing for mem init file being async | Alon Zakai |
2014-02-27 | make NO_EXIT_RUNTIME work properly with llvm lto | Alon Zakai |
2014-02-27 | run -globalopt when NO_EXIT_RUNTIME, to get rid of global initializers entire... | Alon Zakai |
2014-02-27 | support -Os and -Oz as arguments to emcc | Alon Zakai |
2014-02-26 | improve -v output, and add some docs | Alon Zakai |
2014-02-26 | pass NO_EXIT_RUNTIME flag to fastcomp and add test | Alon Zakai |
2014-02-25 | run sanity checks on emcc -v even without inputs | Alon Zakai |
2014-02-25 | check sanity on emcc -v | Alon Zakai |
2014-02-25 | run a sanity check after clearing the cache | Alon Zakai |
2014-02-25 | Introduce the asmjs-unknown-emscripten target triple. | Dan Gohman |
2014-02-25 | Fix a variety of pylint warnings. | Dan Gohman |
2014-02-24 | Merge branch 'fastcomp-by-default' into incoming | Alon Zakai |
2014-02-24 | deprecate jcache | Alon Zakai |
2014-02-22 | update year to 2014 | Haneef Mubarak |
2014-02-21 | error on CORRUPTION_CHECK in fastcomp | Alon Zakai |
2014-02-21 | RUNTIME_TYPE_INFO is not supported in fastcomp | Alon Zakai |
2014-02-21 | add message pointing people to the fastcomp wiki page that explains how to di... | Alon Zakai |
2014-02-21 | avoid warning about aliasing function pointers in fastcomp, it has good debug... | Alon Zakai |
2014-02-21 | turn fastcomp on by default, disabling can be done with EMCC_FAST_COMPILER=0 ... | Alon Zakai |
2014-02-19 | error on INIT_HEAP in fastcomp | Alon Zakai |
2014-02-17 | support reserved function pointers in fastcomp | Alon Zakai |
2014-02-17 | error on MAX_SETJMPS changed in fastcomp | Alon Zakai |
2014-02-16 | support memory growth in (non-validating) asm.js | Alon Zakai |
2014-02-16 | RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and emscripten_get_compi... | Alon Zakai |
2014-02-13 | improve emcc help on shell file, and add minimal shell file example | Alon Zakai |
2014-02-11 | optimize redundant frounds in -O3 | Alon Zakai |
2014-02-10 | Use -mllvm -disable-llvm-optzns. | Dan Gohman |
2014-02-10 | validate as asm.js in fastcomp -O1 and above, not -O0 output which is very un... | Alon Zakai |
2014-02-09 | detect .C as c; fixes #2109 | Alon Zakai |
2014-02-09 | deprecate --split option and disable browser tests using it in fastcomp | Alon Zakai |