Age | Commit message (Expand) | Author |
2014-06-11 | add test for d2768d2ee | Alon Zakai |
2014-06-10 | We don't seem to have tests for --js-library in core suite, so move other.tes... | Jukka Jylänki |
2014-06-04 | Merge branch 'cmake_response_files' of https://github.com/mhenschel/emscripte... | Jukka Jylänki |
2014-06-03 | fix other.test_emcc_nonfastcomp | Alon Zakai |
2014-06-02 | add test for shell code not optimized in -profiling builds | Alon Zakai |
2014-05-29 | NO_DYNAMIC_EXECUTION option to disable features using eval() or new Function() | Alon Zakai |
2014-05-28 | add test for building shared and static libraries with cmake | Markus Henschel |
2014-05-27 | clean up shell code using uglify, in optimized builds, when not using closure | Alon Zakai |
2014-05-23 | Add whitelist of supported link flags | Ryan Sturgell |
2014-05-20 | Merge branch 'archive_groups' of github.com:rsturgell/emscripten into incoming | Alon Zakai |
2014-05-12 | warn on bad exports, fixes #2338 | Alon Zakai |
2014-05-09 | remove some warnings on moving files to directories | Alon Zakai |
2014-05-07 | Add support for archive groups. | Ryan Sturgell |
2014-05-05 | Add support to function run_js() in jsrun.py to assert against a given proces... | Jukka Jylänki |
2014-05-02 | switch other.test_embind to fastcomp and only ASM_JS | Alon Zakai |
2014-04-29 | support -o with precompiled headers; fixes #2320 | Alon Zakai |
2014-04-25 | support disabling ALIASING_FUNCTION_POINTERS in fastcomp | Alon Zakai |
2014-04-25 | Merge pull request #2287 from chadaustin/embind-fastcomp-asm.js | Alon Zakai |
2014-04-24 | check function table masks in safe heap mode | Alon Zakai |
2014-04-24 | enable embind/asm.js tests. | Chad Austin |
2014-04-10 | fix test_static_link zlib for new musl | Alon Zakai |
2014-04-09 | Merge pull request #2276 from juj/test_odin_validation | Alon Zakai |
2014-04-09 | update test_implicit_func after musl updates; fixes #2277 | Alon Zakai |
2014-04-10 | When we build native OSX executables with Clang, we must tell Clang which OSX... | Jukka Jylanki |
2014-04-09 | Skip other.test_odin_validation if SpiderMonkey is not present, since it is a... | Jukka Jylänki |
2014-04-03 | fix other.test_implicit_func | Alon Zakai |
2014-04-03 | Merge pull request #2232 from abergmeier/empkg_prerequisites | Alon Zakai |
2014-03-30 | Add test for warning about abspath and selectively disabling it. | Andreas Bergmeier |
2014-03-28 | fix the case where emcc's input and output is a bitcode file | Alon Zakai |
2014-03-27 | remove stack parameter from js optimizer traverse(), to avoid overhead when n... | Alon Zakai |
2014-03-26 | make llvm-lit test emit verbose output | Alon Zakai |
2014-03-26 | handle --default-object-ext properly, and other emcc fixes | Alon Zakai |
2014-03-25 | add dependency file testing | 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-22 | do not warn on missing emscripten_ functions | Alon Zakai |
2014-03-17 | flip a non-existent else block in simplifyIfs, if adding such a block can help | Alon Zakai |
2014-03-17 | flip in simplifyElses if it can help | Alon Zakai |
2014-03-17 | fuse if-elses where the relooper did not emit a label clearing | Alon Zakai |
2014-03-17 | fuse elses to remove unnecessary label settings and checks, after we simplifi... | Alon Zakai |
2014-03-17 | simplify nested ifs with identical elses | Alon Zakai |
2014-03-17 | add test_simplify_ifs | Alon Zakai |
2014-03-17 | simplifyIfs js optimizer pass | Alon Zakai |
2014-03-14 | add -profiling option | Alon Zakai |
2014-03-14 | test for bad triple warning | Alon Zakai |
2014-03-11 | improve demangler a little | Alon Zakai |
2014-03-10 | add test for odin validation | Alon Zakai |
2014-03-06 | only include necessary system libraries amongst each other based on explicit ... | Alon Zakai |
2014-03-05 | run llvm-lit on JS codegen tests | Alon Zakai |
2014-03-05 | some test_outline updates | Alon Zakai |