aboutsummaryrefslogtreecommitdiff
path: root/emcc
AgeCommit message (Expand)Author
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
2014-02-05avoid blobs when not necessary for client code modsAlon Zakai
2014-02-05optimize out fround calls on clients that do not support froundAlon Zakai
2014-02-03proper fix for simplifying f32-int bitcastsAlon Zakai
2014-02-02support EXCEPTION_CATCHING_WHITELIST in fastcompAlon Zakai
2014-01-31commentAlon Zakai
2014-01-31option to allow modifying code before executing itAlon Zakai
2014-01-28run js opts for safe heapAlon Zakai
2014-01-27commentAlon Zakai
2014-01-27fix some safeHeap errors with the new exceptions code; fixes #2068Alon Zakai
2014-01-27improve mem init help text; fixes #2066Alon Zakai
2014-01-26support precompiled headers; fixes #2045Alon Zakai
2014-01-21do not registerizeHarder when outliningAlon Zakai
2014-01-21Registerize based on full liveness analysis.Ryan Kelly
2014-01-21document what -O3 will beAlon Zakai
2014-01-21deprecate -O3 in preparation for using it for heavier js optsAlon Zakai
2014-01-19better error message for asm.js not supporting growable heap yetAlon Zakai
2014-01-17don't remove whitespace in emcc, not worth the timeAlon Zakai
2014-01-17clean up emcc timing loggingAlon Zakai
2014-01-17optimize memory initializer if it is largeAlon Zakai
2014-01-17remove current memory initialization chunking via .concat(..)Alon Zakai
2014-01-16add fnmatch; fixes #20021.9.3Alon Zakai
2014-01-16enable a form of safe heap in asm, using js optimizer pass to ensure full cov...Alon Zakai
2014-01-15Merge pull request #2016 from rfk/rfk/minify-names-separatelyAlon Zakai
2014-01-15add musl fputws, fix vswprintf, add testing for fwprintf and swprintf as well1.8.14Alon Zakai
2014-01-16Split name-minification into a separate pass from registerization.Ryan Kelly
2014-01-15Fill in undefined math symbols.Bruce Mitchener
2014-01-14Move err/warn/etc from libc to libcextra.Bruce Mitchener
2014-01-14Replace getopt_long with musl version.Bruce Mitchener