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