aboutsummaryrefslogtreecommitdiff
path: root/emcc
AgeCommit message (Expand)Author
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-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
2014-02-09enable legacy gl emulation in fastcompAlon Zakai
2014-02-08system libs fixesAlon Zakai
2014-02-08move system libs calculation to its own fileAlon Zakai
2014-02-07TODOAlon Zakai
2014-02-07move deps info to fileAlon Zakai
2014-02-07make sdl malloc hack nicer, and improve back deps trickAlon Zakai
2014-02-07add mechanism to add a C library dependency from a JS library, in emccAlon Zakai
2014-02-07do not include system libs in shared libsAlon Zakai
2014-02-07comments on --embed-file being inefficient, and recommending --preload-fileAlon Zakai
2014-02-06Add strcoll as well so that library.js does not need to depend on musl libc c...Jukka Jylänki
2014-02-06Add optimized versions of musl libc string and memory comparison functions.Jukka Jylänki