aboutsummaryrefslogtreecommitdiff
path: root/emcc
AgeCommit message (Expand)Author
2014-06-17PROXY_TO_WORKER_FILENAME optionAlon Zakai
2014-06-16support --proxy-to-worker with js target, emitting 2 files for client and workerAlon Zakai
2014-06-16cleanupAlon Zakai
2014-06-16Merge branch 'incoming' into proxyGLAlon Zakai
2014-06-09do not modify textual memory initializer when emitting source maps, as it mes...Alon Zakai
2014-06-08show an error on NO_DYNAMIC_EXECUTION with embindAlon Zakai
2014-06-05generalize context proxying to support not just 2d contextsAlon Zakai
2014-06-04export everything in the main module, so side modules can access itAlon Zakai
2014-05-29NO_DYNAMIC_EXECUTION option to disable features using eval() or new Function()Alon Zakai
2014-05-28fix case of exceptions whitelist being emptyAlon Zakai
2014-05-27clean up shell code using uglify, in optimized builds, when not using closureAlon Zakai
2014-05-27proper error message for linkable modules not supported in fastcompAlon Zakai
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
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
2014-05-03emit a global const for Math_fround(0) to avoid function call overheads in th...Alon Zakai
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
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