aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-18version 1.11.11.11.1Alon Zakai
2014-02-18fast test_longjmp_repeat in fastcompAlon Zakai
2014-02-17enable test_scriptaclass in fastcompAlon Zakai
2014-02-17support reserved function pointers in fastcompAlon Zakai
2014-02-17enable a fuzztest that now works in fastcompAlon Zakai
2014-02-17error on MAX_SETJMPS changed in fastcompAlon Zakai
2014-02-17enable test_float32_precise in fastcompAlon Zakai
2014-02-17check all i64 functions for whether we need to include precise i64 codeAlon Zakai
2014-02-17Merge pull request #1871 from abergmeier/fixup_eglSwapBuffersjuj
2014-02-16support memory growth in (non-validating) asm.jsAlon Zakai
2014-02-16tolerate non-asm variables in asm optimization passes, with no-op coercions (...Alon Zakai
2014-02-16optimize traverseGeneratedAlon Zakai
2014-02-16RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and emscripten_get_compi...Alon Zakai
2014-02-15clear status when proxied worker first respondsAlon Zakai
2014-02-15fix canvas proxy code for sending resize eventsAlon Zakai
2014-02-15Merge pull request #2129 from rjanicek/proxy-request-animation-frameAlon Zakai
2014-02-14add request animation frame logic to proxy-to-workerRichard Janicek
2014-02-14add missing asm coercion to va_arg handler; #2120Alon Zakai
2014-02-14add fuzz testcaseAlon Zakai
2014-02-14improve fuzzing to detect asm validation errorsAlon Zakai
2014-02-14suppress native warnings in fuzzer, csmith emits manyAlon Zakai
2014-02-14reduce some fuzzer outputAlon Zakai
2014-02-14fix fuzz checkerAlon Zakai
2014-02-14add testcase for i1 constants being properly unsignedAlon Zakai
2014-02-14improve c++ fuzzingAlon Zakai
2014-02-14emit both c++ and c in fuzzerAlon Zakai
2014-02-14Remove flush from eglSwapBuffers emulation.Andreas Bergmeier
2014-02-14Remove ambiguous error reporting of EGL_NOT_INITIALIZED and add error reporti...Andreas Bergmeier
2014-02-14Bring eglSwapBuffers closer to actual documentation.Andreas Bergmeier
2014-02-13enable legalizer_ta2 testcase in fastcompAlon Zakai
2014-02-13i96_ashr testcaseAlon Zakai
2014-02-13fix target in hello_world.llAlon Zakai
2014-02-13release 1.11.01.11.0Alon Zakai
2014-02-13Merge pull request #2125 from waywardmonkeys/upstream-from-imvuAlon Zakai
2014-02-13make logo a linkAlon Zakai
2014-02-13improve emcc help on shell file, and add minimal shell file exampleAlon Zakai
2014-02-13Merge branch 'prettier-shell' of github.com:TehEpicPineapple/emscripten into ...Alon Zakai
2014-02-13fix fuzzer test runner cleanupsAlon Zakai
2014-02-13fuzz tester tweaksAlon Zakai
2014-02-13Fix Mozilla Audio Data API usage after my previous commit that added the use ...Jukka Jylänki
2014-02-13mark several embind functions as always_inline: this reduces code sizeChad Austin
2014-02-12Spruced up shell.htmlJack Arrington
2014-02-12test python with lto for more coverageAlon Zakai
2014-02-12make openjpeg extra tests on EMCC_DEBUG more lenientAlon Zakai
2014-02-12fix bug on using file packager on subdirs; fixes #2123Alon Zakai
2014-02-12update sanity.test_emcc_cachingAlon Zakai
2014-02-12fix test_sdl_canvasAlon Zakai
2014-02-12Merge branch 'regexp-syntax-fix' of github.com:svaarala/emscripten into incomingAlon Zakai
2014-02-12Merge pull request #2118 from inolen/sdl_lazy_init_fixAlon Zakai
2014-02-12Fixes according to pull request feedback.jonas echterhoff