aboutsummaryrefslogtreecommitdiff
path: root/emcc
AgeCommit message (Collapse)Author
2014-05-27set MAX_SETJMPS to fastcomp; 1.18.41.18.4Alon Zakai
2014-05-23Add whitelist of supported link flagsRyan Sturgell
2014-05-20Merge branch 'archive_groups' of github.com:rsturgell/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2014-05-19Archive groups code review changes.Ryan Sturgell
2014-05-12warn on bad exports, fixes #2338Alon Zakai
2014-05-07Track original flag positions in emcc.Ryan Sturgell
Source files, libs, and linker flags all need to be separately processed. This allows them to be correctly shuffled back together for further link processing.
2014-05-03emit a global const for Math_fround(0) to avoid function call overheads in ↵Alon Zakai
the fround polyfill
2014-04-30fix return code when precompiling headersAlon Zakai
2014-04-30allow registerizeHarder with outliningAlon Zakai
2014-04-29support -o with precompiled headers; fixes #2320Alon Zakai
2014-04-13enable asm.js when using embindChad Austin
2014-04-03Merge pull request #2232 from abergmeier/empkg_prerequisitesAlon Zakai
Empkg prerequisites
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 ↵Alon Zakai
files and avoid unnecessary copies
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 ↵Alon Zakai
closure-specific workaround for Module detection; fixes #2209
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 ↵Alon Zakai
entirely in some cases
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 ↵Alon Zakai
disable it, when a compiler setting is not fastcomp-compatible
2014-02-21avoid warning about aliasing function pointers in fastcomp, it has good ↵Alon Zakai
debug info on assertions 1 and especially 2 anyhow
2014-02-21turn fastcomp on by default, disabling can be done with EMCC_FAST_COMPILER=0 ↵Alon Zakai
in the env